Contents

Get Assets

Get the set of assets that your organization manages.

URL

GET https://vpp.itunes.apple.com/mdm/v2/assets

Query Parameters

NameTypeDescription
pageIndex Optionalint32

The requested page index.

productType Optionalstring

The filter for the asset product type.

pricingParam Optionalstring

The filter for the asset product quality.

revocable Optionalboolean

The filter for asset revocability.

deviceAssignable Optionalboolean

The filter for asset device assignability.

maxAvailableCount Optionalint32

The filter for the maximum inclusive assets available count.

minAvailableCount Optionalint32

The filter for the minimum inclusive assets available count.

maxAssignedCount Optionalint32

The filter for the maximum inclusive assets assigned count.

minAssignedCount Optionalint32

The filter for the minimum inclusive assets assigned count.

adamId Optionalstring

The filter for the asset product unique identifier.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GetAssetsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

The provided token is invalid. It may either be missing or expired.

500Internal Server Error
Content-Type: application/json
ErrorResponse

An internal server error occurred. Try again later.

Mentioned in

Discussion

Example Request and Response

Topics

Response

Content Metadata

See Also

Asset Management