Authorization: Bearer ********************
{
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/preferences/reports/recording/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"field_mask": "string"
}'
{
"recording_preferences": {
"file_name_convention": {
"inbound": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"manual": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"outbound": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"preview": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"xml_client_property_sid": 0
},
"zip_file_name_convention": {
"inbound": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"manual": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"outbound": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"combined": {
"segments": [
{
"segment_type": "string",
"format_pattern": "string",
"time_zone_id": "string"
}
]
},
"xml_client_property_sid": 0
},
"export_file_type": "RECORDING_FILE_TYPE_WAV",
"convention_enabled": true,
"zip_convention_enabled": true
},
"call_recording_redaction": true
}