List Drawing Tiles
list_drawing_tilesList drawing tiles for a specific drawing revision, returning zoom level and tile size. Paginate to browse drawings and retrieve IDs or filter results.
Instructions
Lists the Drawing Tiles in the specified Drawing Revision along with the maximum Zoom Level and Tile Size. Use this to enumerate Drawings when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Drawings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id, drawing_revision_id. Procore API: Project Management > Drawings. Endpoint: GET /rest/v1.0/projects/{project_id}/drawing_revisions/{drawing_revision_id}/drawing_tiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| drawing_revision_id | Yes | URL path parameter — iD of the drawing revision | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |