Returns the number of perimeters (not counting subperimeters), or of subperimeters in a certain perimeter, or the total number of perimeters in the organizational structure.
URL
{RMUrl}/api/Organization/perimeters/count
{RMUrl}/api/Organization/perimeters/<PerimeterCode>/children/count
{RMUrl}/api/Organization/perimeters/root/children/count
REQUEST METHOD
GET
URL PARAMETER
PerimeterCode: 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 EXAMPLES
{RMUrl}/api/organization/perimeters/count
{RMUrl}/api/Organization/perimeters/c7adb930-4215-4d94-a6ae-dd9642739d4e/children/count
{RMUrl}/api/Organization/perimeters/root/children/count
SUCCESS RESPONSE
Value corresponding to the total number of perimeters, according to the filter specified. Returns an int.