Subtasks
Add Subtask to Request using Subtask Template
Use this API to add a subtask to a request using a subtask template. The subtask template name must be provided to create the subtask with the template's configuration.
post/api/datasubject/v2/requestqueues/{requestQueueRefId}/subtasks/template
Path parameters
requestQueueRefIdstring required
Request queue reference Id
Request body
Example request
{
"templateName": "Subtask Template Example",
"workflowDetailId": "e2d0f59e-3df0-4b1f-965d-d57547ed44ad"
}Response
Created