.png)
Get job
ENDPOINTS
get
/v3/jobs/{jobId}
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
Path parameters
Collapse
jobId
string
required
Responses
Collapse
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' \
RESPONSE
{"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"}