DemandFlow Support Centre

ITTYPE: IT asset type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Classification type for IT assets, providing a controlled taxonomy for asset categorisation.

ITTYPE: IT asset type

Classification type for IT assets, providing a controlled taxonomy for asset categorisation.

Default definition. This article describes the default ITTYPE definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ITTYPE.

Entity properties

PropertyValue
Entity codeITTYPE
Display nameIT asset type
PluralIT asset types
Level250

Use cases

ITTYPE is a simple lookup entity that provides a controlled vocabulary for classifying ITASSET records via their assetType field. It uses a flat grid-based view (not complex editor) because it only needs name and description - typical for a reference data entity. Having asset types as a separate entity rather than a hardcoded select list allows organisations to define their own IT asset taxonomy (e.g., Laptop, Desktop, Server, Monitor, Printer, Phone, Tablet, Network Equipment) without modifying the ITASSET definition.

Fields

IT asset type

FieldTypeRequiredNotes
nametextYesName.
icontext (FA icon class)Icon.
descriptiontext (multi-line)Description.
carbonFactorPerDaynumberDaily carbon emission rate for this asset type
scopeenumValid ids: 2 (Scope 2), 3 (Scope 3).
weeeCategorytextWEEE category.

Relationships

  • No declared relationships in the default definition.

Creating a IT asset type via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ITTYPE",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "icon": "...",
  "description": "...",
  "carbonFactorPerDay": 1
}

Listing IT asset types

# All records in your tenant
GET /v1/entities/ITTYPE/SUB:<your-sub-id>

See also

ittypeitassettypetypesit_asset_type

Was this article helpful?

← Back to Knowledge Base