v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ItManagement > ItAsset

Reads all It assets

Reads all It assets

get/api/2026-07-01/resources/it_management/it_assets

Query parameters

ids[]string[]

IT Asset identifiers to retrieve

IT Asset identifiers to retrieve

[
  "0199e6ea-20c0-73d3-9782-8267dc96773a"
]
serial_numbers[]string[]

Serial numbers of IT assets to retrieve

Serial numbers of IT assets to retrieve

[
  "SN123456789"
]
type_names[]string[]

Type names of IT assets to filter

Type names of IT assets to filter

[
  "laptop"
]
owner_ids[]string[]

Owner (employee) identifiers to filter assets

Owner (employee) identifiers to filter assets

[
  "1"
]
location_ids[]string[]

Location identifiers to filter assets

Location identifiers to filter assets

[
  "1"
]
workplace_ids[]string[]

Workplace identifiers to filter assets

Workplace identifiers to filter assets

[
  "1"
]
team_ids[]string[]

Team identifiers to filter assets

Team identifiers to filter assets

[
  "1"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "0199e6ea-20c0-73d3-9782-8267dc96773a",
      "company_id": "1",
      "it_asset_model_id": "0199e6ea-20c0-73d3-9782-8267dc96773a",
      "serial_number": "SN123456789",
      "status": "in_stock",
      "owner_id": "1",
      "purchase_date": "2024-01-01",
      "purchase_price_cents": 100000,
      "currency": "EUR",
      "warranty_end_date": "2027-01-01",
      "label": "Internal asset label",
      "notes": "This field is for custom data related to the asset",
      "created_at": "2024-01-20T18:05:45.000Z",
      "updated_at": "2024-01-20T18:05:45.000Z",
      "discarded_at": "2024-01-20T18:05:45.000Z"
    }
  ]
}