.png)
Get jobs
ENDPOINTS
get
/v3/jobs
Header parameters
Collapse
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
Query parameters
Collapse
sort
array
no
page
integer
no
Page size
size
integer
no
Page size
Responses
Collapse
200
OK
Response Body
{"links":[{"rel":"string","href":"string"}],"content":[{"jobId":"string","groupId":"string","groupName":"string","groupType":"string","inputFileName":"string","workingFileName":"string","type":"string","totalRecordsCount":0,"successRecordsCount":0,"failedRecordsCount":0,"jobDetails":"string","jobStatus":"string","jobCreatedBy":"string","createdDateTime":"string","lastUpdatedDateTime":"string","links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
401
Unauthorized
Response Body
{"code":"string","message":"string"}
500
Internal Server Error
Response Body
{"code":"string","message":"string"}
curl -X 'GET' \
'https://api.candescent.com/digitalbanking/groups/v3/jobs' \
-H 'accept: application/json' \
RESPONSE
{"links":[{"rel":"string","href":"string"}],"content":[{"jobId":"string","groupId":"string","groupName":"string","groupType":"string","inputFileName":"string","workingFileName":"string","type":"string","totalRecordsCount":0,"successRecordsCount":0,"failedRecordsCount":0,"jobDetails":"string","jobStatus":"string","jobCreatedBy":"string","createdDateTime":"string","lastUpdatedDateTime":"string","links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
{"code":"string","message":"string"}
{"code":"string","message":"string"}