External DocumentationTo learn more, visit the Dots documentation.
Actions
Get Asset Details
Get asset details by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Asset ID | The ID of the asset to get details on. |
{
"id": "0ac8facb-a822-4557-ae17-346a20644018",
"name": "Test asset ",
"model": "Test asset model name",
"condition": "USED",
"serialNumber": "Test asset serial number",
"diskEncryption": "No disc encryption ",
"purchaseDate": "2025-11-03T00:00:00.000Z",
"status": "IN_USE",
"dpn": "CS-NT-APL-2445-0024",
"application": null,
"keyboardLanguage": "UK ENGLISH",
"productCode": "Test asset MPN",
"ipAddress": "Test asset IP",
"notes": "Test asset note ",
"sku": null,
"price": 100,
"image": "Test asset immage url",
"warrantyUntil": "2025-11-25T00:00:00.000Z",
"assignee": {
"fullName": "DOTS TEST API",
"email": "dotstestapu@gmail.com"
},
"os": {
"name": null,
"version": null
},
"brand": {
"name": "Apple"
},
"subcategory": {
"name": "Notebooks & Laptops"
},
"category": {
"name": "Computer systems"
}
}
Was this page helpful?