...
Code Block |
---|
{ "PublisherProgramId": "ProgramId", "PublisherEventId": "some_key_id", "EventType": "Event Type indicator", "PublisherParticipantId": "joebob@example.com", "PublisherEventData": { JSON }, "EventStartUTCEventStartUtc": "UTC date/time", "EventEndUTCEventEndUtc": "UTC date/time" } |
Parameter | Description |
---|---|
| The Program that owns the Event. The API Key must have access to this Program. |
| A value that uniquely identifies this event in the publisher’s system. For LearningBuilder publishers, this will be an “entity-scoped identifier” such as |
| The type of Event this record represents. See the “Event Types” section, above. |
| Email address or some other piece of information that uniquely identifiers the primary participant within the Program’s system. |
| JSON object representing the Event in the source Program’s system. |
| The UTC date/time when this Event occurred, or the time that the Event started. |
| The UTC date/time when this Event ended. For Events with only a single timestamp, rather than a range, set this equal to |
...
Response Code | Headers and Body | |||||
---|---|---|---|---|---|---|
200 (Ok) |
|
...