Query Objects
POST/data-svc/objects
Retrieves objects from a specified table based on search criteria. Requires authorization and user authentication.
Use helper functions in your respective client library such as condition constructors (equal
, contains
, startsWith
) and field selectors (field
, fields
, id
) for easier access.
Request
Responses
- 200
- 400
- 401
- 500
Successful retrieval of objects
Invalid JSON
Unauthorized
Internal Server Error