Inputs
ElementGroupFilterInput
Query input for filtering ElementGroups.
Fields
query | Query filter in RSQL format to search for elementGroups. For more details, please refer to: Advanced Filtering |
name | Filter for elementGroups with a specified name |
createdBy | Filter for elementGroups created by a specified user (email) |
lastModifiedBy | Filter for elementGroups last modified by a specified user (email) |
fileUrn | Filter for elementGroups with a specified file URN |
Where Used
Usage | Used By | Description |
---|---|---|
Argument for Query | elementGroupsByHub | Retrieves elementGroups in the given hub, using additional RSQL filters if provided. |
Argument for Query | elementGroupsByProject | Retrieves elementGroups in the given project, using additional RSQL filters if provided. |
Argument for Query | elementGroupsByFolder | Retrieves elementGroups in the given folder, using additional RSQL filters if provided. |
Argument for Query | elementGroupsByFolderAndSubFolders | Retrieves elementGroups in the given folder and it’s sub-folders recursively, using additional RSQL filters if provided. |
Argument for Field | 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. |