v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBCustom Task Types
Get Custom Task Types
View the custom task types available in a Workspace.
get/v2/team/{team_id}/custom_item
Path parameters
team_idnumber required
Example:123
Workspace ID
Response
Example response
{
"custom_items": [
{
"id": "1300-900e-462d-a849-4a216b06d930",
"name": "Bug",
"name_plural": "Bugs",
"description": "Custom item type for bugs."
}
]
}