MDM NEW
Referencetablelist
Function: ReferenceTableList Type: API Endpoint (GET)
Purpose:
Returns a list of tables in the customer database.
URL:
GET /api/new_mdm/reference_table_list
Parameters:
- customer_key (Header, required): A base64 encoded string containing lscode and firmcode for the customer.
- user_code (Header, optional): The user code for access control (if applicable).
Request Body: None
Response: A JSON object containing an array of table objects, each with a name property.
Status Codes:
- 200: Success
- 400: Invalid customer_key
- 500: Internal Server Error
get/api/new_mdm/reference_table_list
Headers
customer-keystring required
user-codestring nullable
Response
Successful Response
{"stackTrail":"paths:/api/new_mdm/reference_table_list: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.