Integration mappings
The part of an API response that describes marker
based pagination
- Source:
Members
limit :number
The limit that was used for these entries. This will be the same as the
`limit` query parameter unless that value exceeded the maximum value
allowed. The maximum value varies by API.
Example: 1000
Type:
- number
- Source:
next_marker :number
The marker for the start of the next page of results.
Example: 3000
Type:
- number
- Source:
prev_marker :number
The marker for the start of the previous page of results.
Example: 1000
Type:
- number
- Source: