MDM NEW
Download Excel Data Endpoint
Endpoint to download Excel data for a given table in a customer's database.
Args: request (Request): The incoming request. App_Code (str): The application code. Customer_Key (str): The customer key. Table_Name (str): The name of the table to download. split_column (str): The column to split the data based on. db (Session): The database session. current_user (str): The current user.
Returns: JSONResponse: A JSON response with a message indicating whether the request was successful or not.
Raises: HTTPException: If the customer key is invalid or if there is an error fetching the database name.
post/api/new_mdm/download_excel_data
Query parameters
split_columnstring required
Headers
App-Codestring required
User-Codestring required
Customer-Keystring required
Table-Namestring required
Response
Successful Response
{"stackTrail":"paths:/api/new_mdm/download_excel_data:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.