DemandFlow Support Centre

NWTICKETTIME: Network Ticket Time Entry

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Time entries logged against network tickets, tracking work duration, type, and billability for reporting and SLA compliance.

NWTICKETTIME: Network Ticket Time Entry

Time entries logged against network tickets, tracking work duration, type, and billability for reporting and SLA compliance.

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

Entity properties

PropertyValue
Entity codeNWTICKETTIME
Display nameNetwork Ticket Time Entry
PluralNetwork Ticket Time Entries
Level6610

Use cases

NWTICKETTIME is a child entity of NWTICKET linked via comboKeyEntity. Not shown in the menu - records are created from the Time Entries relatedlist on the NWTICKET editor. The getTicketTimeMetrics() metricsFunction displays total hours, billable hours, and entry count above the grid.

Fields

Time Details

FieldTypeRequiredNotes
nametextYesSummary
datedatetimeYesDate
durationMinutesnumberYesDuration (mins)
descriptiontext (multi-line)Description

Classification

FieldTypeRequiredNotes
ownerIdreference → userYesLogged By Read only.
workTypeenumYesWork Type Valid ids: 1 (Investigation), 2 (Resolution), 3 (Communication), 4 (Testing), 5 (Documentation), 6 (Travel/Site Visit).
billablebooleanBillable

Relationships

  • No declared relationships in the default definition.

Creating a Network Ticket Time Entry via the API

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

{
  "entity":   "NWTICKETTIME",
  "level":    6610,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "date": "2026-01-01T12:00:00Z",
  "durationMinutes": 1,
  "ownerId": ""
}

Listing Network Ticket Time Entries records

# All network ticket time entries in your tenant
GET /v1/entities/NWTICKETTIME/SUB

See also

nwtickettimenetworktickettimeentryentriesentity reference

Was this article helpful?

← Back to Knowledge Base