---
title: GetAssetsResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/getassetsresponse
---

# GetAssetsResponse

The paginated response that contains the requested assets.

## Declaration

```data
object GetAssetsResponse
```

## Properties

assets: The set of requested assets. unlimitedAssets: The set of requested unlimited assets. currentPageIndex: The current page index of the paginated response. nextPageIndex: The next page index in the paginated response. The response only includes this field when  there is a next page. size: The number of assets on the current page. totalPages: The total number of pages in the paginated response. versionId: The current version identifier. When traversing the paginated response, use versionId to identify when changes occur to underlying data. When any writes occur to the underlying data in a fetch, versionId updates. mdmInfo: The current information for the provided token. The response only includes this field when MDM sets a value using the Client Config endpoint. 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.

## Mentioned in

Getting started with the management API Managing assets

## Topics

### Objects and data types

- [ResponseAsset](devicemanagement/responseasset.md)
- [UnlimitedResponseAsset](devicemanagement/unlimitedresponseasset.md)
- [MdmInfo](devicemanagement/mdminfo.md)

## See Also

### Response

- [ErrorResponse](devicemanagement/errorresponse.md)
