DemandFlow Support Centre

SUPLEVEL: Support Level

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Support tier classification defining response times, service hours, and entitlements for support agreements.

SUPLEVEL: Support Level

Support tier classification defining response times, service hours, and entitlements for support agreements.

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

Entity properties

PropertyValue
Entity codeSUPLEVEL
Display nameSupport Level
PluralSupport Levels
Level50350

Use cases

Support tier classification defining response times, service hours, and entitlements for support agreements.

SUPLEVEL is a lookup entity referenced by both ITASSET (supportLevel field) and SUPAGREEMENT (supportLevel field). It defines the service tier (e.g., Platinum, Gold, Silver, Bronze, Basic) with associated SLA targets. Unlike a simple name/description lookup, it includes default SLA metrics so that when a support level is assigned to an agreement, the expected response and resolution times are pre-populated. The responseTimeHours and resolutionTimeHours fields provide default targets that agreements can override. Service hours and availability percentage round out the SLA picture. The sortOrder field controls display ordering in dropdowns and reports. This entity uses the complex view because it has enough fields to warrant a proper form layout, but remains lightweight compared to the full entities.

Fields

Support Level

FieldTypeRequiredNotes
nametextYese.g. Platinum, Gold, Silver, Bronze, Basic
descriptiontext (multi-line)Description.
sortOrdernumberSort Order.
activeenumYesValid ids: 1 (Yes), 0 (No).

Default SLA Targets

FieldTypeRequiredNotes
responseTimeHoursnumberResponse Time (Hours).
resolutionTimeHoursnumberResolution Time (Hours).
serviceHoursenumValid ids: 1 (24/7), 2 (Business Hours), 3 (Extended Hours), 4 (Custom).
availabilityPercentnumbere.g. 99.9
includesOnsiteenumValid ids: 1 (Yes), 0 (No).
notestext (multi-line)Notes.

Relationships

No declared relationships in the default definition.

Creating a Support Level via the API

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

{
  "entity":   "SUPLEVEL",
  "level":    50350,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "active": 1
}

Listing Support Levels

GET /v1/entities/SUPLEVEL/SUB

See also

suplevelsupportlevellevelssupportlevels

Was this article helpful?

← Back to Knowledge Base