Activity durations
The API provides access to activity durations.
Tip
Check the Swagger page for more technical information on the endpoints.
Endpoints
External references
The activity-durations 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 |
activity-definitions |
@data-entry-code, @external-reference |
Supported |
absence-definitions |
@absence-code |
Supported |
counter-definitions |
@counter-code |
Supported |
shift-definitions |
@shift-code |
Supported |
Predefined example:
?externalReferences=(people,@employee-number)
Custom example:
?externalReferences=(activity-definitions,customActivityCode)
Multiple example:
?externalReferences=(people,@employee-number)(activity-definitions,@data-entry-code)(absence-definitions,@absence-code)