MDM NEW
Database Info
Function: database_info Type: API Endpoint (GET)
Purpose:
Retrieves information about the database of the specified customer.
URL:
GET /api/new_mdm/database_info
Request Headers:
- Customer-Key (str, required): A base64-encoded string identifying the customer and database.
- App-Code (str, optional): A base64-encoded string identifying the application.
- User-Code (str, optional): A base64-encoded string identifying the user.
- Firm-Code (str, optional): A base64-encoded string identifying the firm.
Request Body: None
Response: A JSON object containing the status (success or failed) and a message.
Status Codes:
- 200: Success
- 404: Failed to establish a database connection
get/api/new_mdm/database_info
Query parameters
user_codestring nullable
firm_codestring nullable
Headers
Customer-Keystring required
App-codestring nullable
Response
Successful Response
{"stackTrail":"paths:/api/new_mdm/database_info:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.