Objects
ElementGroups
Contains a list of ElementGroups returned in response to a query.
Fields
pagination | Contains information about the current page when results are split into multiple pages. |
results* [ElementGroup]! non-null | An array containing ElementGroups |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
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 entity data. |
Query By | elementGroupsByHub | Retrieves elementGroups in the given hub, using additional RSQL filters if provided. |
Query By | elementGroupsByProject | Retrieves elementGroups in the given project, using additional RSQL filters if provided. |
Query By | elementGroupsByFolder | Retrieves elementGroups in the given folder, using additional RSQL filters if provided. |
Query By | elementGroupsByFolderAndSubFolders | Retrieves elementGroups in the given folder and it’s sub-folders recursively, using additional RSQL filters if provided. |