Changes

List events of type Request for Change (RFC), Customer events and Maintenance slot

get
Authorizations
Query parameters
environmentsstring[]Optional

Event environments

Example: ALL,NON_PROD,PROD
startstring · date-timeOptional

Start Date (ISO8601 format)

Example: 2022-04-01T22:00:00.000Z
endstring · date-timeOptional

End Date (ISO8601 format)

Example: 2022-04-30T22:00:00.000Z
Responses
200
OK
application/vnd.cegedim-it.v1+json
get
GET /itcare/changes HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

OK

[
  {
    "cloudId": 1,
    "cloudName": "text",
    "createdAt": "2025-07-09T08:05:43.706Z",
    "createdBy": "text",
    "description": "text",
    "descriptionFr": "text",
    "detail": "text",
    "detailFr": "text",
    "endAt": "2025-07-09T08:05:43.706Z",
    "environment": "text",
    "executionEndAt": "2025-07-09T08:05:43.706Z",
    "executionStartAt": "2025-07-09T08:05:43.706Z",
    "id": 1,
    "impact": "MAJOR",
    "maintenanceType": "text",
    "number": 1,
    "organizationId": 1,
    "patchTag": "text",
    "startAt": "2025-07-09T08:05:43.706Z",
    "title": "text",
    "titleFr": "text",
    "type": "CUSTOMER",
    "updatedAt": "2025-07-09T08:05:43.706Z",
    "updatedBy": "text"
  }
]

Last updated