...
Response Code | Headers and Body | |||||
---|---|---|---|---|---|---|
200 (Ok) |
|
...
GET /api/programs/{programId}/eventSubs/{
...
publisherProgramId}
Handy status macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Returns the details about |
Responses
Response Code | Headers and Body | |||||
---|---|---|---|---|---|---|
200 (Ok) |
|
...
Code Block |
---|
{ "PublisherProgramId": "PublisherIdPublisherProgramId", "SyncEnabled": true, "LbApiPayloadTemplate": { "SOME_CATEGORY": { "action": "import", "label": "ACME Course", "importProcessId": {WIQ Process Id}, "batchRowTemplate": "{handlebars template}" } } } |
...
Response Code | Headers and Body |
---|---|
201 (Created) | A new Event Subscription was created. No body is returned. HTTP headers:
|
...
PATCH /api/programs/{programId}/eventSubs/{
...
publisherProgramId}
Handy status macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Updates an existing Event Subscription. |
...
Response Code | Headers and Body |
---|---|
204 (No Content) | Update was performed successfully. No body is returned. |
...
DELETE /api/programs/{programId}/eventSubs/{
...
publisherProgramId}
Handy status macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Info |
---|
Deletes an existing Event Subscription. |
...