DemandFlow Support Centre

PATENTFAMILY: Patent Family

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PATENTFAMILY entity represents a patent family grouping related patents such as continuations, divisionals, and CIPs sharing a common priority.

PATENTFAMILY: Patent Family

The PATENTFAMILY entity represents a patent family grouping related patents such as continuations, divisionals, and CIPs sharing a common priority.

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

Entity properties

PropertyValue
Entity codePATENTFAMILY
Display namePatent Family
PluralPatent Families
Level420

Use cases

Groups related PATENT records into families. Two-panel layout: General has family details (name, priority date, priority country, priority application number, status) and a relatedlist of PATENT records in the family. Notes panel for family-level commentary. PATENT records link to a family via objectLookup on familyId field.

Fields

General

FieldTypeRequiredNotes
ownerIdreference → userCreated by. Read-only.
nametextYesFamily name.
priorityDatedatePriority date.
priorityCountryreference → PATENTJPriority country.
priorityAppNumbertextPriority application number.
statusenumStatus. Valid ids: active (Active), granted (Fully Granted), mixed (Mixed), expired (Expired).

Additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: priorityCountry points at PATENTJ record.
  • Related lists: PATENT via format SUB|PATFAM.

Creating a Patent Family via the API

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

{
  "entity":   "PATENTFAMILY",
  "level":    420,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "priorityDate": "2026-01-01",
  "priorityCountry": "",
  "priorityAppNumber": "Example text"
}

Listing PATENTFAMILY records

# All patent families in your tenant
GET /v1/entities/PATENTFAMILY/SUB

See also

patentfamilypatent familypatent familiespatentfamily

Was this article helpful?

← Back to Knowledge Base