DemandFlow Support Centre

COMPTYPE: Component type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The COMPTYPE entity stores component types. Classification type for components, providing a taxonomy to categorise catalogue entries.

COMPTYPE: Component type

The COMPTYPE entity stores component types. Classification type for components, providing a taxonomy to categorise catalogue entries.

Default definition. This article describes the default COMPTYPE 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 COMPTYPE.

Entity properties

PropertyValue
Entity codeCOMPTYPE
Display nameComponent type
PluralComponent types
Level100000

Use cases

COMPTYPE is a simple lookup/reference entity that provides a controlled vocabulary for classifying COMP records via their 'class' field. It exists as a separate entity rather than an inline select list so that organisations can define and manage their own component taxonomy without modifying the COMP definition.

Fields

Basic Information

FieldTypeRequiredNotes
reftextRef. Read-only
nametextYesName
descriptiontext (multi-line)Description

Relationships

  • No declared relationships in the default definition.

Creating a Component type via the API

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

{
  "entity":   "COMPTYPE",
  "level":    100000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name":        "Example value",
  "description": "Example value"
}

Listing Component types

GET /v1/entities/COMPTYPE/SUB

See also

comptypecomponent typecomponent typescomponenttypesscataloguecomponent

Was this article helpful?

← Back to Knowledge Base