Also see v2#events#accessible_event_schedule.

Using the information from the above API call, usage logs can be recorded documenting how long a user accessed an event

Supported Formats

json, xml

Errors

Code Description
400 Bad request
404 Schedule not found based on GUID
422 Event Log errors

Examples

{ id: 11111 }

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

6 digit egu_id

Validations:

  • Must be a String

time_in
required

The logged time in formatted as YYYY-MM-DDThh:mm:ss.sssZ

Validations:

  • Must be a Time

time_out
required

The logged time out formatted as YYYY-MM-DDThh:mm:ss.sssZ.

Validations:

  • Must be a Time