Versions Compared

Key

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

...

Info

“Events” are records of activity or accomplishment. These are published by a Program and other Programs can consume them.

POST /api/events
Handy status macro
set36399
isLabeledfalse
historySnapshotId7cfb151d-d309-448c-9e11-ef4dcd1953cc
status185953
historyChainId995d84a4-485f-470b-9882-e5f4d573912a

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 PublisherProgramId.

...

Response Code

Headers and Body

201 (Created)

A new Event was created. No body is returned.

HTTP headers:

Location: /events/{eventId}

...

DELETE /

...

api/events/{eventId}
Handy status macro
set36399
isLabeledfalse
historySnapshotId7cfb151d-d309-448c-9e11-ef4dcd1953cc
status185953
historyChainId995d84a4-485f-470b-9882-e5f4d573912a

Info

Deletes an existing Event.

The API Key used for authentication must have access to the Program that owns the Event.

...

Info

Event data is optimized for retrieval since the last sync date.

GET /

...

api/events/{programId}
Handy status macro
set36399
isLabeledfalse
historySnapshotId7cfb151d-d309-448c-9e11-ef4dcd1953cc
status185953
historyChainId995d84a4-485f-470b-9882-e5f4d573912a

Info

Returns a list of Events published by the specified Program and matching the criteria provided as querystring arguments.

...