MDM NEW

Datacount

Function: DataCount Type: API Endpoint (GET)

Purpose: Retrieves the total count of data from the specified table in the customer database.

URL: GET /api/new_mdm/data_count/

Request Headers:

  • Customer-Key (str, required): A base64-encoded string identifying the customer and database.
  • Table-Name (str, required): The name of the table to retrieve data from.

Response: Returns a JSON object containing the total count of data.

Exceptions:

  • Raises a 400 HTTPException for invalid customer key.
  • Raises a 500 HTTPException for server-side errors.
get/api/new_mdm/data_count/

Headers

Customer-Keystring required
Table-Namestring required

Response

Successful Response

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