Check process status
Returns the status of a reviewer assignment process by process ID.
Prerequisites
- Authentication and setup: A valid access token.
- Assign reviewers to users: The call that returns the process ID.
Endpoint
Section titled “Endpoint”GET /services/data/v2.0/mtobjects/BulkAddReviewers/status/PROCESS_IDReplace PROCESS_ID with the process ID returned by Assign reviewers to users.
Base URL: the standard REST host for your region. See Base URLs.
Headers: Authorization: Bearer ACCESS_TOKEN.
Path parameters
Section titled “Path parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
PROCESS_ID |
string | Required | Process ID generated as a response for the Assign reviewers to users API. |
Request
Section titled “Request”This endpoint does not have any JSON request parameters.
Response
Section titled “Response”| Field | Type | Description |
|---|---|---|
status |
string | Status for the specified process ID, shown as a single string in the response example: SUCCESS, QUEUED, RUNNING, or FAILED. |
Response example
Section titled “Response example”{ "status": "SUCCESS"}- Scope: This request is used for the process IDs generated as a response for the Assign reviewers to users API only.