Authorization: ********************{
"filter": "FILTER_UNSPECIFIED"
}curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/listhuntgroupswithclientinfotemplatedata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": "FILTER_UNSPECIFIED"
}'{
"hunt_groups_with_template_data": [
{
"hunt_group": {
"client_sid": 0,
"hunt_group_sid": 0,
"hunt_group_name": "string"
},
"template": {
"template_sid": "string",
"name": "string",
"description": "string",
"display_all_fields": true,
"dialed_number_field_style": {
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
},
"display_to_agent": true
},
"contact_field_styles": [
{
"description_id": 0,
"field_style": {
"text_color": "string",
"background_color": "string",
"allow_agent_copy": true
}
}
],
"template_category": "TEMPLATE_CATEGORY_UNSPECIFIED",
"client_info_display_template_sid": 0,
"hunt_group_sid": 0
}
}
]
}