Show Drawing Upload
show_drawing_uploadRetrieve detailed information about a specific drawing upload by its unique identifier and project ID. Returns a JSON object with the drawing's full details.
Instructions
Get the details of a single Drawing Upload. Use this to fetch the full details of a specific Drawings by its identifier. Returns a JSON object describing the requested Drawings. Required parameters: id, project_id. Procore API (v1.1): Project Management > Drawings. Endpoint: GET /rest/v1.1/projects/{project_id}/drawing_uploads/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Drawings resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — specifies the level of detail returned in the response. The 'with_drawing_log_imports' view provides additional data as shown below. The 'normal' view is the default if not specified. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |