Inputs
PaginationInput
Pagination options input.
Fields
cursor | Specifies the page to retrieve. If you don’t specify a cursor , it will fetch the first page. |
limit | The maximum number of items to be returned on a page. The default value for limit varies depending on the query. |
Where Used
Usage | Used By | Description |
---|---|---|
Argument for Query | hubs | Retrieves all hubs that match the specified criteria. A Hub is a container of projects, shared resources, and users with a common context. |
Argument for Query | projects | Retrieves all projects that match the specified filter criteria from a specified hub. |
Argument for Query | folders | Retrieves all sub-folders within a specified folder that meet the filter criteria specified by the filter argument. |
Argument for Query | aecDesignsByHub | Retrieves designs in the given hub, using additional RSQL filters if provided. |
Argument for Query | aecDesignsByProject | Retrieves designs in the given project, using additional RSQL filters if provided. |
Argument for Query | aecDesignsByFolder | Retrieves designs in the given folder, using additional RSQL filters if provided. |
Argument for Query | aecDesignsByFolderAndSubFolders | Retrieves designs in the given folder and it’s sub-folders recursively, using additional RSQL filters if provided. |
Argument for Query | elementsByHub | Retrieves elements from given hub, using additional RSQL filters if provided. |
Argument for Query | elementsByProject | Retrieves elements from given project, using additional RSQL filters if provided. |
Argument for Query | elementsByFolder | Retrieves elements from given folder, using additional RSQL filters if provided. |
Argument for Query | elements | Retrieves elements from given design, using additional RSQL filters if provided. |
Argument for Query | elementsByDesignAtVersion | Retrieves elements from given design at given design version, using additional RSQL filters if provided. |
Argument for Field | AECDesign | Represents a Revit model. |
Argument for Field | Element | Represents an element type. |
Argument for Field | Lineage | Information related to versions of a design. |
Argument for Field | Hub | Represents a hub. A hub is a container of projects, shared resources, and users with a common context. |
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 design data. |
Argument for Field | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |