v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Request Queues

Pause Request Deadline

Use this API to pause the deadline of a request.

🗒 Things to Know

  • The deadline will be removed from the request until it is resumed. Once resumed, it will be adjusted based on the time that the deadline was paused.
  • The request will be automatically resumed when the data subject responds. Manually resuming is also supported.

👍

For more information, see Pausing and Resuming a Request Deadline.

put/api/datasubject/v2/requestqueues/{requestQueueRefId}/pausedeadline

Path parameters

requestQueueRefIdstring required

Request Reference ID

Request body

pauseDeadlineboolean required

If PauseDeadline is marked true, the deadline will be paused. If PauseDeadline is marked false, the deadline will be resumed.

commentstring

Internal comment to be added on pause or resume.

languagestring

This is the ISO language code for OneTrust supported languages.

The language code provided here informs the language of the comment.

Examples: en-us for English, de for German, fr for French, etc

Example request

{
  "pauseDeadline": true,
  "comment": "Pausing request",
  "language": "en-us"
}

Response

OK