Authorization: ********************
{
"insight_permission_types": [
"INSIGHT_PERMISSION_TYPE_COMMON_LIBRARY"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/insights/insights/listinsightsstream' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"insight_permission_types": [
"INSIGHT_PERMISSION_TYPE_COMMON_LIBRARY"
]
}'
{
"insights": {
"insight_body": {
"nodes": [
{
"aggregate_node": {
"aggregation_columns": [
{
"name": "string",
"group_by_columns": [
"string"
],
"column_to_aggregate": "string",
"aggregation_function": "string"
}
]
}
}
],
"format_query": {
"table_column_configs": [
{
"column_name": "string",
"operations": [
{
"float_value": 0
}
],
"column_summary": "COLUMN_SUMMARY_TYPE_UNSPECIFIED"
}
]
}
}
}
}