List Records
Last updated
Last updated
Records can be listed and filtered via . It takes a mandatory filter (possibly empty) and returns the database identifiers of all records matching the filter.
GET /restapi/1.0/object/{object_name}
Request:
JSON Response:
XML Response:
Query Parameters:
offset – OPTIONAL. Number of results to ignore (default: none)
limit – OPTIONAL. Maximum number of records to return (default: all)
order – OPTIONAL. Sort string
count – OPTIONAL. if True, only counts and returns the number of matching records (default: False)
Request Headers
Response Headers
Status Codes
domain – A . Use an empty list to match all records.
– the response content type depends on Accept header
– The OAuth protocol parameters to authenticate.
– this depends on Accept header of the request
– no error
– there’s no resource
– authentication failed
– if any error raise