Get Assignments
Get the set of current assignments for users or devices.
URL
GET https://vpp.itunes.apple.com/mdm/v2/assignmentsQuery Parameters
| Name | Type | Description |
|---|---|---|
adamId Optional | string | The filter for the assignment product’s unique identifier. |
clientUserId Optional | string | The filter for the unique identifier of assigned users in your organization. |
pageIndex Optional | int32 | The requested page index. |
serialNumber Optional | string | The filter for the unique identifier of assigned devices in your organization. |
sinceVersionId Optional | string | The filter for modified assignments since the specified version identifier. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GetAssignmentsResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | The provided token is invalid. It may either be missing or expired. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An internal server error occurred. Try again later. |