A paged list. To access additional details append [start-index:end-index] to the expand request. For example, ?expand=sharedUsers[10:40] returns a list starting at item 10 and finishing at item 40.
[start-index:end-index]
?expand=sharedUsers[10:40]
The index of the last item returned on the page.
int32
The list of items.
The maximum number of results that could be on the page.
The number of items on the page.
The index of the first item returned on the page.
Generated using TypeDoc
A paged list. To access additional details append
[start-index:end-index]
to the expand request. For example,?expand=sharedUsers[10:40]
returns a list starting at item 10 and finishing at item 40.