Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.46 KB

File metadata and controls

19 lines (14 loc) · 1.46 KB

LoadObjectSetV2ObjectsOrInterfacesRequest

Represents the API POST body when loading an ObjectSet. Used on the /loadObjectsOrInterfaces endpoint only.

Properties

Name Type Required Description
object_set ObjectSet Yes
order_by Optional[SearchOrderByV2] No
select List[SelectedPropertyApiName] Yes
select_v2 Optional[List[PropertyIdentifier]] No The identifiers of the properties to include in the response. Only selectV2 or select should be populated, but not both.
page_token Optional[PageToken] No
page_size Optional[PageSize] No
exclude_rid Optional[bool] No A flag to exclude the retrieval of the $rid property. Setting this to true may improve performance of this endpoint for object types in OSV2.
snapshot Optional[bool] No A flag to use snapshot consistency when paging. Setting this to true will give you a consistent view from before you start paging through the results, ensuring you do not get duplicate or missing items. Setting this to false will let new results enter as you page, but you may encounter duplicate or missing items. This defaults to false if not specified, which means you will always get the latest results.

[Back to Model list] [Back to API list] [Back to README]