Using the information from the above API call, usage logs can be recorded documenting how long a user accessed an event
Code | Description |
---|---|
400 | Bad request |
404 | Schedule not found based on GUID |
422 | Event Log errors |
{ id: 11111 }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
32 bit GUID of the event schedule Validations:
|
event_group_user_id required |
6 digit egu_id Validations:
|
time_in required |
The logged time in formatted as YYYY-MM-DDThh:mm:ss.sssZ Validations:
|
time_out required |
The logged time out formatted as YYYY-MM-DDThh:mm:ss.sssZ. Validations:
|