Count Records
Rather than retrieve a possibly gigantic list of records and count them, search_count() can be used to retrieve only the number of records matching the query. It takes the same domain filter as search() 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
Last updated