v1
latestSwagger 2.02026-07-13107214235.7 KBTask
Get custom task types of workgroup level
Get custom task types of workgroup level
get/v1/workgroups/{workgroup_id}/customTaskTypes
Path parameters
workgroup_idstring required
Response
Successful retrieval
Example response
{
"results": [
{
"task_type": "sample task_type"
}
],
"status_reason": "sample status_reason"
}