Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Netter ontology-entities API

The ontology-entities API from Netter — 6 operation(s) for ontology-entities.

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 operations 6 paths 21 schemas 2 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.

ontology-entities 11
GET
/api/v1/ontology/entities
List Entities
list_entities_api_v1_ontology_entities_get → 200
POST
/api/v1/ontology/entities
Create Managed Entity
create_managed_entity_api_v1_ontology_entities_post body → 201422
GET
/api/v1/ontology/entity-graph
Get Entity Graph
get_entity_graph_api_v1_ontology_entity_graph_get → 200
GET
/api/v1/ontology/entities/{entity_id}
Get Entity
get_entity_api_v1_ontology_entities__entity_id__get 1 param → 200422
PATCH
/api/v1/ontology/entities/{entity_id}
Update Entity
update_entity_api_v1_ontology_entities__entity_id__patch 1 param body → 200422
DELETE
/api/v1/ontology/entities/{entity_id}
Archive Entity
archive_entity_api_v1_ontology_entities__entity_id__delete 1 param → 204422
GET
/api/v1/ontology/entities/{entity_id}/properties
List Properties
list_properties_api_v1_ontology_entities__entity_id__properties_get 1 param → 200422
PATCH
/api/v1/ontology/entities/{entity_id}/properties
Update Properties
update_properties_api_v1_ontology_entities__entity_id__properties_patch 1 param body → 200422
POST
/api/v1/ontology/entities/{entity_id}/properties
Create Managed Property
create_managed_property_api_v1_ontology_entities__entity_id__properties_post 1 param body → 201422
DELETE
/api/v1/ontology/entities/{entity_id}/properties/{property_id}
Delete Managed Property
delete_managed_property_api_v1_ontology_entities__entity_id__properties__property_id__delete 2 params → 204422
POST
/api/v1/ontology/entities/{entity_id}/properties/preview-rules
Preview Field Rules
preview_field_rules_api_v1_ontology_entities__entity_id__properties_preview_rules_post 1 param body → 200422

Schemas 21

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 properties 7 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 properties 11 required
EntityRelationshipBrief
object
Relationship summary in entity detail.
7 properties 7 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 properties 2 required
CreateManagedEntityBody
object
Input for POST /ontology/entities (entity from nothing).
5 properties 3 required
ManagedFieldBody
object
One field definition in a CreateManagedEntityBody request.
5 properties 1 required
RulesPreviewItem
object
2 properties 2 required
ManagedPropertyCreate
object
Input for POST /ontology/entities/{id}/properties (managed fields only).
6 properties 1 required
RulesPreviewRequest
object
1 property 1 required
PropertyBulkUpdate
object
Input for PATCH /ontology/entities/{id}/properties.
1 property 1 required
RulesPreviewResponse
object
1 property 1 required
FedByProject
object
Which project feeds this entity.
2 properties 2 required
EntityUpdate
object
Input for PATCH /ontology/entities/{id}.
3 properties
EntityGraphNode
object
A single entity node in the entity graph.
9 properties 8 required
ValidationError
object
5 properties 3 required
HTTPValidationError
object
1 property
RulesPreviewResult
object
3 properties 3 required
PropertyUpdate
object
Single property update in a bulk patch.
6 properties 1 required
EntityGraphEdge
object
A directed, typed relationship edge between two entity nodes.
6 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netter-ontology-entities-api-openapi.yml Raw ↑

Other APIs Netter publishes across the network.

Netter actions API
Netter api-keys API
Netter app-chat API
Netter apps API
Netter apps-query API
Netter assistant API
Netter attributes API
Netter automations API
Netter chats API
Netter companies API
Netter dashboard-chat API
Netter dashboard-data API