Objects
Folder
Represents a folder.
A folder is a location for storing files, data, and other folders (sub-folders).
Fields
Expand all
id* ID! non-null | The ID that uniquely identifies the folder. |
project | An object representing the project that contains this folder. |
hub | An object representing the hub that contains this folder. |
parentFolder | The folder that contains this folder. |
name | A human-readable name to identify this folder. |
createdOn | Indicates when this folder was created. |
createdBy | An object representing the user who created this folder. |
lastModifiedOn | Indicates when this folder was most recently modified. |
lastModifiedBy | An object representing the user who made the most recent modification. |
objectCount | Indicates the number items (folders and files) contained in this folder. |
folders | Contains a list of folders that meet the specified filter criteria. You specify the filter criteria as an input to this field. Expand to see the inputs for this field. |
filter | Specifies how to filter on folders. |
pagination | Specifies how to split the response into multiple pages. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Elementgroup | Represents a Revit model. |
Field Of | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Field Of | Folders | A list of Folders returned in response to a query. A folder contains items, such as designs and sub-folders. |
Query By | folder | Retrieve folder specified by the provided Id |