DemandFlow Support Centre

PATENTCLAIM: Patent Claim

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PATENTCLAIM entity represents an individual claim within a patent for claim charting and infringement analysis.

PATENTCLAIM: Patent Claim

The PATENTCLAIM entity represents an individual claim within a patent for claim charting and infringement analysis.

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

Entity properties

PropertyValue
Entity codePATENTCLAIM
Display namePatent Claim
PluralPatent Claims
Level430

Use cases

Child entity of PATENT for tracking individual patent claims. Two-column layout: left has claim details (claim number, type independent/dependent, depends on, status), right has claim text. Linked to PATENT via SUB|PAT comboKey. Shown as relatedlist on PATENT Claims panel.

Fields

General

FieldTypeRequiredNotes
ownerIdreference → userCreated by. Read-only.
nametextYesClaim summary.
claimNumbernumberYesClaim number.
claimTypeenumYesClaim type. Valid ids: independent (Independent), dependent (Dependent).
dependsOnnumberDepends on claim.
statusenumYesStatus. Valid ids: pending (Pending), allowed (Allowed), rejected (Rejected), amended (Amended), cancelled (Cancelled).
claimTexttext (multi-line)Full claim text.

Relationships

  • No declared relationships in the default definition.

Creating a Patent Claim via the API

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

{
  "entity":   "PATENTCLAIM",
  "level":    430,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "claimNumber": 100,
  "claimType": "independent",
  "status": "pending"
}

Listing PATENTCLAIM records

# All patent claims in your tenant
GET /v1/entities/PATENTCLAIM/SUB

See also

patentclaimpatent claimpatent claimspatentclaim

Was this article helpful?

← Back to Knowledge Base