Vind je fouten of onvolledigheden in deze documentatie, geef ze dan zeker door aan vragen@uitdatabank.be. We verwerken je feedback zo snel mogelijk.
Calendar type
All events and places in UiTdatabank v3 have one of four calendar types:
- Single: The event occurs on a single date, indicated by a single
startDate
andendDate
- Multiple: The event occurs on multiple dates, and has multiple
subEvent
entries with each a differentstartDate
andendDate
- Periodic: The event or place runs for a specific period as indicated by its
startDate
andendDate
, and can optionally haveopeningHours
. - Permanent: The event or place is permanent and has no
startDate
orendDate
, but it can optionally haveopeningHours
.
You can search through all of these types by searching by date and time, but you can also limit your results by their calendarType
.
URL parameter
Using the calendarType
URL parameter, you can limit the results you get back to a single type:
GET https://search.uitdatabank.be/offers/?calendarType=single
Additionally, you can limit the results to documents that have either one of multiple calendarType
values:
GET https://search.uitdatabank.be/offers/?calendarType=single,multiple
Delimiting the calendarType
parameter using a comma works as if using an OR
operator.
Advanced queries
Using advanced queries, you can make more complex combinations than using the calendarType URL parameter.
For example:
GET https://search.uitdatabank.be/offers/?q=calendarType:single OR calendarType:multiple
GET https://search.uitdatabank.be/offers/?q=!(calendarType:permanent)
For more info, see advanced queries.
Lees vorige:
Availability
Lees verder: Created and modified