Beta
Cancels queries in the given context.
The context in which to cancel queries.
A promise that resolves when the operation is complete.
Clears the relationship cache for a given entity and relationship.
The entity for which to clear the cache.
The relationship or relationship name.
Optional
inverse: booleanWhether to clear the inverse relationship cache.
A promise that resolves when the operation is complete.
Generates a consistent UUID.
The name for which to generate the UUID.
Optional
namespace: stringOptional namespace for the UUID.
A promise that resolves to the UUID.
Gets the available ontologies.
A promise that resolves to an array of available ontology names.
Gets a concept by its name.
Gets the concept for a given entity.
Gets the concept names.
A promise that resolves to an array concept names.
Gets all concepts.
Gets connected entities for a given entity and relationship.
The entity for which to get connected entities.
The relationship or relationship name.
Optional
forceRefresh: booleanWhether to force a refresh of the data.
A promise that resolves to an array of connected entities.
Gets an entity.
Gets the name of the ontology.
A promise that resolves to the name of the ontology.
Gets the relationship count for a given entity and relationship.
The entity for which to get the relationship count.
The relationship or relationship name.
Optional
forceRefresh: booleanWhether to force a refresh of the data.
A promise that resolves to the relationship count result.
Gets the relationships for a given entity.
The entity for which to get relationships.
A promise that resolves to an array of relationships.
Sends a query.
The query string.
Optional
options: SendQueryOptionsOptional options for sending the query.
A promise that resolves to the query response.
Sends a query with a typed response.
The query string.
Optional
options: SendQueryOptionsOptional options for sending the query.
Optional
force_refresh: booleanWhether to force a refresh of the data.
A promise that resolves to an array of results.
Subscribes to changes for a given entity.
A promise that resolves to an unsubscribe function.
Updates the cache with the given entities.
The entities to update in the cache.
A promise that resolves to the updated entities.
Beta
Gets the system inheritance.
A promise that resolves to an array of inheritances.
Beta
Gets workspace relationship records for a given entity and relationship.
The entity for which to get relationship records.
The relationship or relationship name.
A promise that resolves to an array of workspace relationships.
Interface representing ontology operations.