ANGINV: Angel Investment
An angel investment record tracking amount invested, last quarter value, and current value per opportunity.
Default definition. This article describes the default
ANGINV 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 ANGINV.Entity properties
| Property | Value |
|---|---|
| Entity code | ANGINV |
| Display name | Angel Investment |
| Plural | Angel Investments |
| Level | 30000 |
Use cases
Portfolio tracking entity for angel investments. Single-panel layout with investment name, company name, opportunity objectLookup to ANGELENQ (with comboKey: 1 for parent-child relationship), and three financial fields (amount invested, value last quarter, current value). AI disabled. Linked to ANGELENQ via comboKey to track individual investment positions within a deal. Enables portfolio performance monitoring over time.
Fields
General: Investment information
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
companyName | text | Yes | Company. |
portfolio | reference → ANGELENQ | Yes | Opportunity. |
amountInvested | number | Yes | Amount invested. |
amountLastQtr | number | Yes | Value last quarter. |
amountCurrent | number | Yes | Current value. |
Relationships
- Lookups:
portfoliopoints at aANGELENQrecord.
Creating a Angel Investment via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "ANGINV",
"level": 30000,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Name",
"companyName": "Company",
"portfolio": "",
"amountInvested": 0
}
Listing Angel Investments records
GET /v1/entities/ANGINV/SUB