Detail
curl -L -X GET 'https://{{base_url}}/v3/campaign/853b76cc-bffb-4d1b-9f9e-19b1a0fe7894' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'
Response trả về:
{
"domain_uuid": "b6b796aa-370f-4f57-8f44-5c82414c652b",
"campaign_uuid": "853b76cc-bffb-4d1b-9f9e-19b1a0fe7894",
"campaign_name": "VoiceOTP110",
"type": "autocall",
"description": "",
"active": true,
"concurrent_call": 11,
"ratio": 100,
"carrier_uuid": "a18b400f-d487-4e17-b5e7-eba5fe6fa54f",
"call_center_queue_uuid": "",
"template_uuid": "",
"recall_times": 0,
"limit_recall_duration": 0,
"schedule_recall": "after",
"schedule_recall_duration": 0,
"hopper": 20,
"answer_callback_url": "",
"local_start_time": "00:00:00",
"local_end_time": "23:59:59",
"customer_order": "id",
"allow_manual_dial": true,
"allow_search_lead": true,
"enable_callback_alert": true,
"default_list_uuid": "",
"script_uuid": "",
"status": "stop",
"created_at": "2023-03-06T17:06:15.737234+07:00",
"updated_at": "2023-03-06T17:06:15.737234+07:00",
"call_center_queue_strategy": "",
"template_name": "",
"carrier_name": "",
"mode_call": "direct",
"network": {
"viettel": 0,
"mobi": 0,
"vina": 0,
"tel": 0,
"offnet": 0
},
"run_id": "",
"type_autocall": "autocall_voice_tts",
"call_timeout": 60,
"domain_name": "",
"users": null,
"groups": null,
"statuses": null,
"schedules": [
{
"domain_uuid": "b6b796aa-370f-4f57-8f44-5c82414c652b",
"id": "885a7085-0404-484f-9c8f-3dd19c04bc8f",
"campaign_uuid": "853b76cc-bffb-4d1b-9f9e-19b1a0fe7894",
"monday_start_time": 28800000000000,
"monday_end_time": 75600000000000,
"tuesday_start_time": 28800000000000,
"tuesday_end_time": 75600000000000,
"wednesday_start_time": 28800000000000,
"wednesday_end_time": 75600000000000,
"thursday_start_time": 28800000000000,
"thursday_end_time": 75600000000000,
"friday_start_time": 28800000000000,
"friday_end_time": 75600000000000,
"saturday_start_time": 28800000000000,
"saturday_end_time": 75600000000000,
"sunday_start_time": 28800000000000,
"sunday_end_time": 75600000000000
}
],
"priority_recall": "normal",
"recall_status": ["answered", "busy", "failed", "no-answered", "not-available", "voicemail", "invalid-number", "phone-block", "congestion"],
"enable_encrypt": false,
"callback_url": "",
"orig_campaign_uuid": ""
}
HTTP Request
GET https://{{base_url}}/v3/campaign/{{campaign_uuid}}
Query Parameters
Parameter | Description |
---|---|
campaign_uuid | UUID của chiến dịch |