API Reference
OpenAPI Specification and Swagger UI
Last updated
OpenAPI Specification and Swagger UI
Last updated
This documentation provides a detailed guide on how to visualize and interact with the Open Data Discovery (ODD) API. It covers the usage of the OpenAPI Specification for understanding the API's structure and Swagger UI for testing and interacting with the API endpoints
ODD API adheres to the OpenAPI Specification, a standard format used to describe RESTful APIs. This specification outlines the available endpoints, request methods, response codes, and other necessary details to interact with the ODD Platform. Understanding the OpenAPI Specification is key to effectively utilizing the ODD API.
Specification Document: The full OpenAPI Specification for the ODD API can be accessed at GitHub Repository OpenAPI Specification.
Learning Resource: For more in-depth knowledge about the OpenAPI, visit the OpenAPI Resource Guide.
You can utilize the Swagger UI for an interactive experience with the ODD API.
Swagger UI Access: The Swagger UI can be accessed on your deployed ODD platform at {platform-base-url}/api/v3/api-docs
. Additionally, a demo version is available at ODD Platform Demo Swagger UI.
Response Body: The API response will be shown in the "Response body" section.
Response Codes and Examples: Examples of response objects for each response code can be found in the "Responses" section.
Learn more about how to use Swagger UI with the Swagger UI documentation.