DemandFlow Support Centre

ANGINV: Angel Investment

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An angel investment record tracking amount invested, last quarter value, and current value per opportunity.

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

PropertyValue
Entity codeANGINV
Display nameAngel Investment
PluralAngel Investments
Level30000

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

FieldTypeRequiredNotes
nametextYesName.
companyNametextYesCompany.
portfolioreference → ANGELENQYesOpportunity.
amountInvestednumberYesAmount invested.
amountLastQtrnumberYesValue last quarter.
amountCurrentnumberYesCurrent value.

Relationships

  • Lookups: portfolio points at a ANGELENQ record.

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

See also

anginvangel investmentangel investmentsangelinvestments

Was this article helpful?

← Back to Knowledge Base