Create TaskAsk AIpost https://{hostname}/api/custom-entity/v1/tasksUse this API to create a new task for an object. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Body ParamsparentEntityIduuidrequiredThe unique identifier of the parent record where the task was created.taskNamestringrequiredlength between 1 and 512The name of the task.descriptionstringlength β€ 2000The description of the task.orgGroupIduuidrequiredThe unique identifier of the organization responsible for the task.taskTypeNameKeystringrequiredlength between 1 and 100The name key of the task type used for translation purposes.assigneeIduuidThe unique identifier of the user assigned as an assignee on the task.assigneeEmailstringlength between 5 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 falseThis flag indicates whether the task is active.truefalsesourceTypestringlength β€ 16The type of source that created the task.sourceIduuidThe unique identifier of the source that created the task.resourceIduuidThe unique identifier of the parent record where the task was created.resourceTypeNameKeystringlength between 1 and 100The key used to identify the type of resource.moduleSourcestringenumThe source product of the task.assessmentaudit-mgmtcyber-riskdata-mappingdata-governanceesgermincidentissueitrmprogram-benchmarkingmaturity-planningriskvendorvendor-portalcompliance-automationSpeakUpEntityScopingControlObjectiveexceptionShow 20 enum valuesprioritystringenumDefaults to MEDIUMThe priority level of the task.LOWMEDIUMHIGHAllowed:LOWMEDIUMHIGHisRequiredbooleanDefaults to falseThis flag indicates whether the task is required.truefalseResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago