Async
Cards
Get tasks
View the details of card tasks. Ordered by createdDate, with the newest entries appearing first
get/card-tasks
Query parameters
idstring
The ID of the card task
aidstring
The account ID to retrieve card tasks for
statuses'RECEIVED' | 'RUNNING' | 'COMPLETE' | 'ERROR'
Statuses of card tasks to be retrieved
types'PHYSICAL_CARD_CREATE'
Types of card tasks to be retrieved
pageinteger
Page to fetch (0 indexed)
sizeinteger
Size of page to fetch
Response
Tasks returned successfully
Example response
{
"content": [
{
"taskBid": "T110000003",
"resourceUrl": "/cards/V110000022",
"resourceId": "V110000022",
"createdDate": "2020-03-23T11:01:54.826+0000"
}
]
}