ANGSKILL: Angel skill
A skill tag for categorising angel investor expertise or startup team capabilities.
Default definition. This article describes the default
ANGSKILL 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 ANGSKILL.Entity properties
| Property | Value |
|---|---|
| Entity code | ANGSKILL |
| Display name | Angel skill |
| Plural | Angel skills |
| Level | 800 |
Use cases
Simple reference entity storing skill labels for the angel investment domain. Contains only a name field. Used for tagging and categorising areas of expertise relevant to angel investors or startup founding teams. Enables skill-based matching between investors and opportunities.
Fields
General: Skill
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Skill. |
Relationships
- No declared relationships in the default definition.
Creating a Angel skill via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "ANGSKILL",
"level": 800,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Skill"
}
Listing Angel skills records
GET /v1/entities/ANGSKILL/SUB