get_category
Retrieve a single category by its ID from a project's category list in OpenProject.
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 |