DatabaseDetails

Get Db Credentials

Function: get_db_credentials Type: API Endpoint (GET)

Purpose:
Retrieves the database credentials from the environment variables.

URL:
GET http://<baseURL>/api/MobileApp/db_credentials

Response:
A JSON response containing the database credentials.

Error Handling:

  • Raises HTTP 500 for any exceptions encountered during execution.
get/api/DatabaseDetails/db_credentials

Response

Successful Response

{"stackTrail":"paths:/api/DatabaseDetails/db_credentials:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes