Each pagination definition contains a Query and Response type.
The Query type is used to define the query parameters used by the pagination method.
The Response type is used to define the response properties returned by the pagination method (usually as
top-level keys in the response body).
Service methods SHOULD include the supported pagination members in their query parameters and response types, these
are just made available as a convenience.
Pagination used by the Transfer service.
Each pagination definition contains a
Query
andResponse
type.Query
type is used to define the query parameters used by the pagination method.Response
type is used to define the response properties returned by the pagination method (usually as top-level keys in the response body).Service methods SHOULD include the supported pagination members in their query parameters and response types, these are just made available as a convenience.
See
https://docs.globus.org/api/transfer/overview/#paging