Skip to content

Instantly share code, notes, and snippets.

@lesterjude
Last active August 29, 2015 14:02
Show Gist options
  • Save lesterjude/b4b06c96512aa1dbf4fb to your computer and use it in GitHub Desktop.
Save lesterjude/b4b06c96512aa1dbf4fb to your computer and use it in GitHub Desktop.
Update and Get Menu Template Event
PUT http://api.devvm.drumbi.com/v2/Menu/4670/Event/?app_id=291 Success: { response: 'true' }
{
"template_event_id": 1,
"template_event_display_name": "Prior to Call",
"templates": [
{
"template_id": 185284,
"template_retry": 0,
"template_timeout": 45,
"template_name": "mobile_100_caller_form",
"template_order": 1,
"template_entry_recording": "",
"template_retry_recording": "",
"template_last_retry_recording": "",
"template_exit_recording": "",
"template_action": "timeout"
},
{
"template_id": 185292,
"template_retry": 0,
"template_timeout": 105,
"template_name": "mobile_000_phone_number",
"template_order": 2,
"template_entry_recording": "",
"template_retry_recording": "",
"template_last_retry_recording": "",
"template_exit_recording": "",
"template_action": "timeout"
}
]
}
GET http://api.devvm.drumbi.com/v2/Menu/4670/Event/?app_id=291&template_event_id=1
{
"template_event_id": 1,
"template_event_display_name": "Prior to Call",
"templates": [
{
"template_id": 185284,
"template_retry": 0,
"template_timeout": 45,
"template_name": "mobile_100_caller_form",
"template_order": 1,
"template_entry_recording": "",
"template_retry_recording": "",
"template_last_retry_recording": "",
"template_exit_recording": "",
"template_action": "timeout"
},
{
"template_id": 185292,
"template_retry": 0,
"template_timeout": 105,
"template_name": "mobile_000_phone_number",
"template_order": 2,
"template_entry_recording": "",
"template_retry_recording": "",
"template_last_retry_recording": "",
"template_exit_recording": "",
"template_action": "timeout"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment