{ "uuid": "36cc68ac-ab97-4838-92ef-38b397d86a2c", "lastMigration": 29, "name": "Twilio - Insights", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c4f2b911-2120-4598-96de-3f8d2615726d", "documentation": "Retrieve a list of Conferences.", "method": "get", "endpoint": "v1/Conferences", "responses": [ { "uuid": "969ca028-25ec-4708-9048-dab332d24bd5", "body": "{\n \"conferences\": [\n {\n \"account_sid\": \"\",\n \"conference_sid\": \"\",\n \"connect_duration_seconds\": {{faker 'number.int' max=99999}},\n \"create_time\": \"{{faker 'date.recent' 365}}\",\n \"detected_issues\": \"\",\n \"duration_seconds\": {{faker 'number.int' max=99999}},\n \"end_reason\": \"{{oneOf (array 'last_participant_left' 'conference_ended_via_api' 'participant_with_end_conference_on_exit_left' 'last_participant_kicked' 'participant_with_end_conference_on_exit_kicked')}}\",\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"ended_by\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"max_concurrent_participants\": {{faker 'number.int' max=99999}},\n \"max_participants\": {{faker 'number.int' max=99999}},\n \"mixer_region\": \"{{oneOf (array 'us1' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"mixer_region_requested\": \"{{oneOf (array 'us1' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress' 'timeout')}}\",\n \"recording_enabled\": {{faker 'datatype.boolean'}},\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"{{oneOf (array 'in_progress' 'not_started' 'completed' 'summary_timeout')}}\",\n \"tag_info\": \"\",\n \"tags\": [\n \"{{oneOf (array 'invalid_requested_region' 'duplicate_identity' 'start_failure' 'region_configuration_issues' 'quality_warnings' 'participant_behavior_issues' 'high_packet_loss' 'high_jitter' 'high_latency' 'low_mos' 'detected_silence')}}\"\n ],\n \"unique_participants\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9930600-ab65-43e4-a44b-421743b0afcd", "documentation": "Fetch a specific Conference.", "method": "get", "endpoint": "v1/Conferences/:ConferenceSid", "responses": [ { "uuid": "88ef2929-a5ab-4434-a2c3-5dffab7b31e0", "body": "{\n \"account_sid\": \"\",\n \"conference_sid\": \"\",\n \"connect_duration_seconds\": {{faker 'number.int' max=99999}},\n \"create_time\": \"{{faker 'date.recent' 365}}\",\n \"detected_issues\": \"\",\n \"duration_seconds\": {{faker 'number.int' max=99999}},\n \"end_reason\": \"{{oneOf (array 'last_participant_left' 'conference_ended_via_api' 'participant_with_end_conference_on_exit_left' 'last_participant_kicked' 'participant_with_end_conference_on_exit_kicked')}}\",\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"ended_by\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"max_concurrent_participants\": {{faker 'number.int' max=99999}},\n \"max_participants\": {{faker 'number.int' max=99999}},\n \"mixer_region\": \"{{oneOf (array 'us1' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"mixer_region_requested\": \"{{oneOf (array 'us1' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress' 'timeout')}}\",\n \"recording_enabled\": {{faker 'datatype.boolean'}},\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"{{oneOf (array 'in_progress' 'not_started' 'completed' 'summary_timeout')}}\",\n \"tag_info\": \"\",\n \"tags\": [\n \"{{oneOf (array 'invalid_requested_region' 'duplicate_identity' 'start_failure' 'region_configuration_issues' 'quality_warnings' 'participant_behavior_issues' 'high_packet_loss' 'high_jitter' 'high_latency' 'low_mos' 'detected_silence')}}\"\n ],\n \"unique_participants\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a32e6c7d-db96-4c10-a716-991fba419250", "documentation": "List Conference Participants.", "method": "get", "endpoint": "v1/Conferences/:ConferenceSid/Participants", "responses": [ { "uuid": "0affa75a-38bb-4a36-a8d5-d6607cd85298", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"participants\": [\n {\n \"account_sid\": \"\",\n \"call_direction\": \"{{oneOf (array 'inbound' 'outbound')}}\",\n \"call_sid\": \"\",\n \"call_status\": \"{{oneOf (array 'answered' 'completed' 'busy' 'fail' 'noanswer' 'ringing' 'canceled')}}\",\n \"call_type\": \"{{oneOf (array 'carrier' 'client' 'sip')}}\",\n \"coached_participants\": [\n \"\"\n ],\n \"conference_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"conference_sid\": \"\",\n \"country_code\": \"\",\n \"duration_seconds\": {{faker 'number.int' max=99999}},\n \"events\": \"\",\n \"from\": \"\",\n \"is_coach\": {{faker 'datatype.boolean'}},\n \"is_moderator\": {{faker 'datatype.boolean'}},\n \"jitter_buffer_size\": \"{{oneOf (array 'large' 'small' 'medium' 'off')}}\",\n \"join_time\": \"{{faker 'date.recent' 365}}\",\n \"label\": \"\",\n \"leave_time\": \"{{faker 'date.recent' 365}}\",\n \"metrics\": \"\",\n \"outbound_queue_length\": {{faker 'number.int' max=99999}},\n \"outbound_time_in_queue\": {{faker 'number.int' max=99999}},\n \"participant_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"participant_sid\": \"\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress' 'timeout')}}\",\n \"properties\": \"\",\n \"to\": \"\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8b98e12-c397-46be-8984-4be5556c0f16", "documentation": "Fetch a specific Conference Participant Summary.", "method": "get", "endpoint": "v1/Conferences/:ConferenceSid/Participants/:ParticipantSid", "responses": [ { "uuid": "e8e85af0-77d2-48d0-9223-015eaf37c323", "body": "{\n \"account_sid\": \"\",\n \"call_direction\": \"{{oneOf (array 'inbound' 'outbound')}}\",\n \"call_sid\": \"\",\n \"call_status\": \"{{oneOf (array 'answered' 'completed' 'busy' 'fail' 'noanswer' 'ringing' 'canceled')}}\",\n \"call_type\": \"{{oneOf (array 'carrier' 'client' 'sip')}}\",\n \"coached_participants\": [\n \"\"\n ],\n \"conference_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"conference_sid\": \"\",\n \"country_code\": \"\",\n \"duration_seconds\": {{faker 'number.int' max=99999}},\n \"events\": \"\",\n \"from\": \"\",\n \"is_coach\": {{faker 'datatype.boolean'}},\n \"is_moderator\": {{faker 'datatype.boolean'}},\n \"jitter_buffer_size\": \"{{oneOf (array 'large' 'small' 'medium' 'off')}}\",\n \"join_time\": \"{{faker 'date.recent' 365}}\",\n \"label\": \"\",\n \"leave_time\": \"{{faker 'date.recent' 365}}\",\n \"metrics\": \"\",\n \"outbound_queue_length\": {{faker 'number.int' max=99999}},\n \"outbound_time_in_queue\": {{faker 'number.int' max=99999}},\n \"participant_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'de1')}}\",\n \"participant_sid\": \"\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress' 'timeout')}}\",\n \"properties\": \"\",\n \"to\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b89e538-377f-487d-8d7a-586adb7e7258", "documentation": "Get a list of Programmable Video Rooms.", "method": "get", "endpoint": "v1/Video/Rooms", "responses": [ { "uuid": "81c10f2a-42e7-4092-95fc-df388e1ff44d", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"rooms\": [\n {\n \"account_sid\": \"\",\n \"codecs\": [\n \"{{oneOf (array 'VP8' 'H264' 'VP9')}}\"\n ],\n \"concurrent_participants\": {{faker 'number.int' max=99999}},\n \"create_time\": \"{{faker 'date.recent' 365}}\",\n \"created_method\": \"{{oneOf (array 'sdk' 'ad_hoc' 'api')}}\",\n \"duration_sec\": {{faker 'number.int' max=99999}},\n \"edge_location\": \"{{oneOf (array 'ashburn' 'dublin' 'frankfurt' 'singapore' 'sydney' 'sao_paulo' 'roaming' 'umatilla' 'tokyo')}}\",\n \"end_reason\": \"{{oneOf (array 'room_ended_via_api' 'timeout')}}\",\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"max_concurrent_participants\": {{faker 'number.int' max=99999}},\n \"max_participants\": {{faker 'number.int' max=99999}},\n \"media_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'in1' 'de1' 'gll')}}\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress')}}\",\n \"recording_enabled\": {{faker 'datatype.boolean'}},\n \"room_name\": \"\",\n \"room_sid\": \"\",\n \"room_status\": \"{{oneOf (array 'in_progress' 'completed')}}\",\n \"room_type\": \"{{oneOf (array 'go' 'peer_to_peer' 'group' 'group_small')}}\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"total_participant_duration_sec\": {{faker 'number.int' max=99999}},\n \"total_recording_duration_sec\": {{faker 'number.int' max=99999}},\n \"unique_participant_identities\": {{faker 'number.int' max=99999}},\n \"unique_participants\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ecb2b172-b32d-45bb-9042-4a7303277da1", "documentation": "Get Video Log Analyzer data for a Room.", "method": "get", "endpoint": "v1/Video/Rooms/:RoomSid", "responses": [ { "uuid": "bb8d889a-5c64-48fc-aaf0-854b3b85e188", "body": "{\n \"account_sid\": \"\",\n \"codecs\": [\n \"{{oneOf (array 'VP8' 'H264' 'VP9')}}\"\n ],\n \"concurrent_participants\": {{faker 'number.int' max=99999}},\n \"create_time\": \"{{faker 'date.recent' 365}}\",\n \"created_method\": \"{{oneOf (array 'sdk' 'ad_hoc' 'api')}}\",\n \"duration_sec\": {{faker 'number.int' max=99999}},\n \"edge_location\": \"{{oneOf (array 'ashburn' 'dublin' 'frankfurt' 'singapore' 'sydney' 'sao_paulo' 'roaming' 'umatilla' 'tokyo')}}\",\n \"end_reason\": \"{{oneOf (array 'room_ended_via_api' 'timeout')}}\",\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"max_concurrent_participants\": {{faker 'number.int' max=99999}},\n \"max_participants\": {{faker 'number.int' max=99999}},\n \"media_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'in1' 'de1' 'gll')}}\",\n \"processing_state\": \"{{oneOf (array 'complete' 'in_progress')}}\",\n \"recording_enabled\": {{faker 'datatype.boolean'}},\n \"room_name\": \"\",\n \"room_sid\": \"\",\n \"room_status\": \"{{oneOf (array 'in_progress' 'completed')}}\",\n \"room_type\": \"{{oneOf (array 'go' 'peer_to_peer' 'group' 'group_small')}}\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"total_participant_duration_sec\": {{faker 'number.int' max=99999}},\n \"total_recording_duration_sec\": {{faker 'number.int' max=99999}},\n \"unique_participant_identities\": {{faker 'number.int' max=99999}},\n \"unique_participants\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e365eccb-9b3c-49f6-8fc8-69570eb27e8d", "documentation": "Get a list of room participants.", "method": "get", "endpoint": "v1/Video/Rooms/:RoomSid/Participants", "responses": [ { "uuid": "885160f6-13b0-4e82-9499-777a4817a89a", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"participants\": [\n {\n \"account_sid\": \"\",\n \"codecs\": [\n \"{{oneOf (array 'VP8' 'H264' 'VP9')}}\"\n ],\n \"duration_sec\": {{faker 'number.int' max=99999}},\n \"edge_location\": \"{{oneOf (array 'ashburn' 'dublin' 'frankfurt' 'singapore' 'sydney' 'sao_paulo' 'roaming' 'umatilla' 'tokyo')}}\",\n \"end_reason\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_code_url\": \"\",\n \"join_time\": \"{{faker 'date.recent' 365}}\",\n \"leave_time\": \"{{faker 'date.recent' 365}}\",\n \"media_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'in1' 'de1' 'gll')}}\",\n \"participant_identity\": \"\",\n \"participant_sid\": \"\",\n \"properties\": \"\",\n \"publisher_info\": \"\",\n \"room_sid\": \"\",\n \"status\": \"{{oneOf (array 'in_progress' 'completed')}}\",\n \"url\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3bf2796-2ed5-447f-b5de-e4d1ec8b9489", "documentation": "Get Video Log Analyzer data for a Room Participant.", "method": "get", "endpoint": "v1/Video/Rooms/:RoomSid/Participants/:ParticipantSid", "responses": [ { "uuid": "286fb8a2-5711-443a-bd02-aca26786b1d5", "body": "{\n \"account_sid\": \"\",\n \"codecs\": [\n \"{{oneOf (array 'VP8' 'H264' 'VP9')}}\"\n ],\n \"duration_sec\": {{faker 'number.int' max=99999}},\n \"edge_location\": \"{{oneOf (array 'ashburn' 'dublin' 'frankfurt' 'singapore' 'sydney' 'sao_paulo' 'roaming' 'umatilla' 'tokyo')}}\",\n \"end_reason\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_code_url\": \"\",\n \"join_time\": \"{{faker 'date.recent' 365}}\",\n \"leave_time\": \"{{faker 'date.recent' 365}}\",\n \"media_region\": \"{{oneOf (array 'us1' 'us2' 'au1' 'br1' 'ie1' 'jp1' 'sg1' 'in1' 'de1' 'gll')}}\",\n \"participant_identity\": \"\",\n \"participant_sid\": \"\",\n \"properties\": \"\",\n \"publisher_info\": \"\",\n \"room_sid\": \"\",\n \"status\": \"{{oneOf (array 'in_progress' 'completed')}}\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "585bf35f-6969-4acc-871d-0d5c3c2701a7", "documentation": "", "method": "get", "endpoint": "v1/Voice/Settings", "responses": [ { "uuid": "507f113e-7c37-4ecd-83af-97361e9e05d2", "body": "{\n \"account_sid\": \"\",\n \"advanced_features\": {{faker 'datatype.boolean'}},\n \"url\": \"\",\n \"voice_trace\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc1d2eb9-5e5b-4699-8ee9-80d1d705eefa", "documentation": "", "method": "post", "endpoint": "v1/Voice/Settings", "responses": [ { "uuid": "688d9017-8987-414b-90d4-56ebf4bddd7a", "body": "{\n \"account_sid\": \"\",\n \"advanced_features\": {{faker 'datatype.boolean'}},\n \"url\": \"\",\n \"voice_trace\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ceb3106c-6163-4244-8dfd-2826b8c9e149", "documentation": "", "method": "get", "endpoint": "v1/Voice/Summaries", "responses": [ { "uuid": "1a3218a4-436d-463d-aa2f-0de48aa145af", "body": "{\n \"call_summaries\": [\n {\n \"account_sid\": \"\",\n \"attributes\": \"\",\n \"call_sid\": \"\",\n \"call_state\": \"{{oneOf (array 'ringing' 'completed' 'busy' 'fail' 'noanswer' 'canceled' 'answered' 'undialed')}}\",\n \"call_type\": \"{{oneOf (array 'carrier' 'sip' 'trunking' 'client')}}\",\n \"carrier_edge\": \"\",\n \"client_edge\": \"\",\n \"connect_duration\": {{faker 'number.int' max=99999}},\n \"created_time\": \"{{faker 'date.recent' 365}}\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"from\": \"\",\n \"processing_state\": \"{{oneOf (array 'complete' 'partial')}}\",\n \"properties\": \"\",\n \"sdk_edge\": \"\",\n \"sip_edge\": \"\",\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"tags\": [\n \"\"\n ],\n \"to\": \"\",\n \"trust\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "830f0e41-0f0d-4534-a7f9-483b59e7316e", "documentation": "Fetch a specific Annotation.", "method": "get", "endpoint": "v1/Voice/:CallSid/Annotation", "responses": [ { "uuid": "be2e4f8d-85fc-4ff1-a5c5-bc1fa1083084", "body": "{\n \"account_sid\": \"\",\n \"answered_by\": \"{{oneOf (array 'unknown_answered_by' 'human' 'machine')}}\",\n \"call_score\": {{faker 'number.int' max=99999}},\n \"call_sid\": \"\",\n \"comment\": \"\",\n \"connectivity_issue\": \"{{oneOf (array 'unknown_connectivity_issue' 'no_connectivity_issue' 'invalid_number' 'caller_id' 'dropped_call' 'number_reachability')}}\",\n \"incident\": \"\",\n \"quality_issues\": [\n \"\"\n ],\n \"spam\": {{faker 'datatype.boolean'}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54f65fbe-7767-4b0a-96c4-cd161af59356", "documentation": "Create/Update the annotation for the call", "method": "post", "endpoint": "v1/Voice/:CallSid/Annotation", "responses": [ { "uuid": "a77e7103-45c1-43f8-b700-7f9c8fd67825", "body": "{\n \"account_sid\": \"\",\n \"answered_by\": \"{{oneOf (array 'unknown_answered_by' 'human' 'machine')}}\",\n \"call_score\": {{faker 'number.int' max=99999}},\n \"call_sid\": \"\",\n \"comment\": \"\",\n \"connectivity_issue\": \"{{oneOf (array 'unknown_connectivity_issue' 'no_connectivity_issue' 'invalid_number' 'caller_id' 'dropped_call' 'number_reachability')}}\",\n \"incident\": \"\",\n \"quality_issues\": [\n \"\"\n ],\n \"spam\": {{faker 'datatype.boolean'}},\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb858679-68e1-4203-910b-e232e52f0bc6", "documentation": "", "method": "get", "endpoint": "v1/Voice/:CallSid/Events", "responses": [ { "uuid": "992347e5-b258-49d4-9a88-c3165b73f42d", "body": "{\n \"events\": [\n {\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"carrier_edge\": \"\",\n \"client_edge\": \"\",\n \"edge\": \"{{oneOf (array 'unknown_edge' 'carrier_edge' 'sip_edge' 'sdk_edge' 'client_edge')}}\",\n \"group\": \"\",\n \"level\": \"{{oneOf (array 'UNKNOWN' 'DEBUG' 'INFO' 'WARNING' 'ERROR')}}\",\n \"name\": \"\",\n \"sdk_edge\": \"\",\n \"sip_edge\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9237c63-4501-469b-bd95-b7d5821c8b18", "documentation": "", "method": "get", "endpoint": "v1/Voice/:CallSid/Metrics", "responses": [ { "uuid": "9cc628e3-4486-45b2-9bd9-9b97f3edef34", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"metrics\": [\n {\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"carrier_edge\": \"\",\n \"client_edge\": \"\",\n \"direction\": \"{{oneOf (array 'unknown' 'inbound' 'outbound' 'both')}}\",\n \"edge\": \"{{oneOf (array 'unknown_edge' 'carrier_edge' 'sip_edge' 'sdk_edge' 'client_edge')}}\",\n \"sdk_edge\": \"\",\n \"sip_edge\": \"\",\n \"timestamp\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83a51b79-b864-48cb-a2db-cb1944c64ad8", "documentation": "", "method": "get", "endpoint": "v1/Voice/:CallSid/Summary", "responses": [ { "uuid": "afb42268-199b-4fa4-878b-c0d5b87a5077", "body": "{\n \"account_sid\": \"\",\n \"annotation\": \"\",\n \"attributes\": \"\",\n \"call_sid\": \"\",\n \"call_state\": \"{{oneOf (array 'ringing' 'completed' 'busy' 'fail' 'noanswer' 'canceled' 'answered' 'undialed')}}\",\n \"call_type\": \"{{oneOf (array 'carrier' 'sip' 'trunking' 'client')}}\",\n \"carrier_edge\": \"\",\n \"client_edge\": \"\",\n \"connect_duration\": {{faker 'number.int' max=99999}},\n \"created_time\": \"{{faker 'date.recent' 365}}\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"end_time\": \"{{faker 'date.recent' 365}}\",\n \"from\": \"\",\n \"processing_state\": \"{{oneOf (array 'complete' 'partial')}}\",\n \"properties\": \"\",\n \"sdk_edge\": \"\",\n \"sip_edge\": \"\",\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"tags\": [\n \"\"\n ],\n \"to\": \"\",\n \"trust\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f028ba20-1b83-49e4-bd5c-3423023027b0", "documentation": "", "method": "get", "endpoint": "v1/Voice/:Sid", "responses": [ { "uuid": "fbf86d4b-bf4a-487e-ab09-801dbd48d754", "body": "{\n \"links\": {},\n \"sid\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "c4f2b911-2120-4598-96de-3f8d2615726d" }, { "type": "route", "uuid": "c9930600-ab65-43e4-a44b-421743b0afcd" }, { "type": "route", "uuid": "a32e6c7d-db96-4c10-a716-991fba419250" }, { "type": "route", "uuid": "d8b98e12-c397-46be-8984-4be5556c0f16" }, { "type": "route", "uuid": "9b89e538-377f-487d-8d7a-586adb7e7258" }, { "type": "route", "uuid": "ecb2b172-b32d-45bb-9042-4a7303277da1" }, { "type": "route", "uuid": "e365eccb-9b3c-49f6-8fc8-69570eb27e8d" }, { "type": "route", "uuid": "f3bf2796-2ed5-447f-b5de-e4d1ec8b9489" }, { "type": "route", "uuid": "585bf35f-6969-4acc-871d-0d5c3c2701a7" }, { "type": "route", "uuid": "dc1d2eb9-5e5b-4699-8ee9-80d1d705eefa" }, { "type": "route", "uuid": "ceb3106c-6163-4244-8dfd-2826b8c9e149" }, { "type": "route", "uuid": "830f0e41-0f0d-4534-a7f9-483b59e7316e" }, { "type": "route", "uuid": "54f65fbe-7767-4b0a-96c4-cd161af59356" }, { "type": "route", "uuid": "eb858679-68e1-4203-910b-e232e52f0bc6" }, { "type": "route", "uuid": "f9237c63-4501-469b-bd95-b7d5821c8b18" }, { "type": "route", "uuid": "83a51b79-b864-48cb-a2db-cb1944c64ad8" }, { "type": "route", "uuid": "f028ba20-1b83-49e4-bd5c-3423023027b0" } ] }