Create taskAsk AIpost https://{hostname}/api/task-management/v1/tasksCreates a new taskBody ParamsparentEntityIduuidrequiredThe unique identifier of the parent record where the task was created.taskNamestringrequiredlength between 0 and 512The name of the task.descriptionstringlength between 0 and 2000The description of the task.orgGroupIduuidrequiredThe unique identifier of the organization responsible for the task.taskTypeNameKeystringrequiredlength between 1 and 100The key that identifies the type of activity for the task.assigneeIduuidThe unique identifier of the user assigned as an assignee on the task.assigneeEmailstringlength between 0 and 255The email address of the user assigned as an assignee on the task.collaboratorsarray of objectsThe details of the collaborators assigned to the task.collaboratorsADD objectdeadlinedate-timeThe date and time by which the task should be completed.contextobjectThe contextual details of the task.context objectisActivebooleanDefaults to trueThis flag indicates whether the task is active.truefalsesourceTypestringlength between 0 and 16The type of source that created the task.sourceIduuidThe unique identifier of the source that created the task.resourceIduuidThe unique identifier of the resource.resourceTypeNameKeystringlength between 1 and 100The key used to identify the type of resource.moduleSourcestringenumThe source product of the task.ASSESSMENTASSESSMENTAUDITCYBER_RISKDATA_MAPPINGDATA_GOVERNANCEESGERMINCIDENTISSUEITRMPROGRAM_BENCHMARKINGMATURITY_PLANNINGRISKVENDORVENDOR_PORTALCOMPLIANCE_MGMTSPEAK_UPENTITY_SCOPECONTROL_OBJECTIVEEXCEPTIONShow 20 enum valuesprioritystringenumDefaults to MEDIUMThe priority level of the task.LOWMEDIUMHIGHAllowed:LOWMEDIUMHIGHisRequiredbooleanDefaults to falseThis flag indicates whether the task is required.truefalseResponses 201Task created successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 26 days ago