MDM

Referencetablelist

Function: ReferenceTableList Type: API Endpoint (GET)

Purpose:
Returns a list of tables in the customer database.

URL:
GET /api/mdm/reference_table_list

Parameters:

  • customer_key (Header, required): A base64 encoded string containing lscode and firmcode for the customer.

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/mdm/reference_table_list

Headers

customer-keystring required

Response

Successful Response

{"stackTrail":"paths:/api/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.