sheetId and want sheet-scoped region results without passing a sheet allowlist query parameter.
Endpoint
Path Parameters
The unique identifier of the project whose sheet regions you want to list.
The unique identifier of the sheet whose regions you want to list.
Query Parameters
Maximum number of records to return per page. Must be between 1 and 500.
Pagination cursor returned as
nextCursor from a previous response. Omit to fetch the first page.When
true, artifact URL fields are stripped from each entity, reducing payload size.Restrict results to regions belonging to a specific file.
Case-insensitive substring match on the parent file name.
Filter by parent file classification. One of:
plans, specifications, documents, addenda, mixed, other.Filter to regions on this specific 1-based page number. Minimum:
1.Filter by the detected region kind (for example
detail, keynotes, schedule, title_block).Filter by region family.
Filter by placed-view kind.
Filter by table kind.
Filter by source part role.
Response
Returns aProjectRegionEntityListResponse object.
Total number of regions matching the current filters across all pages.
The page size limit applied to this response.
The cursor value used for this page.
Opaque cursor to pass as
cursor to retrieve the next page. null when there are no more pages.Number of region entities returned in this response.
true if additional pages are available beyond this response.Array of extracted drawing region entities. Region fields match List Regions.
Example Request
Example Response
Error Responses
| Status | Description |
|---|---|
400 | Invalid pagination or filter value. |
401 | Missing or invalid Bearer token. |
404 | Project or sheet not found. |