Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required
ExportCalendar
Export the change calendar as an iCalendar file for the given date range
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
startStringStart
endStringThe end value
Responses
Endpoint
GET/api/v1/change-management/calendar/export
/api/v1/change-management/calendar/export
Request Example
curl -X GET '{host}/api/v1/change-management/calendar/export' -H 'Authorization: Bearer {token}'
Response Example
200{
"icalData": "example"
}Change History
This API has no change history records yet.
