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 . |
limit | (Deprecated) The maximum number of items a page can contain. |
pageSize | The number of items in the response page. |
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | Webhooks | Contains a list of Webhooks you have access to. |
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 | Projects | Contains a list of projects returned in response to a query. |
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 | Designfileversions | Contains a list of objects, where each object represents a version of a design file. |
Field Of | Drawingfileversions | Contains a list of objects, where each object represents a version of a drawing file that contains 2D projections of a component. |
Field Of | Basicfileversions | Contains a list of file versions returned in response to a query. |
Field Of | Drawingversions | Contains a list of object representing versions of drawings, typically returned in response to a query. |
Field Of | Componentversions | Contains a list of component versions returned in response to a query. |
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 occurences of the component lug-nut in the wheel assembly. |