Actions

Get Action Status

get
Authorizations
Query parameters
resourceNamestringOptional
resourceIdinteger · int64Optional
serviceIdinteger · int64Optional
statusesstring[]Optional
requestIdinteger · int64Optional
Responses
200

OK

*/*
get
GET /itcare/actions HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "completedAt": "2025-08-29T21:20:14.857Z",
    "family": "text",
    "id": 1,
    "lastUpdatedAt": "2025-08-29T21:20:14.857Z",
    "message": "text",
    "process": "text",
    "resourceName": "text",
    "resourceType": "text",
    "status": "SUCCESS,IN_PROGRESS,ERROR",
    "submittedAt": "2025-08-29T21:20:14.857Z",
    "submittedBy": "text"
  }
]

Get Action Status

get
Authorizations
Path parameters
actionIdinteger · int64Required
Responses
200

OK

*/*
get
GET /itcare/actions/{actionId} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "completedAt": "2025-08-29T21:20:14.857Z",
  "family": "text",
  "id": 1,
  "lastUpdatedAt": "2025-08-29T21:20:14.857Z",
  "message": "text",
  "process": "text",
  "resourceName": "text",
  "resourceType": "text",
  "status": "SUCCESS,IN_PROGRESS,ERROR",
  "submittedAt": "2025-08-29T21:20:14.857Z",
  "submittedBy": "text"
}

Last updated