<!--
{
  "availability" : [
    "VPP License Management: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Get-Assets-44p83",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:post:getVPPAssetsSrv"
  },
  "title" : "Get Assets"
}
-->

# Get Assets

Get the set of assets managed by your organization.

## Discussion

### Example Request and Response

**Request:**

```
{
  "sToken": "h40Gte9aQnZFDNM39IUkRPCsQDxBxbZB4Wy34pxefOuQkeeb3h2 a5Rlopo4KDn3MrFKf4CM3OY+WGAoZ1cD6iZ6yzsMk1+5PVBNc66YS6ZQ=",
  "includeLicenseCounts": true,
  "pricingParam": null
}
```

**Response:**

```json
{
  "assets": [
    {
      "adamIdStr": "748057890",
      "assignedCount": 0,
      "availableCount": 25,
      "deviceAssignable": true,
      "isIrrevocable": false,
      "pricingParam": "STDQ",
      "productTypeId": 8,
      "productTypeName": "Application",
      "retiredCount": 0,
      "totalCount": 25
    },
    {
      "adamIdStr": "635851129",
      "assignedCount": 0,
      "availableCount": 40,
      "deviceAssignable": true,
      "isIrrevocable": false,
      "pricingParam": "STDQ",
      "productTypeId": 8,
      "productTypeName": "Application",
      "retiredCount": 0,
      "totalCount": 40
    },
    {
      "adamIdStr": "284035177",
      "assignedCount": 0,
      "availableCount": 0,
      "deviceAssignable": false,
      "isIrrevocable": false,
      "pricingParam": "STDQ",
      "productTypeId": 8,
      "productTypeName": "Application",
      "retiredCount": 10,
      "totalCount": 0
    }
  ],
  "clientContext": "{\"guid\":\"b92\",\"hostname\":\"test.test.org\",\"ac2\":1}",
   "location": {
    "locationId": 22222222222,
    "locationName": "LocationName"
  },
  "expirationMillis": 1898103480266,
  "status": 0,
  "totalCount": 3,
  "uId": "103614"
}
```

### Example Request and Response with a Legacy Token

**Request:**

```
{
  "sToken": "h40Gte9aQnZFDNM39IUkRPCsQDxBxbZB4Wy34pxefOuQkeeb3h2 a5Rlopo4KDn3MrFKf4CM3OY+WGAoZ1cD6iZ6yzsMk1+5PVBNc66YS6ZQ=",
  "includeLicenseCounts": true,
  "pricingParam": null
}
```

**Response:**

```json
{
  "assets": [
    {
      "adamIdStr": "748057890",
      "assignedCount": 0,
      "availableCount": 10,
      "deviceAssignable": true,
      "isIrrevocable": false,
      "pricingParam": "STDQ",
      "productTypeId": 8,
      "productTypeName": "Application",
      "retiredCount": 0,
      "totalCount": 10
    }
  ],
  "clientContext": "{\"guid\":\"b92\",\"hostname\":\"test.test.org\",\"ac2\":1}",
  "expirationMillis": 1898103480266,
  "status": 0,
  "totalCount": 1,
  "uId": "103299"
}
```

## Topics

### Request and Response

[`object GetVppAssetRequest`](/documentation/DeviceManagement/GetVppAssetRequest)

The request for an asset.

[`object GetVppAssetResponse`](/documentation/DeviceManagement/GetVppAssetResponse)

The response with the asset.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)