Query parameters
-
locationId
string Required Minimum length is
26
, maximum length is26
. -
count
boolean Default value is
false
.
GET
/api/stats/availability
curl \
-X GET https://ppammedellin.com/api/stats/availability?locationId=string \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"shift": {
"startTime": "09:42:00+00:00",
"endTime": "09:42:00+00:00",
"dayOfWeek": 42,
"seatsCount": 42,
"isEnabled": true,
"id": "string"
},
"count": 42
}
]
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}