get_type
Retrieve a specific work package type by its ID to view details of available types in OpenProject.
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 | ||
| name | Yes | ||
| color | Yes | ||
| position | Yes | ||
| created_at | No | ||
| is_default | Yes | ||
| updated_at | No | ||
| is_milestone | Yes |