Tasks are longer running operations where a response cannot be returned in an appropriate time. Get the latest status of a task based on the task id returned from Tenovos for an asynchronous operation (HTTP Response Code 202).
Successful Request. Task Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "Completed",
- "type": "Bulk Relationships",
- "batchSize": 50,
- "createdBy": {
- "userId": "7d675ef0-f423-11e9-8071-89c0c405214e",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "createdDate": "2023-11-12T13:14:15Z"
}
}