GeneratorDataPreview
post
Get preview data
Authorizations
sessionidstringRequired
Log in using the POST /api/v1/auth/ endpoint
Path parameters
column_idstringRequired
Body
idany ofOptionalDefault:
nullstring · uuidOptional
nullOptional
cardinality_thresholdany ofOptionalDefault:
nullintegerOptional
nullOptional
rare_category_replacementany ofOptionalDefault:
nullstringOptional
nullOptional
clip_thresholdany ofOptionalDefault:
nullintegerOptional
nullOptional
localeany ofOptionalDefault:
nullstringOptional
nullOptional
pii_mock_replaceany ofOptionalDefault:
nullbooleanOptional
nullOptional
has_piiany ofOptionalDefault:
nullbooleanOptional
nullOptional
generator_configany ofOptionalDefault:
nullone ofOptional
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
nullOptional
pii_deselected_entitiesany ofOptionalDefault:
nullstring[]Optional
nullOptional
Responses
200
Success: Preview data
application/json
400
Message: unable to generate preview data using the settings provided
application/json
503
Message: unable to fetch preview data from external service
post
/api/v1/generators/{column_id}/data_preview/POST /api/v1/generators/{column_id}/data_preview/ HTTP/1.1
Host: /
Content-Type: application/json
Accept: */*
Content-Length: 322
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"cardinality_threshold": 1,
"rare_category_replacement": "text",
"clip_threshold": 1,
"locale": "text",
"pii_mock_replace": true,
"has_pii": true,
"generator_config": {
"name": "text",
"params": {},
"links": [
{
"association": "text",
"params": {},
"generator": {}
}
]
},
"pii_deselected_entities": [
"text"
]
}{
"data": []
}Last updated
Was this helpful?

