---
title: GetAssignmentsResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/getassignmentsresponse
---

# GetAssignmentsResponse

The paginated response that contains requested assignments.

## Declaration

```data
object GetAssignmentsResponse
```

## Properties

assignments: The list of  requested assignments. 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 assignments 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

- [MdmInfo](devicemanagement/mdminfo.md)

## See Also

### Response

- [ErrorResponse](devicemanagement/errorresponse.md)
