Objects
AECDesigns
Contains a list of AECDesigns returned in response to a query.
Fields
pagination | Contains information about the current page when results are split into multiple pages. |
results* [AECDesign!] non-null | An array containing Designs |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Lineage | Information related to versions of a design. |
Field Of | Project | Represents a project. A project is a shared workspace for teams of people working together on a project, to store, organize, and manage all related design data. |
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Query By | aecDesignsByHub | Retrieves designs in the given hub, using additional RSQL filters if provided. |
Query By | aecDesignsByProject | Retrieves designs in the given project, using additional RSQL filters if provided. |
Query By | aecDesignsByFolder | Retrieves designs in the given folder, using additional RSQL filters if provided. |
Query By | aecDesignsByFolderAndSubFolders | Retrieves designs in the given folder and it’s sub-folders recursively, using additional RSQL filters if provided. |