Last updated 3 days ago
OK
Code of action performed
Status label of action
Human readable message of status
const response = await fetch('https://api.cegedim.cloud/itcare/actions/{actionId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "process": "text", "status": "SUCCESS,IN_PROGRESS,ERROR", "message": "text", "id": 0, "submittedAt": "2025-01-02T14:41:42.222Z", "completedAt": "2025-01-02T14:41:42.222Z", "lastUpdatedAt": "2025-01-02T14:41:42.222Z", "submittedBy": "text", "resourceType": "text", "resourceName": "text", "family": "text" }
const response = await fetch('https://api.cegedim.cloud/itcare/actions', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "process": "text", "status": "SUCCESS,IN_PROGRESS,ERROR", "message": "text", "id": 0, "submittedAt": "2025-01-02T14:41:42.222Z", "completedAt": "2025-01-02T14:41:42.222Z", "lastUpdatedAt": "2025-01-02T14:41:42.222Z", "submittedBy": "text", "resourceType": "text", "resourceName": "text", "family": "text" } ]