v1

latestOpenAPI 3.0.02026-07-24189145350.1 KB
Pois

Get pois by IDs

Get pois by IDs

get/pois

Query parameters

limitinteger

Max number of rows that will be displayed per request

offsetinteger

Number of rows skipped from the beginning of the cursor

_idstring required

Poi IDs separated by commas

Response

Get pois by IDs

Example response

{
  "data": [
    {
      "visitingDaysDevice1": [
        1,
        2
      ],
      "visitingDaysDevice2": [
        1,
        2
      ],
      "visitingDaysDevice3": [
        1,
        2
      ],
      "visitingDaysDevice4": [
        1,
        2
      ],
      "timeWindow": [
        {
          "from": "08:00",
          "to": "13:00"
        }
      ]
    }
  ]
}