---
title: VppAssignmentsResponse
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/vppassignmentsresponse
---

# VppAssignmentsResponse

The response that contains a list of assignments.

## Declaration

```data
object VppAssignmentsResponse
```

## Properties

assignments: An array of dictionaries representing the current assignments. assignmentsInCurrentPage: The total number of assignments in the current page. clientContext: The value currently associated with the provided sToken. This field is only included in the response when a value is set with the Client Configuration endpoint. currentPageIndex: The index of the page being returned. expirationMillis: The UNIX epoch timestamp, in milliseconds, when the account’s sToken or password expires (whichever is earlier). location: The location associated with the provided sToken. This field only returns when using a location token with an Apple School Manager account. nextPageIndex: The index of the next assignments page. This field only returns when there are additional assignments pages to read. requestId: The ID to use for subsequent assignments page lookups. This field only returns when there are more than 300 assignments. status: The status code for the response. Possible values are: 0 = Success. -1 = Failure. totalAssignments: The total number of assignments for the provided criteria. totalPages: The total number of pages of assignments. There will be 300 assignments per page. getuId:

## See Also

### Request and Response

- [VppAssignmentRequest](devicemanagement/vppassignmentrequest.md)
