Skip to main content
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

  • startString

    Start

  • endString

    The end value

Responses

200 OK

On success, this API returns the following response structure.

  • icalDataString

    Ical data

    Example: aGVsbG8=

Endpoint

GET/api/v1/change-management/calendar/export

/api/v1/change-management/calendar/export

Operation ID

ExportCalendar

Permalink

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.

View all change history