show_drawing_upload_v1_1
Retrieve drawing upload details from Procore projects to manage construction documentation and track drawing log imports.
Instructions
Show Drawing Upload. [Project Management/Drawings] GET /rest/v1.1/projects/{project_id}/drawing_uploads/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Drawing Upload ID | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | 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 pagination | |
| per_page | No | Items per page (max 100) |