API Reference
Reference for the API
Retrieve the current status of a specific record.
{ "status": "FAILED", "errors": [ { "message": "<string>", "errors": [ { "code": "<string>", "expected": "<string>", "received": "<string>", "path": [ "<string>" ], "message": "<string>" } ], "key": "<string>" } ] }
The ID of the app
The ID of the collection
The ID of the record
Status information of a record, including any validation errors
Was this page helpful?