> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Paging Parameters

> Paging Parameters

# Paging Parameters

Some XBOX services URIs return collections of JavaScript Object Notation (JSON) objects. These collections can be paged through by specifying paging parameters as part of the query string attached to the URI. A complete list of the paging parameters follows. All URIs that allow paging parameters are linked to at the bottom of this page.

<a id="ID4E2" />

## Query string parameters

| Parameter         | Required | Type                  | Description                                                                                                                                                                                                                                                                                                                                   |
| ----------------- | -------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| continuationToken | No       | string                | Return the items starting at the given continuation token.                                                                                                                                                                                                                                                                                    |
| maxItems          | No       | 32-bit signed integer | Maximum number of items to return from the collection, which can be combined with <b>skipItems</b> and <b>continuationToken</b> to return a range of items. The service may provide a default value if <b>maxItems</b> is not present, and may return fewer than <b>maxItems</b>, even if the last page of results has not yet been returned. |
| skipItems         | No       | 32-bit signed integer | Return items beginning after the given number of items. For example, <b>skipItems="3"</b> will retrieve items beginning with the fourth item retrieved.                                                                                                                                                                                       |

<a id="ID4EDD" />

## See also

<a id="ID4EFD" />

##### Parent

[Additional Reference](/reference/live/rest/additional/atoc-xboxlivews-reference-additional)

<a id="ID4ERD" />

##### Reference  [GET (/users/xuid({xuid})/achievements)](/reference/live/rest/uri/achievements/uri-achievementsusersxuidachievementsgetv2)


## Related topics

- [XBOX services RESTful reference](/reference/live/rest/atoc-xboxlivews-reference.md)
- [Basic store operations](/publishing/xstore-commerce/xstore-basic-operations.md)
- [PFSegmentsServerGetPlayersInSegmentAsync](/services/playfab/api-references/c/pfsegments/functions/pfsegmentsservergetplayersinsegmentasync.md)
- [Economy v2 Subscriptions](/services/playfab/economy-monetization/economy-v2/catalog/subscriptions.md)
- [XblMultiplayerGetActivitiesWithPropertiesForSocialGroupAsync](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayergetactivitieswithpropertiesforsocialgroupasync.md)
