Request Queues
Update Request Stage
Use this API to update the workflow stage for a specific request.
🗒 Things to Know
- The following system default statuses can be passed as parameter values in the request when moving to a different stage: NEW, VERIFYING_IDENTITY, IN_PROGRESS, REJECTED, and COMPLETE.
- The resolutionTitle, comments, and isInternalComment parameters are only used when the nextStage parameter is set to REJECTED.
- You will not be able to advance the request to the next stage if the current stage has required subtasks that have not been completed.
👍
For more information, see Processing a Request, Closing a Request, and Rejecting a Request.
put/api/datasubject/v2/requestqueues/{requestQueueRefId}/movestages/{language}
Path parameters
requestQueueRefIdstring required
Reference ID of the request
The 10-character unique identifier of the request.
languagestring required
The ISO language code for OneTrust supported languages.Examples: en-us for English, de for German, fr for French, etc.
The language code of the request data, such as en-us for English, de for German, fr for French, etc.
Request body
Example request
{
"nextStage": "Rejected",
"resolutionTitle": "Not a privacy-related request",
"comments": "Any comment",
"isInternalComment": true
}Response
OK