Last updated 2 months ago
/actions
curl -L \ --url 'https://api.cegedim.cloud/itcare/actions'
[ { "completedAt": "2025-03-09T10:50:37.820Z", "family": "text", "id": 1, "lastUpdatedAt": "2025-03-09T10:50:37.820Z", "message": "text", "process": "text", "resourceName": "text", "resourceType": "text", "status": "SUCCESS,IN_PROGRESS,ERROR", "submittedAt": "2025-03-09T10:50:37.820Z", "submittedBy": "text" } ]
/actions/{actionId}
curl -L \ --url 'https://api.cegedim.cloud/itcare/actions/{actionId}'
{ "completedAt": "2025-03-09T10:50:37.820Z", "family": "text", "id": 1, "lastUpdatedAt": "2025-03-09T10:50:37.820Z", "message": "text", "process": "text", "resourceName": "text", "resourceType": "text", "status": "SUCCESS,IN_PROGRESS,ERROR", "submittedAt": "2025-03-09T10:50:37.820Z", "submittedBy": "text" }