Skip to main content
Get asset details by its ID.
External DocumentationTo learn more, visit the Dots documentation.

Parameters

ParameterDescription
Asset IDThe ID of the asset to get details on.

Example Output

{
	"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"
	}
}

Workflow Library Example

Get Asset Details with Dots and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop