Search Contacts Count
Returns the total number of contacts matching a search query. The same query-string filters supported by Search Contacts may be used here to size a result set before paging through it.
Query Parameters
sstringrequired
The search criteria
HTTP Response Examples
200
{
"TotalCount": 277,
"Status": true,
"Message": "",
"Response": {}
}
HTTP Response Parameters
TotalCountnumber
Total number of results available.