Add Subtask to RequestAsk AIpost https://{hostname}/api/datasubject/v2/requestqueues/{requestQueueRefId}/subtasksUse this API to add a subtask to a request.Path ParamsrequestQueueRefIdstringrequiredRequest queue reference IdBody ParamsuserEmailstringlength β€ 255Email of the user associated with the subtaskdescriptionstringrequiredlength between 1 and 1000Description of the subtaskdeadlinedate-timeDeadline for the subtaskreminderdate-timeReminder date for the subtaskrequiredbooleanDefaults to falseWhether the subtask is requiredtruefalseassignedTogroupbooleanDefaults to falseWhether the subtask is assigned to a grouptruefalsegroupNamestringlength β€ 255Name of the group if assigned to a groupworkflowDetailIduuidWorkflow detail IDtypestringenumType of the subtask (MANUAL or SYSTEM_TASK)MANUALMANUALSYSTEM_TASKAllowed:MANUALSYSTEM_TASKintegrationSystemIduuidIntegration system IDintegrationWorkflowIduuidIntegration workflow IDcommentRequiredbooleanWhether a comment is required when completing the subtasktruetruefalseresolutionRequiredbooleanWhether a resolution is required when completing the subtasktruetruefalsetaskNamestringrequiredlength between 1 and 100Name of the taskmanualRunbooleantruefalseResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago