Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/huntgroups/v1alpha1/listagentclientinfodisplaytemplates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"templates": [
{
"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
}
],
"display_templates": [
{
"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
},
"hunt_group_sids": [
0
],
"outbound_broadcast_template_sids": [
0
],
"inbound_broadcast_template_sids": [
0
]
}
]
}