API Reference
Changes API
Stream
Request parameters
Responses
{}
Perform mutations on the KG.
Post a change request, containing the requested mutations, to the inbox of the specified pod.
Request parameters
Responses
Get Change Report
Request parameters
Responses
Get Change Records
Request parameters
Responses
Perform mutations on a specific slice of the KG.
Post a change request, containing the requested mutations, to a slice inbox of the specified pod.
Request parameters
Responses
Querying API
Retrieve data from the KG.
Query the knowledge graph of the specified pod using GraphQL.
Request parameters
{
"query": {},
"operationName": {},
"variables": {},
"targetGraphs": {},
"atTimestamp": {},
"atChangeRequest": {},
"@context": {}
}
Responses
{
"data": {},
"errors": {},
"extensions": {}
}
Retrieve data from a specific subset of the KG.
Query a predefined slice of the specified pod's Knowledge Graph using GraphQL.
Request parameters
{
"query": {},
"operationName": {},
"variables": {},
"targetGraphs": {},
"atTimestamp": {},
"atChangeRequest": {}
}
Responses
{
"data": {},
"errors": {},
"extensions": {}
}
Streaming API
Stream
Request parameters
Responses
{}
Stream Slice
Request parameters
Responses
{}
Low-level Storage API
Download a stored object.
Get an object from the specified pod's S3 storage.
Request parameters
Responses
Upload an object.
Put an object to the specified pod's S3 storage.
Request parameters
Responses
Remove a stored object.
Delete an object from the specified pod's S3 storage.
Request parameters
Responses
Pod Config API
List
Responses
Register
Request parameters
Responses
null
Get
Request parameters
Responses
Update
Request parameters
Responses
null
Delete
Request parameters
Responses
null
Get Profile
Request parameters
Responses
List slices of the specified pod.
List slices of the specified pod's Knowledge Graph.
Request parameters
Responses
Define a new slice of the KG.
Define a new slice (subset) of the specified pod's Knowledge Graph, based on a GraphQL-LD schema.
Request parameters
Responses
null
Retrieve a specific slice definition..
Retrieve a specific slice definition details.
Request parameters
Responses
Delete a specific slice.
Delete a specific slice of the specified pod's Knowledge Graph.
Request parameters
Responses
null
Get SHACL
Request parameters
Responses
Last modified: 02 January 2025