entity type with optional filters. No filters returns a list. With id returns one entity with full detail and children. With filters returns matching results.
When to Use
- List all projects, drawings, files, sheets, blocks, or features
- Get a single entity by ID with full detail
- Filter entities by type, discipline, sheet number, grid intersection, and more
- Browse the data hierarchy: project > drawing > sheet > block > feature
Parameters
Entity-specific filters are silently ignored for non-applicable types. For example,
discipline is ignored when querying features.Response
List (no id)
Get by ID
Whenid is provided, the response includes full detail and children. For example, getting a project returns its drawings and files. Getting a sheet returns its blocks with relations.