Page By

In this example, we specify that we want to retrieve the second page of data, with each page containing 10 items.

{
  "PageNumber": 2,
  "PageSize": 10
}

Last updated