Retrieve a List of Visits
Get Visits
GET
https://api.w3lcome.com/v1/visits
This endpoint allows you to get a list of visits
Query Parameters
Name | Type | Description |
---|---|---|
limit | number | The number of visits you want to retrieve Default: 500 - Min: 1 - Max: 1000 |
offset | number | The offset from the first visit. Used to paginate. Default: 0 - Min: 0 - Max: ∞ |
queryKey | string | Query by any queryable field in the visit object. Default: none |
queryOp | string | Add the type of the query.
Default: none
Accepted values: |
queryValue | string | Insert the value you want to query. Default: none |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/JSON |
Authentication | string | Basic |
Queryable fields
Field | Description |
checkinAt | |
checkoutAt | |
isInsideCompany | Bool |
name | String |
hostId | String |
hostName | String |
phone | String |
cpf | String |
rg | String |
document | String |
String | |
address | String |
company | String |
position | String |
sector | String |
authorizationStatus | String [waiting|allowed|denied] |
Last updated