Get Observation Item PDF Url
get_observation_item_pdf_urlRetrieve the PDF URL for a specific Observation Item using its ID and project ID to access full observation details.
Instructions
Return the PDF url for a specified Observation Item. Use this to fetch the full details of a specific Observations by its identifier. Returns a JSON object with the file contents or download URL for Observations. Required parameters: id, project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/items/{id}/pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Observations resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |