---
title: GetSubscriptionsResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/getsubscriptionsresponse
---

# GetSubscriptionsResponse

The response that contains the requested subscriptions.

## Declaration

```data
object GetSubscriptionsResponse
```

## Properties

subscriptions: The set of requested subscriptions. nextCursor: The cursor for fetching the next page of results. tokenExpirationDate: The token expiration date in an ISO-8601 format. Note: The server shows all dates and times in UTC. uId: The unique library identifier. When querying records using multiple tokens that may share libraries, use the uId field to filter duplicates and avoid double-counting records when different content managers upload duplicate tokens. versionId: The current version identifier.

## Topics

### Objects and Data Types

- [ResponseSubscription](devicemanagement/responsesubscription.md)

## See Also

### Response

- [ErrorResponse](devicemanagement/errorresponse.md)
