Query data
Execute ontology query
For data querying, you can send expressive queries to the backend, enabling you to filter, perform searches, aggregations and more! Analyzing the code line-by-line:
Request body specifies the query you want to execute. Our query language continues to evolve. In the meantime, you can check all commands available to you in the Query Language Command List.
Some examples can be found below:
Getting all data:
Filtering a column:
Filter with Logic expressions:
Following links:
Authorizations
Path Parameters
The namespace
is the name you want to group your datasets around.
Name of the dataset. The same name may exist in different namespaces, for example companies exists in both sanctions and in the company registry.
username of the owner of a namespace
Body
for details check Querying data
"OntologyObject(\"datasetName\").get()"
Response
Successful response with the ontology data object.
The response is of type object[]
.