Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Get job
ENDPOINTS
get
/v3/jobs/{jobId}
Header parameters
Collapse
Expand
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
Expand
Query parameters
Collapse
Expand
Path parameters
Collapse
Expand
jobId
string
required
Responses
Collapse
Expand
200
OK
Response Body
{"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"}
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/{jobId}' \
-H 'accept: application/json' \
{"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"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}