JSON Admin Home Endpoint
The JSON Admin Home endpoint serves as the root entry point for the JSON Admin API. It provides access to the Swagger UI interface for exploring and testing all available Admin JSON API endpoints.
This method redirects users to the Swagger UI interface where they can explore the complete Admin JSON API documentation interactively.
To invoke:
GET http://localhost:9000/
The endpoint returns a redirect response to /swagger-ui.html
, which displays the interactive Swagger UI interface. This interface provides:
This endpoint is typically used for:
This endpoint intentionally provides free access to ensure ease of API discovery. However, users will need appropriate permissions to successfully invoke the individual API endpoints documented in the Swagger UI.
http://localhost:9000/
/swagger-ui.html
Note: This endpoint does not require the standard ACCESS_ADMIN_JSON
permission that other Admin JSON endpoints require.
You are about to leave the Smile Digital Health documentation and navigate to the Open Source HAPI-FHIR Documentation.