Access clockings
Access clockings refer to records generated when a person uses a terminal to enter or exit a location. These clockings track access control events and provide information about who accessed which areas and when.
See the clockings page for time, activity and reason related clockings!
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoints
External references
The access clockings collection supports both predefined and custom external references on related collections. More information can be found on the External References Page.
| Collection | Predefined | Custom |
|---|---|---|
people |
@badge-number, @employee-number |
Supported |
terminals |
@external-code |
Supported |
Predefined example:
?externalReferences=(people,@employee-number)
Custom example:
?externalReferences=(people,customPeopleCode)
Multiple example:
?externalReferences=(people,@employee-number)(terminals,@external-code)