list_drawings_v1_1
Retrieve drawings from a specific drawing area in Procore projects. Filter by discipline, set, or view options to manage construction documentation efficiently.
Instructions
List drawings. [Project Management/Drawings] GET /rest/v1.1/drawing_areas/{drawing_area_id}/drawings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawing_area_id | Yes | ID of the drawing area | |
| project_id | No | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__drawing_discipline_id | No | Returns a list of drawings that are linked to the provided drawing_discipline_id | |
| filters__drawing_set_id | No | Returns a list of drawings that are linked to the provided drawing_set_id. Can optionally pass 'current_set' to return only drawings that are published. | |
| with_position | No | Returns a list of drawings conditionally ordered by position. By default, it will order by position. | |
| view | No | The 'compact' view returns the minimal attributes of a drawing (id, number, title, obsolete, and discipline). The 'extended' view returns minimal attributes with the current_revision object, which ... |