MDM

Referencecolumnlist

Function: ReferenceColumnList Type: API Endpoint (GET)

Purpose:
Returns a list of columns in a specified table in the customer database.

URL:
GET /api/mdm/reference_column_list/{TableName}

Parameters:

  • customer_key (Header, required): A base64 encoded string containing lscode and firmcode for the customer.
  • TableName (Path, required): The name of the table to retrieve columns from.

Request Body: None

Response: A JSON object containing an array of column objects, each with colId and colName properties.

Status Codes:

  • 200: Success
  • 400: Invalid customer_key
  • 404: Table not found
  • 500: Internal Server Error
get/api/mdm/reference_column_list/{TableName}

Path parameters

TableNamestring required

Headers

customer-keystring required

Response

Successful Response

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