List Drawing Revision Terms
list_drawing_revision_termsFetch extracted text terms and locations from drawing revisions for a specified project. Supports pagination and filtering by revision IDs to efficiently enumerate drawing data.
Instructions
Returns extracted text terms and locations for a collection of Drawing Revisions. 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. Procore API (v1.1): Project Management > Drawings. Endpoint: GET /rest/v1.1/projects/{project_id}/drawing_revision_terms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| drawing_revision_ids | No | Query string parameter — drawing Revisions to fetch extracted terms for. Limited to 50 revisions per call; clients should paginate larger collections. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |