v1
latestOpenAPI 3.0.02026-07-24189145350.1 KBPois
Get all points of interest
Get all points of interest
get/pois/search
Query parameters
limitinteger
Max number of rows that will be displayed per request
offsetinteger
Number of rows skipped from the beginning of the cursor
codestring
Code you want to look for
Response
Get all points of interest
Example response
{
"data": [
{
"visitingDaysDevice1": [
1,
2
],
"visitingDaysDevice2": [
1,
2
],
"visitingDaysDevice3": [
1,
2
],
"visitingDaysDevice4": [
1,
2
],
"timeWindow": [
{
"from": "08:00",
"to": "13:00"
}
]
}
]
}