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
}
Related Topics
Get BP Record With Attachments
Create BP Record with Attachment
Update BP Record with Attachment
Fetch BP Record List with filter_criteria
Payment Application with Auto-populate from SOV and Commits
Asynchronous Bulk BP Operations
Fetch List of Attached Files in a BP
Download a Single Attached File in a BP
Download Multipart or Large Files
Last Published Wednesday, April 9, 2025