get_category
Retrieve a single category from a project's category list by providing the project and category ID.
Instructions
Get a single category from a project's category list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| category_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| project | Yes | ||
| is_default | Yes | ||
| project_id | Yes | ||
| default_assignee | No | ||
| default_assignee_id | No |