Authorization: ********************
{
"page_size": 0,
"order_by": "string",
"page_token": "string",
"flag_snapshot_sids": [
0
],
"mask": "string",
"transcript_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/wfo/vanalytics/v2/listflagsnapshots' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_size": 0,
"order_by": "string",
"page_token": "string",
"flag_snapshot_sids": [
0
],
"mask": "string",
"transcript_sid": 0
}'
{
"next_page_token": "string",
"flag_snapshots": [
{
"flag_snapshot_sid": 0,
"flag_sid": 0,
"name": "string",
"review_group_id": "string",
"notify_group_id": "string",
"priority": 0,
"version": 0,
"create_time": "1s",
"must_review": true,
"must_notify": true,
"bool_expr": {
"and": [
{}
],
"or": [
{}
],
"filter": {
"filter_sid": 0
},
"not": {}
},
"dncl_list": [
{
"list_id": "string",
"content_type": "CT_PHONE_NUMBER",
"expire_period": "DNCL_EXPIRE_PERIOD_HOUR",
"expire_offset": 0,
"agent_response_key": "string"
}
]
}
]
}