Pagination
By default a restapi/1.0/object/{object_name}
will return the ids of all records matching the condition, which may be a huge number. offset
and limit
parameters are available to only retrieve a subset of all matched records.
Request:
JSON Response:
XML Response:
Last updated