Objects
Pagination
Contains information about the current page, when results are split into multiple pages.
Fields
cursor | The address of the next page, if one exists. If the current page is the last page, cursor is null . |
pageSize | The number of items in the response page. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | BasicItemVersions | Contains a list of basic item versions returned in response to a query. |
Field Of | ComponentVersions | Contains a list of component versions returned in response to a query. |
Field Of | ConfiguredDesignItemVersions | Contains a list of objects, where each object represents a version of a design item. |
Field Of | DesignItemVersions | Contains a list of objects, where each object represents a version of a design item. |
Field Of | DrawingItemVersions | Contains a list of objects, where each object represents a version of a drawing item that contains 2D projections of a component. |
Field Of | DrawingVersions | Contains a list of object representing versions of drawings, typically returned in response to a query. |
Field Of | FolderMembers | Represents pagination and result of list of folder members. |
Field Of | Folders | A list of Folders returned in response to a query. A folder contains items, such as designs and sub-folders. |
Field Of | GroupMembers | Represents pagination and result of list of group members. |
Field Of | Groups | Represents pagination and list of groups. |
Field Of | HubMembers | Represents pagination and result of list of hub members. |
Field Of | Hubs | Contains a list of hubs returned in response to a query. A hub is a container of projects, shared resources, and users with a common context. |
Field Of | Items | Contains a list of items returned in response to a query. An item refers to a file or sub-folder that exists within a folder. |
Field Of | Occurrences | Contains a list of occurrences of a component, typically returned as a response to a query. 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. |
Field Of | ProjectMembers | Represents pagination and result of list of project members. |
Field Of | Projects | Contains a list of projects returned in response to a query. |
Field Of | Properties | Object representing list of Properties. |
Field Of | PropertyDefinitionCollections | Contains a list of Property Definition Collections returned in response to a query. |
Field Of | PropertyDefinitions | List of property definitions. |