Authorization: ********************
{
"begin": "1s",
"end": "1s",
"external_tag": "string",
"page_token": "string",
"asc": true,
"page_size": 0,
"element_id": "string",
"columns": [
"string"
],
"entrypoint_id": "string",
"parent_id": "string",
"view_discards": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/classifier/events/preview' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"begin": "1s",
"end": "1s",
"external_tag": "string",
"page_token": "string",
"asc": true,
"page_size": 0,
"element_id": "string",
"columns": [
"string"
],
"entrypoint_id": "string",
"parent_id": "string",
"view_discards": true
}'
{
"json_records": [
"string"
],
"page_token": "string"
}