Visitors
Search Visitors
Search and list Visitor records with filtering, sorting, and pagination.
GET
Search Visitors
A Visitor represents a person visiting a location who is not a member. Visitors are registered with their name, contact details, expected arrival time, and the host (customer) they are visiting. Visitor management includes check-in/check-out tracking and optional host approval workflows.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Visitor-List role.Enums
eVisitorSource — VisitorSource values
eVisitorSource — VisitorSource values
eVisitorHostApprovalStatus — HostApprovalStatus values
eVisitorHostApprovalStatus — HostApprovalStatus values
Query Parameters
Pagination & Sorting
integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g.
Name, CreatedOn).integer
Sort direction.
0 for ascending, 1 for descending.Filters
integer
Filter by iD of the business linked to this record.
string
Filter by visitor full name.
string
Filter by visitor email.
integer
Filter by iD of the coworker linked to this record.
string
Filter by host coworker type.
string
Filter by host coworker full name.
string
Filter by host coworker company name.
string
Filter by host coworker billing name.
string
Filter by host coworker email.
string
Filter by host coworker team names.
integer
Filter by visitor source.
integer
Filter by host approval status.
string
Filter by visitor code.
string
Filter by location checked in at.
string
Filter by optional notes or comments about this visitor.
string
Filter by customer notes.
string
Filter by reason for visit.
string
Filter by visitor company name.
string
Filter by visitor phone number.
string
Filter by expected arrival date and time.
boolean
Filter by whether the visitor has arrived.
string
Filter by actual arrival date.
string
Filter by departure date.
boolean
Filter by whether notified is enabled.
boolean
Filter by whether internal is enabled.
boolean
Filter by whether this is a tour visit.
boolean
Filter by whether the visitor has agreed to terms.
boolean
Filter by whether the tour is confirmed.
string
Filter by iD of the access control scheduled job associated with this record.
boolean
Filter by check in the visitor now.
Range Filters
string
Filter by expected arrival date and time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by expected arrival date and time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by actual arrival date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by actual arrival date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by departure date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by departure date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by FullName
Range filters
Response
200
Visitor[]
The list of Visitor records matching the query. See the Get one Visitor endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (
0 = ascending, 1 = descending).integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response
Search Visitors