get_type
Retrieve a single work package type from OpenProject by its ID. Access its attributes for project management tasks.
Instructions
Get a single work package type by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| color | Yes | ||
| position | Yes | ||
| created_at | No | ||
| is_default | Yes | ||
| updated_at | No | ||
| is_milestone | Yes |