...
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 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Creates a new Event in the Learning Hub and returns its system-assigned The API Key used for authentication must have rights to modify data for |
...
Response Code | Headers and Body |
---|---|
201 (Created) | A new Event was created. No body is returned. HTTP headers:
|
...
DELETE /
...
api/events/{eventId}
Handy status macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Returns a list of Events published by the specified Program and matching the criteria provided as querystring arguments. |
...