Dimension Service API  2.0.0
api index

SearchOptions Object

since: 0.32
Additional options that affect the search. For example, use this options field for setting the page number to retrieve from a paginated result.

Fields

pageSize
0.32optional
integer
The default maximum number of results to return per page.
0.32 min: 10
0.32 max: 100
0.32 default value: 50
pageNumber
0.32optional
integer
The page number to retrieve. This field is used when multiple pages are found and pagination is required to navigate through the results.

Related API Objects

Example - Specifies the page size as 50 and page number as 1

{
  "pageSize": 50,
  "pageNumber": 1
}