Skip to main content

DataSetListRequest

Properties

Property Type Required Description
page integer false

The page of results to fetch.

Defaults to: 1

Validation constraints:

  • Format: int32

  • Minimum: 1

pageSize integer false

The maximum number of results per page.

Defaults to: 10

Validation constraints:

  • Format: int32

  • Minimum: 1

  • Maximum: 20

Example schema

{
  "page": 1,
  "pageSize": 10
}