Get Campaign Template Schedule
GET {{baseUrl}}/campaign-templates/:id/schedule
Use this API to get the schedule for a certification campaign template. The API returns a 404 if there is no schedule set.
A token with ORGADMIN or CERTADMIN authority is required to call this API.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"type":"WEEKLY","hours":{"type":"LIST","values":["1"],"interval":2},"months":{"type":"LIST","values":["1"],"interval":2},"days":{"type":"LIST","values":["1"],"interval":2},"expiration":"2022-09-19 13:55:26","timeZoneId":"CST"}