Search available times
Search available booking slots.
GET https://eu.golfmanager.com/api/bookings/searchAvailability
Parameters
{
"area": "int?",
"start": "datetime?",
"end": "datetime?",
"online": "bool?",
"customer": "int?",
"resourceType": "int?",
"resource": "int?",
"onlyTypes": "bool?",
"customerTags": "int[]?",
"bookingTypeTags": "int[]?",
"validTypes": "int[]?",
"enforceTags": "bool?",
"includePacks": "bool?",
"participants": "int?"
}
Example request:
{
"area": 1,
"start": "2025-02-10T10:00"
}
Response
[
{
"area": 1,
"areaName": "Padel",
"typeName": "1 Hora",
...
},
{
"area": 1,
"areaName": "Padel",
"typeName": "1 Hora",
...
}
]