Get All Point 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.

Filters:

  • user

Ordering:

  • entered_at
  • left_at

Example: filter by user and order desc by entered_at

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

Order asc by entered_at and desc by left_at

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