Netter ontology-entities API is one of 44 APIs that Netter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include ontology-entities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
11 operations
across 6 paths,
and defines 21 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0.
Requests are made against the base URL https://api.netter.ai.
11 operations6 paths21 schemas2 DELETE4 GET2 PATCH3 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.netter.ai
Resource Areas
1
Paths & Operations 11
Across 6 paths, the API surfaces 11 operations — 2 DELETE, 4 GET, 2 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are app__ontology__schemas__EntityRead (19 properties), EntityPropertyRead (11 properties), EntityGraphNode (9 properties), FieldFormat (8 properties). Each schema is shown below with its type and property counts.
EntityPropertyRead
object
Property in entity listings.
11 properties7 required
FieldFormat
object
Type-specific value constraints. All optional; only set what applies.
8 properties
app__ontology__schemas__EntityRead
object
Full entity for GET endpoints.
19 properties11 required
EntityRelationshipBrief
object
Relationship summary in entity detail.
7 properties7 required
FieldRules
object
Declared value rules for one entity field. Empty instance = no rules.
3 properties
EntityGraphRead
object
Company entity graph: entities as nodes, relationships as directed edges.
2 properties2 required
CreateManagedEntityBody
object
Input for POST /ontology/entities (entity from nothing).
5 properties3 required
ManagedFieldBody
object
One field definition in a CreateManagedEntityBody request.
5 properties1 required
RulesPreviewItem
object
2 properties2 required
ManagedPropertyCreate
object
Input for POST /ontology/entities/{id}/properties (managed fields only).
6 properties1 required
RulesPreviewRequest
object
1 property1 required
PropertyBulkUpdate
object
Input for PATCH /ontology/entities/{id}/properties.
1 property1 required
RulesPreviewResponse
object
1 property1 required
FedByProject
object
Which project feeds this entity.
2 properties2 required
EntityUpdate
object
Input for PATCH /ontology/entities/{id}.
3 properties
EntityGraphNode
object
A single entity node in the entity graph.
9 properties8 required
ValidationError
object
5 properties3 required
HTTPValidationError
object
1 property
RulesPreviewResult
object
3 properties3 required
PropertyUpdate
object
Single property update in a bulk patch.
6 properties1 required
EntityGraphEdge
object
A directed, typed relationship edge between two entity nodes.
6 properties6 required
Specification
The full machine-readable OpenAPI contract behind this narrative.