list_drawing_tiles
Retrieve drawing tiles for a specific revision in Procore projects to manage and access detailed construction drawings.
Instructions
List drawing tiles. [Project Management/Drawings] GET /rest/v1.0/projects/{project_id}/drawing_revisions/{drawing_revision_id}/drawing_tiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| drawing_revision_id | Yes | ID of the drawing revision | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |