Skip to main content
Infrastructure/Change Management

GetCalendarWeekView

Retrieve the change calendar for a specific week showing scheduled changes

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

Operation ID

GetCalendarWeekView

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • view
    String

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

  • start
    String

    Start

  • tenantId
    String

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

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • days
    List

    The days value

    Example: (nested array)

    • date
      String

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

      Example: 2026-04-16

    • changes
      List

      Changes for this resource

      Example: (nested array)

      • changeId
        String

        Unique identifier of the change request on the calendar

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

      • title
        String

        Calendar event title derived from the change request title

        Example: Upgrade database cluster

      • changeType
        String

        Type of the change request for display purposes

        Example: NORMAL

      • priority
        String

        Priority classification of this calendar entry

        Example: medium

      • scheduledStart
        String

        Scheduled start

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

      • scheduledEnd
        String

        Scheduled end

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

      • status
        String

        Current status of the change request

        Example: APPROVED

      • riskLevel
        String

        Risk level of this change for calendar highlighting

        Example: low

    • changeCount
      Integer

      Number of change requests scheduled on this day

      Example: 3

    • riskLevel
      String

      Aggregate risk level for the day

      Example: medium