DemandFlow Support Centre

PATENTA: Jurisdiction Application

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PATENTA entity represents a jurisdiction-specific patent application tracking filing, prosecution, grant dates, status, and assigned attorney.

PATENTA: Jurisdiction Application

The PATENTA entity represents a jurisdiction-specific patent application tracking filing, prosecution, grant dates, status, and assigned attorney.

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

Entity properties

PropertyValue
Entity codePATENTA
Display nameJurisdiction Application
PluralJurisdiction Applications
Level430

Use cases

Child entity of PATENT for tracking applications across different jurisdictions. Three-column layout: left has application details (creator, name, jurisdiction objectLookup to PATENTJ, application/publication/grant numbers, active flag), middle has prosecution dates (filing through grant/expiry plus office action and attorney workflow dates), right has status (lifecycle status, RAG with colours) and ownership (assignee, attorney, family ID). Supports Notes and Documents panels for jurisdiction-specific correspondence. Linked to PATENT via SUB|PAT comboKey.

Fields

General

FieldTypeRequiredNotes
ownerIdreference → userCreated by. Read-only.
nametextApplication name.
jurisdictionreference → PATENTJYesJurisdiction.
applicationNumbertextApplication number.
publicationNumbertextPublication number.
grantNumbertextGrant number.
activeenumActive. Valid ids: 1 (Yes), 0 (No).
filingDatedateApplication filed.
dateSearchReportdateSearch report received.
dateExamRequesteddateExamination requested.
dateOfficeActiondateOffice action received.
dateOfficeActionDuedateOffice action response due.
dateOfficeActionFileddateOffice action response filed.
dateAttorneydateSubmitted to attorney.
dateAttorneyAckdateAttorney acknowledgement.
dateAttorneyReviewdateReview attorney progress.
publicationDatedatePublication date.
grantDatedateNotification of grant.
grantDateCertificatedateCertificate of grant.
expiryDatedateExpiry date.
statusenumYesStatus. Valid ids: filed (Filed), published (Published), examination (Under Examination), granted (Granted), refused (Refused), withdrawn (Withdrawn), lapsed (Lapsed).
ragenumYesRAG. Valid ids: Green - on track (Green - on track), Amber - at risk (Amber - at risk), Red - significant challenges (Red - significant challenges).
assigned_toreference → userAssigned to.
attorneytextLocal attorney / agent.
familyIdtextFamily ID.
totalCostnumberTotal cost.

Additional panels

  • Activity timeline panel attached.
  • Documents. Field attachments.

Relationships

  • Lookups: jurisdiction points at PATENTJ record.

Creating a Jurisdiction Application via the API

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

{
  "entity":   "PATENTA",
  "level":    430,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "jurisdiction": "",
  "status": "filed",
  "rag": "Green - on track",
  "name": "Example"
}

Listing PATENTA records

# All jurisdiction applications in your tenant
GET /v1/entities/PATENTA/SUB

See also

patentajurisdiction applicationjurisdiction applicationsjurisdictionapplication

Was this article helpful?

← Back to Knowledge Base