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 errors
ENDPOINTS
get
/v3/jobs/{jobId}/errors
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
sort
array
no
page
integer
no
Page size
size
integer
no
Page size
Path parameters
Collapse
Expand
jobId
string
required
Responses
Collapse
Expand
200
OK
Response Body
{"links":[{"rel":"string","href":"string"}],"content":[{"lineNbr":0,"errorMsg":"string","links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
400
Bad Request
Response Body
{"code":"string","message":"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}/errors' \
-H 'accept: application/json' \
{"links":[{"rel":"string","href":"string"}],"content":[{"lineNbr":0,"errorMsg":"string","links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
{"code":"string","message":"string"}
{"code":"string","message":"string"}
{"code":"string","message":"string"}