get_document
Retrieve a specific document from OpenProject using its ID. Access document details to support project management.
Instructions
Get a single document by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| project | Yes | ||
| can_update | Yes | ||
| created_at | Yes | ||
| project_id | Yes | ||
| description | Yes | ||
| attachments_url | Yes | ||
| attachment_count | Yes |