Skip to main content
The visitor log — the same data the Backoffice grid shows. A visitor is one visit, not a person.

Path parameters

string
required
The location.

Query parameters

integer
required
Rows to return, e.g. 50.
integer
required
1-based page number.
string
asc or desc, e.g. sorting[signed_in]=desc.
string
Case-insensitive substring match on any field, e.g. filter[company]=acme.
string
Together with filter[field][endDate], restricts a date field to a range. Both ISO 8601.

Response

number
Visits matching the filter, ignoring paging.
array
The page of visits. Photos and signatures are left out — fetch a single visitor for those.
Every custom field the visit type defines is on the visit too, under its own field_name.
count and page are required. Without them the endpoint answers 400 Please include count, page and sorting query parameters.