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 | Elementgroups | Contains a list of ElementGroups returned in response to a query. |
Field Of | Elementgroupversions | An array of versions. |
Field Of | Elements | Contains a list of Elements returned in response to a query. |
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 | 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 | 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. |
Field Of | Referenceproperties | Reference properties. |
Field Of | Users | Represents pagination and result of list of users |