Get Clients of a region
Get Clients Associated To This Region
Path Parameters
- regionId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
regions object[]
{
"regions": [
{
"regionType": 0,
"regionEntity": {
"regionId": 0,
"displayName": "string",
"regionName": "string"
},
"regionPlans": {
"numOfPlans": 0
},
"regionClients": {
"numOfClients": 0
},
"zones": {
"zone": [
{
"continent": "string",
"country": "string",
"city": "string",
"latitude": 0,
"state": "string",
"longitude": 0,
"zoneEntity": {
"zoneId": 0,
"zoneName": "string"
}
}
]
}
}
]
}
{
"regions": [
{
"regionType": 3,
"regionEntity": {
"regionId": 70,
"displayName": "region1",
"regionName": "region1"
},
"regionPlans": {
"numOfPlans": 0
},
"regionClients": {
"numOfClients": 0
},
"zones": {
"zone": [
{
"continent": "",
"country": "usa",
"city": "Tinton Falls",
"latitude": 10,
"state": "NJ",
"longitude": 20,
"zoneEntity": {
"zoneId": 251,
"zoneName": "Tinton Falls_NJ_usa"
}
}
]
}
}
]
}
GET /regions/:regionid/clients
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Regions/:regionId/clients' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'