Get a column data transform config
Path Parameters
- Type: integerentity
Id requiredID of Ai column data transform config
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/ai/column-data-transform/{entityId}
curl https://test.boost.space/api/ai/column-data-transform/1 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 42,
"columnKey": "string",
"module": "string",
"prompt": "string",
"enabled": true,
"provider": "platform",
"aiVoiceTone": "auto",
"aiCreativity": "high",
"customInputId": 42,
"type": "auto"
}