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 | foldersByFolder | Retrieves all subfolders within a specified folder that meet the filter criteria specified by the filter argument. |
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 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 | An object representing an item in the bill of materials (BOM). It can be a part, an assembly, a sub-assembly or an end product which is the very top-level with no parent above it. |
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 | Drawing | |
Argument for Field | DrawingItem | Represents an item that contains 2D projected views of a product design. |
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 | HubMember | An object representing a member of a hub. |
Argument for Field | Model | A model is an individual part of an assembly that acts as a single unit. For example, a lug nut is an individual model in a wheel assembly. |
Argument for Field | PartNumberGroup | A group of models joined with a common part number |
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. |