Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Creates a new Event in the Learning Hub and returns its system-assigned EventId.

The API Key used for authentication must have rights to modify data for ProgramId PublisherProgramId.

JSON Payload

Code Block
{
    "PublisherProgramId": "ProgramId",
    "PublisherEventId": "some_key_id",
    "EventType": "Event Type indicator",
    "PublisherParticipantId": "joebob@example.com",
    "PublisherEventData": { JSON },
    "EventStartUTC": "UTC date/time",
    "EventEndUTC": "UTC date/time"
}

...