v1

latestOpenAPI 3.0.22026-07-1351821.6 KB
Notification history

Used to check status of an individual task by taskId. Does not contain task payload.

get/v1/tasks/{taskId}

Path parameters

taskIdstring required

TaskId of the task to be returned.

TaskId of the task to be returned.

Response

Successful Response

Example response

{
  "taskStatus": [
    {
      "taskId": "sajkhe1i87yhdgdi6sad7iyahljh1ut1",
      "taskStatus": "New",
      "taskType": "AccountingDocuments",
      "taskSubType": "WaitingForTransfer",
      "documentId": "198phejkbaku7dilj12kdg867hbdsmag",
      "expirationTime": "2020-12-04T08:39:13Z",
      "externalProcessingTime": "2020-12-04T08:39:13Z",
      "lastUpdated": "2020-12-04T08:39:13Z",
      "taskHistory": [
        {
          "action": "New",
          "timeStamp": "2021-08-12T08:39:13Z"
        }
      ]
    }
  ]
}