Get Assets
Get the set of assets that your organization manages.
URL
GET https://vpp.itunes.apple.com/mdm/v2/assetsQuery Parameters
| Name | Type | Description |
|---|---|---|
pageIndex Optional | int32 | The requested page index. |
productType Optional | string | The filter for the asset product type. |
pricingParam Optional | string | The filter for the asset product quality. |
revocable Optional | boolean | The filter for asset revocability. |
deviceAssignable Optional | boolean | The filter for asset device assignability. |
maxAvailableCount Optional | int32 | The filter for the maximum inclusive assets available count. |
minAvailableCount Optional | int32 | The filter for the minimum inclusive assets available count. |
maxAssignedCount Optional | int32 | The filter for the maximum inclusive assets assigned count. |
minAssignedCount Optional | int32 | The filter for the minimum inclusive assets assigned count. |
adamId Optional | string | The filter for the asset product unique identifier. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GetAssetsResponse | |
| 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. |