Skip to main content

List

curl -L -X GET 'https://{{base_url}}/v3/template' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'

Response trả về:

{
"data": [
{
"audio_file": "54a00d51-7c3f-4c97-b578-a43966fbdf48",
"description": "",
"enable_option": true,
"exit_sound": {
"audio_file": "22643d66-e9dd-4821-a9d6-a7347de5d84f",
"enable": true,
"voice_type": "audio_file"
},
"inter_digit_timeout": 5,
"invalid_sound": {
"audio_file": "22643d66-e9dd-4821-a9d6-a7347de5d84f",
"enable": true,
"voice_type": "audio_file"
},
"max_timeout": 1,
"press_options": [
{
"1": {
"audio_file": "827a8471-df3e-470d-89f0-27f305b785ca",
"voice_type": "audio_file"
}
}
],
"press_timeout": 5,
"speed_tts": 1,
"template_name": "temp_audio_01",
"template_uuid": "e94b30fb-8fcf-41a7-8e4b-8766483e069f",
"voice_tts": "",
"voice_type": "audio_file"
},
{
"content": "Chào bạn {{customer_name}} vui lòng thanh toán khoản nợ {{due_amount}} trước ngày {{due_date}}, vui lòng bấm phím 1 nếu bạn đã thanh toán",
"description": "",
"enable_option": true,
"exit_sound": {
"content": "Cám ơn {{customer_name}} đã sử dụng",
"enable": true,
"voice_type": "tts"
},
"inter_digit_timeout": 2,
"invalid_sound": {
"content": "{{customer_name}} đã nhập sa",
"enable": true,
"voice_type": "tts"
},
"max_timeout": 1,
"press_options": [
{
"1": {
"content": "Cám ơn {{customer_name}} đã thanh toán",
"voice_type": "tts"
}
}
],
"press_timeout": 2,
"speed_tts": 0.9,
"template_name": "thong_bao_no_cuoc_01",
"template_uuid": "5f427552-857e-4939-8edf-cbd0f1ef6842",
"voice_tts": "south-m-03",
"voice_type": "tts"
}
],
"limit": 10,
"offset": 0,
"total": 2
}

HTTP Request

GET https://{{base_url}}/v3/template

Query Parameters

ParameterDescriptionExample
template_nameTên template sử dụng cần tìmthong_bao_no_cuoc_01
limitSố lượng record trả về10
offsetVị trí bắt đầu khi query0