Returns the total number of instances of a custom object.
URL
{RMUrl}/api/objects/<ObjectVariableName>/count
REQUEST METHOD
GET
URL PARAMETER
ObjectVariableName: This parameter is provided in the URL and does not need to be sent through GET.
The filters and parameters supported are the same from the list.
REQUEST EXAMPLE
{RMUrl}/api/objects/book/count
SUCCESS RESPONSE
Value corresponding to the total number of instances of the object specified. Returns an int.