DUEDIL: Due Diligence
An angel investor's private due-diligence scoring of an ANGELENQ opportunity.
Default definition. This article describes the default
DUEDIL 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 DUEDIL.Entity properties
| Property | Value |
|---|---|
| Entity code | DUEDIL |
| Display name | Due Diligence |
| Plural | Due Diligence Assessments |
| Level | 11100 |
Use cases
One DUEDIL per (angel user, ANGELENQ). Stores weighted section scores and notes across 9 diligence categories using the Indemand Master Due Diligence & Scoring Framework. Linked via comboKey to the parent ANGELENQ and the owning user. Created on demand via the 'My Due Diligence' toolbar button on ANGELENQ.
Fields
No form fields in the default definition.
Relationships
- No declared relationships in the default definition.
Creating a Due Diligence via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "DUEDIL",
"level": 11100,
"comboKey": "SUB:<your-sub-id>|ENT:"
}
Listing Due Diligence Assessments records
GET /v1/entities/DUEDIL/SUB:<your-sub-id>