Actions
Authorizations
OAuth2implicitRequiredAuthorization URL:
OAuth2 flow
Available scopes:
- : openid
Query parameters
resourceNamestringOptional
resourceIdinteger · int64Optional
serviceIdinteger · int64Optional
statusesstring[]Optional
requestIdinteger · int64Optional
Responses
200
OK
*/*
400
Bad Request
*/*
get
/actionsGET /itcare/actions HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"completedAt": "2025-11-21T18:15:09.762Z",
"family": "text",
"id": 1,
"lastUpdatedAt": "2025-11-21T18:15:09.762Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR",
"submittedAt": "2025-11-21T18:15:09.762Z",
"submittedBy": "text"
}
]Authorizations
OAuth2implicitRequiredAuthorization URL:
OAuth2 flow
Available scopes:
- : openid
Path parameters
actionIdinteger · int64Required
Responses
200
OK
*/*
400
Bad Request
*/*
get
/actions/{actionId}GET /itcare/actions/{actionId} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"completedAt": "2025-11-21T18:15:09.762Z",
"family": "text",
"id": 1,
"lastUpdatedAt": "2025-11-21T18:15:09.762Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR",
"submittedAt": "2025-11-21T18:15:09.762Z",
"submittedBy": "text"
}Last updated

