grakn-engine API documentation
http://example.com
description
Endpoints used to query the graph by ID or Graql match query and build HAL objects.
/auth/enabled
Endpoints used to handle operations related to authentication.
@author Marco Scoppetta
/auth/session
Endpoints used to handle operations related to authentication.
@author Marco Scoppetta
/status/config
Endpoints used to retrieve all the info about the current instance of Grakn.
@author Marco Scoppetta
/tasks/:uuid
Endpoints used to query and control queued background tasks.
@author Denis Lobanov, alexandraorth
/tasks/schedule
Endpoints used to query and control queued background tasks.
@author Denis Lobanov, alexandraorth
/tasks/all
Endpoints used to query and control queued background tasks.
@author Denis Lobanov, alexandraorth
/user/one
Endpoint used to control user interaction.
@author Marco Scoppetta
/user/all
/graph/analytics
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth
Executes compute query on the server and build HAL representation of result or returns string containing statistics.
/graph/concept/:uuid
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth
/graph/concept/ontology/:uuid
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth
/graph/match
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth
Executes match query on the server and build a representation for each concept in the query result. Return type is determined by the content type. Either application/graql or application/json/hal
/graph/ontology
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth
Produces a JSONObject containing meta-ontology types instances. The built JSONObject will contain ontology nodes divided in roles, entities, relations and resources.
/graph/preMaterialiseAll
Endpoints used to query the graph by ID or Graql match query and build a HAL or Graql response.
@author Marco Scoppetta, alexandraorth