Async
Get a card task
Retrieve the card task. If the task is complete, the resource URL will be provided to allow client to fetch the completed resource.
get/card-tasks/{taskId}
Path parameters
taskIdstring required
The ID of the card task
Response
Details returned of the card task. If task is complete, response will include link to resource
Example response
{
"taskBid": "T110000003",
"resourceUrl": "/cards/V110000022",
"resourceId": "V110000022",
"createdDate": "2020-03-23T11:01:54.826+0000"
}