> ## 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.

# PagingInfo (JSON)

> PagingInfo (JSON)

# PagingInfo (JSON)

Contains paging information for results that are returned in pages of data.

<a id="ID4EN" />

## PagingInfo

| Member            | Type                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ----------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| continuationToken | string                | An opaque continuation token used to access the next page of results. Maximum 32 characters.Callers can supply this value in the <b>continuationToken</b> query parameter in order to retrieve the next set of items in the collection. If this property is <b>null</b>, then there are no additional items in the collection. This property is required and is provided even if the collection is being paged with <b>skipItems</b>. |
| totalItems        | 32-bit signed integer | The total number of items in the collection. This is not provided if the service is unable to provide a real-time view into the size of the collection.                                                                                                                                                                                                                                                                               |

<a id="ID4E4B" />

## Sample JSON syntax

```json theme={null}
{
   "continuationToken":"16354135464161213-0708c1ba-147f-48cc-9ad9-546gaadg648"
   "totalItems":5,
}
    
```

<a id="ID4EGC" />

## See also

<a id="ID4EIC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## 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)
- [XblMultiplayerGetActivitiesWithPropertiesForSocialGroupAsync](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayergetactivitieswithpropertiesforsocialgroupasync.md)
- [XblMultiplayerGetActivitiesWithPropertiesForUsersAsync](/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayergetactivitieswithpropertiesforusersasync.md)
