Swagger UI
Timbr provides a Swagger UI endpoint for each knowledge graph, which can be accessed directly through the primary Swagger endpoint /timbr/openapi/swagger
.
To access the Swagger UI for a specific ontology, simply append ?ontology=<ontology_name>
to the endpoint URL, where <ontology_name>
is the name of the ontology.
For example, to access the Swagger UI endpoint for the network_calls
ontology, you can use the following URL: /timbr/openapi/swagger/?ontology=network_calls
.
Accessing the Swagger UI from the Timbr Platform
Users can access the main Swagger UI component by clicking on the Help menu icon located in the top right corner of the Timbr platform.
Alternatively, users can directly access the Swagger UI for a specific ontology by clicking on the Swagger icon in the top-right menu within the Ontology Explorer component.