get_view
Fetch a single OpenProject view by its ID to access its details and configuration.
Instructions
Get a single OpenProject view by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| type | Yes | ||
| links | Yes | ||
| query | Yes | ||
| public | Yes | ||
| project | Yes | ||
| starred | Yes | ||
| query_id | Yes | ||
| created_at | Yes | ||
| project_id | Yes | ||
| updated_at | Yes |