Page
hasMoreboolean
Whether there are more results to fetch after this page
Example:
truedataobject[]
The list of results in the page
nextPageIdstring
The id to use for fetching the next page of results
Example:
2512c910-57b0-4883-b3e3-5ff95ffab822Page
{
"hasMore": true,
"data": [
{}
],
"nextPageId": "2512c910-57b0-4883-b3e3-5ff95ffab822"
}