Return usage logs for a user and event
| Code | Description |
|---|---|
| 422 | Unable to process request, see errors in response |
guid: GET /api/v2/events/:id/event_schedules/groups/:access_key event_group_user_id: GET /api/v2/events/:id/users
response:
[{"eventLog":
{"id":108715,
"guid":"abc123",
"email":"nobody@home.com",
"timeIn":"2015-05-16T02:36:24Z",
"timeOut":"2015-05-16T03:05:26Z",
"eventGroup":{
"id":27728,
"accessKey":"432ee6adea"
},
"event":{
"id":7235,
"title":"3m Courtroom Test: speaker"
}
}
}]
| 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 |
Numeric egu_id Validations:
|