Count Records
Last updated
Last updated
Rather than retrieve a possibly gigantic list of records and count them, can be used to retrieve only the number of records matching the query. It takes the same filter as and no other parameter.
Warning
calling restapi/1.0/object/{object_name}/search
then restapi/1.0/object/{object_name}/search_count
(or the other way around) may not yield coherent results if other users are using the server: stored data could have changed between the calls
GET /restapi/1.0/object/{object_name}/search_count
Request:
JSON Response:
XML Response:
Query Parameters:
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