Transformation
List
Retrieve a paginated list of Transformation records. Supports filtering, sorting, and search.
get/api/cp/transformation
Query parameters
profit_type'absolute' | 'relative' | 'percent'
Filter by Profit Type
statusstring
Filter by Status
Response
Successful response
Example response
[
{
"id": 12345,
"card_id": 1,
"prefix": "example_prefix",
"prefix_set_id": 1,
"profit_type": "absolute",
"cost": 99.99,
"percent": 99.99,
"edit_max_cost": 99.99,
"priority": 1,
"new_name": "example_new_name",
"mcd": 1,
"pulse": 1,
"cost_connect": 99.99,
"rounding": 1,
"apply_to": "example_apply_to",
"action": "example_action",
"status": "Active"
}
]