Asset Detail

Retrieve detailed information about a single asset by its serial number.

GET
/api/v1/assets/details/:serial_number

Description

Returns a single asset detail record for the exact serial number. The payload includes:

  • Asset: identity and configuration (asset_id/asset_number, model/model_number/sku/serial_number, condition, product/type/status, purchase info, date/cost/type, manufacturer/vendor, warranty window, key specs like processor/memory/storage/OS, network identifiers, security fields, location, department, customer label).
  • Assigned User (inside asset): assignee's name and email.
  • Finances: Financial lines relevant to capitalization/depreciation (if present).
  • History: Chronological lifecycle events with timestamp, activity, description, and actor.

This is a single-record lookup (no pagination). Dates are returned in human-readable format; convert client-side if needed.

Request

Path Parameters

ParameterTypeRequiredDescription
serial_numberstringYesSerial number of the asset

Related Endpoints

Did this page help you?