v1
latestOpenAPI 3.0.12026-07-245752052.0 MBallowanceSettings
Count allowance for a given location group
get/api/serviceattendance/processes/allowanceSettings/locationGroup/{locationGroupUuid}/count
Path parameters
locationGroupUuidstring uuid required
location group unique identifier
Query parameters
includeAncestorSettingsboolean
whether to include the ancestor settings
{
"limit": 10,
"order": [
"prop DESC"
]
}Response
the count of allowance for the given location group
Example response
{
"data": {
"count": 5
},
"meta": {
"timestamp": "2021-05-05T09:47:58.924Z",
"verb": "GET",
"path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
"jti": "%cQN3RIGp",
"rid": "$2d2zkHZ5",
"count": 1,
"status": "200",
"duration": 17,
"size": 1234
}
}