Asynchronous REST Call Status
Bulk Reverse Auto Populate Records
GET /ws/rest/service/status/job/{job_id}
Purpose
To check the status (success/pending/failed) of Asynchronous BP REST call.
Response Format
A JSON object is returned in the following format.
{
"data": [],
"message": [],
"status": <REST status code value>
}
A successful response displays a status code 200.
A failed response displays a message with a status code.
Sample Response
{
"message": {
"job-message": "success",
"job-status": "200"
},
"status": 200
}