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

  • viewString

    Calendar view type: "week" or "month" Calendar view type: "week" or "month"

  • startString

    Start

  • tenantIdString

    Optional tenant ID to filter the calendar view Optional tenant ID to filter the calendar view

Responses

200 OK

On success, this API returns the following response structure.

  • daysList

    The days value

    Example: (nested array)

    • dateString

      Date of this day view in YYYY-MM-DD format

      Example: 2026-04-16

    • changesList

      Changes for this resource

      Example: (nested array)

      • changeIdString

        Unique identifier of the change request on the calendar

        Example: cr-a1b2c3d4-e5f6-7890-abcd-ef1234567890

      • titleString

        Calendar event title derived from the change request title

        Example: Upgrade database cluster

      • changeTypeString

        Type of the change request for display purposes

        Example: NORMAL

      • priorityString

        Priority classification of this calendar entry

        Example: medium

      • scheduledStartString

        Scheduled start

        Example: 2026-01-15T08:00:00Z

      • scheduledEndString

        Scheduled end

        Example: 2026-01-15T08:00:00Z

      • statusString

        Current status of the change request

        Example: APPROVED

      • riskLevelString

        Risk level of this change for calendar highlighting

        Example: low

    • changeCountInteger

      Number of change requests scheduled on this day

      Example: 3

    • riskLevelString

      Aggregate risk level for the day

      Example: medium

Endpoint

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

/api/v1/change-management/calendar/week

Operation ID

GetCalendarWeekView

Permalink

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.

View all change history