Inputs
PaginationInput
Specifies how to split the response into multiple pages.
Fields
cursor | Specifies what page to fetch. If you don’t specify cursor , fetches the first page. |
limit | The maximum number of items to return in a page. The default value for limit varies from query to 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 | foldersByFolderInHub | Retrieves all subfolders within a specified folder that meet the filter criteria specified by the filter argument. |
Argument for Query | foldersByProject | Retrieves all top level folders under a specified project that meet the filter criteria specified by the filter argument. |
Argument for Query | itemsByFolder | Retrieves all items within a specified folder that meet the filter criteria specified by the filter argument. |
Argument for Query | itemsByProject | Retrieves all top level items under a specified project that meet the filter criteria specified by the filter argument. |
Argument for Query | itemVersions | Retrieves all versions of the specified item. |
Argument for Field | Application | Object representing an application. |
Argument for Field | BasicItem | Represents a basic item that does not contain components or drawings. A basic item is a container that stores data, information, settings, or commands used with a computer program. |
Argument for Field | Component | Represents a component. A component is an independent part of an assembly that acts as a single unit. For example, a lug-nut is an independent part (component) of a wheel assembly. A component serves as a container for a variety of design objects, including bodies, sketches, and construction geometry. See the blog post Autodesk Fusion Bodies vs. Components for more information on components. |
Argument for Field | ComponentVersion | Represents a version of a component. |
Argument for Field | ConfiguredDesignItem | Represents an item that contains configurations. |
Argument for Field | DesignItem | Represents an item that contains a product design. |
Argument for Field | DesignItemVersion | Represents a version of an item that contains a product design. |
Argument for Field | Drawing | Represents a 2D drawing that contains projected views of a design. |
Argument for Field | DrawingItem | Represents an item that contains 2D projected views of a product design. |
Argument for Field | DrawingVersion | Represents a version of a 2D drawing that contains projected views of a version of a component. |
Argument for Field | Folder | Represents a folder. A folder is a location for storing files, data, and other folders (sub-folders). |
Argument for Field | Group | Type Group Represents an object containing group information. |
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 | Occurrence | Represents an occurrence of a version of a component. When a version of a component is inserted in an assembly, it is referred to as an occurrence of that component. An assembly can contain multiple occurrences of a version of a component. For example, consider a wheel that contains four lug-nuts. There are four occurrences of the component lug-nut in the wheel assembly. |
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. |
Argument for Field | PropertyDefinitionCollection | Data object that represents property definition collection. |