Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required
GetCalendarWeekView
Retrieve the change calendar for a specific week showing scheduled changes
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
viewStringCalendar view type: "week" or "month" Calendar view type: "week" or "month"
startStringStart
tenantIdStringOptional tenant ID to filter the calendar view Optional tenant ID to filter the calendar view
Responses
Endpoint
GET/api/v1/change-management/calendar/week
/api/v1/change-management/calendar/week
Request Example
curl -X GET '{host}/api/v1/change-management/calendar/week' -H 'Authorization: Bearer {token}'
Response Example
200{
"days": [
{}
]
}Change History
This API has no change history records yet.
