Skip to main content
Infrastructure/Change Management
GETChangeManagementSince 1.0SynchronousAuth Required

GetCalendarMonthView

Retrieve the change calendar for a full month with per-day summaries

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 summary in YYYY-MM-DD format

      Example: 2026-04-16

    • changeCountInteger

      Number of change requests on this day

      Example: 2

    • riskLevelString

      Aggregate risk level for this day in the monthly overview

      Example: low

Endpoint

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

/api/v1/change-management/calendar/month

Operation ID

GetCalendarMonthView

Permalink

Request Example

curl -X GET '{host}/api/v1/change-management/calendar/month' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "days": [
    {}
  ]
}

Change History

This API has no change history records yet.

View all change history