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

POST usage logs representing how long a user accessed an 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":108717,
    "guid":"abc123",
    "email":"nobody@home.com",
    "timeIn":"2015-09-09T12:00:00Z",
    "timeOut":"2015-09-09T14:00:00Z",
    "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

guid
required

32 bit GUID of the event schedule

Validations:

  • Must be a String

event_group_user_id
required

Numeric event_group-user's 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