Skip to main content
GET
TypeScript

Query Parameters

pageCursor
string

Page cursor to get the next page, for example - "MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="

pageSize
number
default:100

Number of items per page (max 100), requesting more then 100 will return 100 items

Required range: 1 <= x <= 100

Response

Collection fetched successfully

data
object[]

The data of the current page

next
string | null

The ID of the next page

Example:

"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"