Also see GET /api/v2/events/:id/event_schedules/groups/:access_key and GET /api/v2/events/:id/users.

Return usage logs for a user and event

Errors

Code Description
422 Unable to process request, see errors in response

Metadata

guid: GET /api/v2/events/:id/event_schedules/groups/:access_key
event_group_user_id: GET /api/v2/events/:id/users

Examples

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"
      }
    }
  }]

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

32 bit GUID of the event schedule

Validations:

  • Must be a String

event_group_user_id
required

Numeric egu_id

Validations:

  • Must be a String