Actions
Last updated
Last updated
GET /itcare/actions HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"completedAt": "2025-06-22T09:41:46.210Z",
"family": "text",
"id": 1,
"lastUpdatedAt": "2025-06-22T09:41:46.210Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR",
"submittedAt": "2025-06-22T09:41:46.210Z",
"submittedBy": "text"
}
]
GET /itcare/actions/{actionId} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"completedAt": "2025-06-22T09:41:46.210Z",
"family": "text",
"id": 1,
"lastUpdatedAt": "2025-06-22T09:41:46.210Z",
"message": "text",
"process": "text",
"resourceName": "text",
"resourceType": "text",
"status": "SUCCESS,IN_PROGRESS,ERROR",
"submittedAt": "2025-06-22T09:41:46.210Z",
"submittedBy": "text"
}