DemandFlow Support Centre

DRESPONSE: Document Comment Response

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A reply to a document comment, forming a threaded discussion within the document review process.

DRESPONSE: Document Comment Response

A reply to a document comment, forming a threaded discussion within the document review process.

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

Entity properties

PropertyValue
Entity codeDRESPONSE
Display nameDocument Comment Response
PluralDocument Comment Responses
Level12040

Use cases

DRESPONSE is the leaf entity in the DMS hierarchy (DRECORD > DVERSION > DCOMMENT > DRESPONSE), linked via the five-part comboKey SUB|DRECORD|DVERSION|DCOMMENT|DRESPONSE. It is intentionally minimal - just a response text (name field, readonly after creation) with author (ownerId) and date (created). Unlike DCOMMENT, it has no status workflow because responses do not need independent resolution tracking - they contribute to the resolution of their parent comment. The deep comboKey nesting ensures responses are precisely scoped to their specific comment within a specific version of a specific document, maintaining full traceability in the review thread.

Fields

Response

FieldTypeRequiredNotes
nametext (multi-line)YesResponse. Read only.

Resolution

FieldTypeRequiredNotes
ownerIdreference → userComment. Read only.
createddateCreated Date. Read only.

Relationships

  • No declared relationships in the default definition.

Creating a Document Comment Response via the API

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

{
  "entity":   "DRESPONSE",
  "level":    12040,
  "comboKey": "SUB:<your-sub-id>|ENT:"
}

Listing Document Comment Responses records

GET /v1/entities/DRESPONSE/SUB:<your-sub-id>

See also

dresponsedocumentcommentresponseresponsesdocumentcommentresponsesreplyformingthreadeddiscussionwithin

Was this article helpful?

← Back to Knowledge Base