Returns the total number of results of a query from the Organization module. Each user can only access queries of which they are author, editor, or an audience member.
URL
{RMUrl}/api/Organization/queries/<Query>/count
REQUEST METHOD
GET
URL PARAMETERS
Query: This parameter is provided in the URL and can be either the query name or GUID. Queries with special characters in their names cannot be run through the API.
REQUEST EXAMPLE
{RMUrl}/api/Organization/Queries/<Query>/Count
{RMUrl}/api/Organization/queries/cc45b704-b3d5-11e0-8b69-001ec91f4b0a/count
SUCCESS RESPONSE
Value corresponding to the total number of results. Returns an int.