Get All Zone Visits

Returns paginated results for all visits, sorted by entered_at desc. next and previous are absolute URLs that point to the next and previous pages.
Every device has a user in the system. Find out who is this user with this http://movintracks.readme.io/v2.0/docs/devices-get-all

Filters:

  • user

Ordering:

  • entered_at
  • left_at

Example: filter by user and order desc by entered_at

http https://api.movintracks.io/v2.0/zones/1/visits?user=2&ordering=-entered_at

Order asc by entered_at and desc by left_at

http https://api.movintracks.io/v2.0/zones/1/visits?ordering=entered_at,-left_at
Language
Authorization
Header