온톨로지
온톨로지의 엔티티·관계 타입과 인스턴스 데이터를 관리하는 API입니다.
📄️ Preview Ontology Bulk Delete
List the ontology resources affected by bulk deletion of the specified collection.
📄️ Get Ontology Bulk Delete Status
Return the current bulk-delete status for the specified collection.
📄️ Trigger Ontology Bulk Delete
Start bulk deletion of ontology resources in the specified collection.
📄️ List Entities
List all entity types.
📄️ Create Entity
Create an entity type. Its data table is prepared immediately only when a schema is supplied; schema-less entity types defer table preparation until data is available.
📄️ Get Entity Table
Fetch rows from an entity type's table.
📄️ Download Entity Table
Download an entity type's current authoritative rows. Preview results may lag behind recent uploads.
📄️ Upload To Entity Table
Upload CSV, JSON, or Parquet rows to an entity type's table. Each row must include the required structural fields; downstream query and graph surfaces update asynchronously.
📄️ Preview Entity Table Reset
Preview row impact for an EntityType table logical reset.
📄️ Reset Entity Table
Delete all rows from an entity type's table after validating dependencies.
📄️ Get Entity Versions
List version history for an entity type.
📄️ Get Entity
Retrieve a specific entity type.
📄️ Update Entity
Change mutable entity-type metadata or schema after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Entity
Delete an entity type. Related data cleanup runs asynchronously.
📄️ Get Entity Cleanup Status
Retrieve the cleanup progress status after entity type deletion.
📄️ List Relations
List all relation types.
📄️ Create Relation
Create a relation type. Its data table is prepared immediately only when both endpoint entity types exist and declare schemas; otherwise preparation is deferred.
📄️ Get Relation Table
Fetch rows from a relation type's table.
📄️ Download Relation Table
Download a relation type's current authoritative rows. Preview results may lag behind recent uploads.
📄️ Upload To Relation Table
Upload CSV, JSON, or Parquet rows to a relation type's table. Each row must include `id` and the required source and target foreign-key columns; downstream query and graph surfaces update asynchronously.
📄️ Preview Relation Table Reset
Preview row impact for a RelationType table logical reset.
📄️ Reset Relation Table
Delete all rows from a relation type's table.
📄️ Get Relation Versions
List version history for a relation type.
📄️ Get Relation
Retrieve a specific relation type.
📄️ Update Relation
Change mutable relation-type metadata, endpoints, or schema after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Relation
Delete a relation type. Related data cleanup runs asynchronously.
📄️ Get Relation Cleanup Status
Retrieve the cleanup progress status after relation type deletion.
📄️ Get Ontology Health
Return the current ontology service health and consistency status.
📄️ Trigger Ontology Orphan Cleanup
Start cleanup of ontology data that no longer has a corresponding resource.
📄️ Trigger Ontology Resync
Start ontology resynchronization for the requested resources, or for all resources when none are specified.