v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ItManagement > ItAssetModel

Reads a single It asset model

Reads a single It asset model

get/api/2026-07-01/resources/it_management/it_asset_models/{id}

Path parameters

idstring required

IT Asset Model identifiers to retrieve

Response

OK

idstring required

IT Asset Model identifier

type_namestring required

Type name of the IT asset model. Possible values are 'laptop', 'desktop', 'tablet', 'phone', 'screen', 'mouse', 'keyboard', 'headset', 'other'

company_idstring required

Company identifier

brandstring required

Brand of the IT asset model

namestring required

Name/model of the IT asset

created_atstring required

Creation date of the IT asset model

updated_atstring required

Last update date of the IT asset model

Example response

{
  "id": "0199e6ea-20c0-73d3-9782-8267dc96773a",
  "type_name": "laptop",
  "company_id": "1",
  "brand": "Apple",
  "name": "MacBook Pro",
  "created_at": "2024-01-20T18:05:45.000Z",
  "updated_at": "2024-01-20T18:05:45.000Z"
}