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
| Value | Name |
|---|---|
| 1 | Administrator |
| 2 | NexIO |
| 3 | Customer |
eVisitorHostApprovalStatus — HostApprovalStatus values
eVisitorHostApprovalStatus — HostApprovalStatus values
| Value | Name |
|---|---|
| 1 | NotRequired |
| 2 | Requested |
| 3 | Rejected |
| 4 | AcceptedAndHold |
| 5 | AcceptedAndGrant |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the business linked to this record.
Filter by visitor full name.
Filter by visitor email.
Filter by iD of the coworker linked to this record.
Filter by host coworker type.
Filter by host coworker full name.
Filter by host coworker company name.
Filter by host coworker billing name.
Filter by host coworker email.
Filter by host coworker team names.
Filter by visitor source.
Filter by host approval status.
Filter by visitor code.
Filter by location checked in at.
Filter by optional notes or comments about this visitor.
Filter by customer notes.
Filter by reason for visit.
Filter by visitor company name.
Filter by visitor phone number.
Filter by expected arrival date and time.
Filter by whether the visitor has arrived.
Filter by actual arrival date.
Filter by departure date.
Filter by whether notified is enabled.
Filter by whether internal is enabled.
Filter by whether this is a tour visit.
Filter by whether the visitor has agreed to terms.
Filter by whether the tour is confirmed.
Filter by iD of the access control scheduled job associated with this record.
Filter by check in the visitor now.
Range Filters
Filter by expected arrival date and time greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by expected arrival date and time less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by actual arrival date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by actual arrival date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by departure date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by departure date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by FullName
Range filters
Response
200
The list of Visitor records matching the query. See the Get one Visitor endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search Visitors