The following method takes the name of an exclusion calendar and returns the definition of the calendar:
Method | URL | ||
GET | http://<host>:<port>/jasperserver[-pro]/rest_v2/jobs/calendars/<calendarName>/ | ||
Return Value on Success | Typical Return Values on Failure | ||
200 OK – Body is XML that contains the requested calendar. | 404 Not Found – When the specified calendar name does not exist. |
The calendar descriptor in the result has the following XML format:
Recommended Comments
There are no comments to display.