{"info":{"_postman_id":"d89afcad-ed34-4a00-baec-88787e4b4824","name":"3CX WebHooks & Call Control API","description":"<html><head></head><body><h1 id=\"3cx-webhooks-usage-web-api-examples\"><strong>3CX Webhooks Usage &amp; Web API Examples</strong></h1>\n<p><strong>POST SCHEMA</strong></p>\n<p>Set WebhooksApi.ini file:</p>\n<ul>\n<li><strong>WEBHOOK_URL =</strong> for POST requests</li>\n<li><strong>HTTP_REQUEST_METHOD_POST</strong> = 1</li>\n</ul>\n<h4 id=\"incoming-successful-call\">Incoming successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"800\", \"Usertype\": \"other\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" }</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Usertype\": \"queue\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" }</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"202\", \"Usertype\": \"ext\", \"Did\": \"\", \"Id\": \"230307114903_10-0\" }</td>\n</tr>\n<tr>\n<td>The operator picks up the phone</td>\n<td>{ \"Event\": \"incomingcall_started\", \"Callerid\": 05551239988\", \"User\": \"202\", \"Trtype\": \"NotDef\", \"Did\": \"\", \"Id\": \"230307114903_10-1\" }</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{ \"Event\": \"incoming\", \"Callerid\": \"05551239988\",  <br>\"User\": \"202\", \"Finishtype\": \"Ok\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"00:06\", \"Id\": \"230307140234_35-1\" }</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>{ \"Event\": \"recording\", \"FileUrls\": [ \"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">https://FQDN:5001/webapi/recording/230307140234_35-1-1.mp3\"</a> ],  <br>\"Callerid\": \"05551239988\", \"User\": \"202\", \"Id\": \"230307140234_35-1\" }</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-successful-attended-transfer-call\">Incoming successful attended transfer call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"820\",  <br>\"Usertype\": \"queue\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator picks up the phone</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-1\"  <br>}</td>\n</tr>\n<tr>\n<td>Attended transfer success</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Trtype\": \"Attended\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-2\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator calling 2nd extension for attended transfer</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307142318_40-1\"  <br>}</td>\n</tr>\n<tr>\n<td>Joining calls success</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"True\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:14\",  <br>\"Id\": \"230307142318_40-1\"  <br>}</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:06\",  <br>\"Id\": \"230307142318_40-2\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready for 1st extension</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-2-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-2-1.mp3\">:5001/webapi/recording/230307142318_40-2-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Id\": \"230307142318_40-2\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready for 2nd extension</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307142318_40-1-1.mp3\">:5001/webapi/recording/230307142318_40-1-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307142318_40-1\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-successful-blind-transfer-call\">Incoming successful blind transfer call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"820\",  <br>\"Usertype\": \"queue\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator picks up the phone</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator calls 2nd extension for blind transfer</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-1\"  <br>}</td>\n</tr>\n<tr>\n<td>2nd operator picks up phone</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Trtype\": \"Blind\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307144544_42-2\"  <br>}</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307144544_42-2\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready for 2nd extension</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-2-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-2-1.mp3\">:5001/webapi/recording/230307144544_42-2-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Id\": \"230307144544_42-2\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready for 1st extension</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307144544_42-1-1.mp3\">:5001/webapi/recording/230307144544_42-1-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307144544_42-1\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-missed-call\">Incoming missed call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"800\", \"Usertype\": \"other\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" }</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Usertype\": \"queue\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" }</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>{ \"Event\": \"ringing\", \"Callerid\": \"05551239988\", \"User\": \"202\", \"Usertype\": \"ext\", \"Did\": \"\", \"Id\": \"230307115339_12-0\" }</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{ \"Event\": \"incoming\", \"Callerid\": \"05551239988\", \"User\": \"820\", \"Finishtype\": \"Missed\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"\", \"Id\": \"230307115339_12-0\" }</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-successful-ring-group-call-prioritized-hunt\">Incoming successful Ring Group call (Prioritized Hunt)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong>Webhook</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator picks up phone</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307150805_46-1\"  <br>}</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307150805_46-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307150805_46-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307150805_46-1-1.mp3\">:5001/webapi/recording/230307150805_46-1-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307150805_46-1\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-missed-ring-group-call-prioritized-hunt\">Incoming missed Ring Group call (Prioritized Hunt)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>}</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307152031_50-0\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-successful-ring-group-call-ringall\">Incoming successful Ring Group call (RingAll)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong>Webhook</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The operator picks up phone</td>\n<td>{  <br>\"Event\": \"incomingcall_started\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307151412_47-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:05\",  <br>\"Id\": \"230307151412_47-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307151412_47-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307151412_47-1-1.mp3\">:5001/webapi/recording/230307151412_47-1-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307151412_47-1\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-missed-ring-group-call-ringall\">Incoming missed Ring Group call (RingAll)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong>Webhook</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"800\",  <br>\"Usertype\": \"other\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call is placed in the ring group</td>\n<td>{  <br>\"Event\": \"ringing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Usertype\": \"ext\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>{  <br>\"Event\": \"incoming\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"204\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307152319_52-0\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"outgoing-successful-call\">Outgoing successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>{ \"Event\": \"dialing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307135611_31-0\" }</td>\n</tr>\n<tr>\n<td>The subscriber responds</td>\n<td>{ \"Event\": \"outgoingcall_started\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Trtype\": \"NotDef\", \"Did\": \"\", \"Id\": \"230307135611_31-1\" }</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>{ \"Event\": \"outgoing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Finishtype\": \"Ok\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"00:05\", \"Id\": 30307135611_31-1\"}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>{ \"Event\": \"recording\", \"FileUrls\": [ \"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307135611_31-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307135611_31-1-1.mp3\">:5001/webapi/recording/230307135611_31-1-1.mp3\"</a> ],  <br>\"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307135611_31-1\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"outgoing-unsuccessful-call\">Outgoing unsuccessful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>{ \"Event\": \"dialing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Id\": \"230307140011_32-0\" }</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>{ \"Event\": \"outgoing\", \"Callerid\": \"05551239988\", \"User\": \"117\", \"Finishtype\": \"Missed\", \"Transfer\": \"False\", \"Did\": \"\", \"Duration\": \"\", \"Id\": \"230307140011_32-0\" }</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"makecall-successful-call\">MakeCall successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong>Webhook</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>{  <br>\"Event\": \"dialing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307154408_63-0\"  <br>}</td>\n</tr>\n<tr>\n<td>The subscriber responds</td>\n<td>{  <br>\"Event\": \"outgoingcall_started\",  <br>\"Callerid\": \"MAKECALL\",  <br>\"User\": \"117\",  <br>\"Trtype\": \"NotDef\",  <br>\"Did\": \"\",  <br>\"Id\": \"230307154408_63-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>{  <br>\"Event\": \"outgoing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Ok\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"00:04\",  <br>\"Id\": \"230307154408_63-1\"  <br>}</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>{  <br>\"Event\": \"recording\",  <br>\"FileUrls\": [  <br>\"<a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307154408_63-1-1.mp3\">https://</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307140234_35-1-1.mp3\">FQDN</a><a href=\"https://k2m.3cx.com.tr:5001/webapi/recording/230307154408_63-1-1.mp3\">:5001/webapi/recording/230307154408_63-1-1.mp3\"</a>  <br>],  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307154408_63-1\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"makecall-successful-call-1\">MakeCall successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong>Webhook</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>{  <br>\"Event\": \"dialing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Id\": \"230307155208_64-0\"  <br>}</td>\n</tr>\n<tr>\n<td>Extension hangs up call</td>\n<td>{  <br>\"Event\": \"outgoing\",  <br>\"Callerid\": \"05551239988\",  <br>\"User\": \"117\",  <br>\"Finishtype\": \"Missed\",  <br>\"Transfer\": \"False\",  <br>\"Did\": \"\",  <br>\"Duration\": \"\",  <br>\"Id\": \"230307155409_66-0\"  <br>}</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"get-scheme\">GET Scheme</h3>\n<p>Set WebhooksApi.ini file:</p>\n<ul>\n<li><strong>WEBHOOK_URL =</strong> for GET requests</li>\n<li><strong>HTTP_REQUEST_METHOD_POST</strong> = 0</li>\n</ul>\n<p>3CX WebAPI will start generating GET webhooks according to the same time as the events</p>\n<h4 id=\"incoming-successful-call-1\">Incoming successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=800&amp;usertype=other&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=804&amp;usertype=queue&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=102&amp;usertype=ext&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>The operator picks up the phone</td>\n<td>event=hangupincoming&amp;callerid=420774852629&amp;user=102&amp;did=DID-420222000320&amp;trtype=NotDef&amp;id=230102104542_15-1</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>event=incoming&amp;callerid=420774852629&amp;user=102&amp;finishtype=Ok&amp;transfer=False&amp;did=DID-420222000320&amp;title=DID-420222000320:Answered call from 420774852629 (0:07)&amp;id=230102104542_15-1</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"incoming-missed-call-1\">Incoming missed call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The call goes to the IVR</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=800&amp;usertype=other&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>The call is placed in the queue</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=804&amp;usertype=queue&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>The phone rings</td>\n<td>event=ringing&amp;callerid=420774852629&amp;user=102&amp;usertype=ext&amp;did=DID-420222000320&amp;id=230102104542_15-0</td>\n</tr>\n<tr>\n<td>End of call</td>\n<td>event=incoming&amp;callerid=420774852629&amp;user=804&amp;finishtype=Missed&amp;transfer=False&amp;did=DID-420222000320&amp;title=DID-420222000320:Missed call by queue 804 from 420774852629&amp;id=230102154720_16-0</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"outgoing-successful-call-1\">Outgoing successful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>event=dialing&amp;callerid=420774852629&amp;user=102&amp;id=230102184431_17-0</td>\n</tr>\n<tr>\n<td>The subscriber responds</td>\n<td>event=hangupoutgoing&amp;callerid=420774852629&amp;user=102&amp;did=&amp;trtype=NotDef&amp;id=230102185935_18-1</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>event=outgoing&amp;callerid=420774852629&amp;user=102&amp;finishtype=Ok&amp;transfer=False&amp;did=&amp;title=Successful call to 420774852629 (0:06)&amp;id=230102185935_18-1</td>\n</tr>\n<tr>\n<td>The recording of the conversation is ready</td>\n<td>‘<a href=\"https://3CXDQDN:5001/webapi/recording/230102185935_18-1-1.mp3%E2%80%99\">https://3CXDQDN:5001/webapi/recording/230102185935_18-1-1.mp3’</a></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"outgoing-unsuccessful-call-1\">Outgoing unsuccessful call</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event</th>\n<th>Webhook</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dialing a number</td>\n<td>event=dialing&amp;callerid=420774852629&amp;user=102&amp;id=230102184431_17-0</td>\n</tr>\n<tr>\n<td>The call ends</td>\n<td>event=outgoing&amp;callerid=420774852629&amp;user=102&amp;finishtype=Missed&amp;transfer=False&amp;did=&amp;title=Unanswered call to 420774852629&amp;id=230102184431_17-0</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"3CX Webhooks Usage & Web API Examples","slug":"3cx-webhooks-usage-web-api-examples"}],"owner":"4071112","collectionId":"d89afcad-ed34-4a00-baec-88787e4b4824","publishedId":"2s93JoxR6P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-07T14:08:44.000Z"},"item":[{"name":"Call Control","item":[{"name":"MakeCall","id":"89191aaa-2123-4d38-8b41-fa7afc491e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":" 204","options":{"raw":{"language":"text"}}},"url":"{{baseURL}}/{{accessKey}}/makecall?firstnum=117&secondnum=05551239988","urlObject":{"path":["{{accessKey}}","makecall"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>First Number that will be called</p>\n","type":"text/plain"},"key":"firstnum","value":"117"},{"description":{"content":"<p>Second Number that will be called</p>\n","type":"text/plain"},"key":"secondnum","value":"05551239988"}],"variable":[]}},"response":[{"id":"3e6ef3bf-919d-4497-afa6-fcea4c1b664f","name":"MakeCall","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":" 204","options":{"raw":{"language":"text"}}},"url":{"raw":"{{baseURL}}/makecall?firstnum=117&secondnum=05550001122","host":["{{baseURL}}"],"path":["makecall"],"query":[{"key":"firstnum","value":"117","description":"First Number that will be called","type":"text"},{"key":"secondnum","value":"05550001122","description":"Second Number that will be called","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:29:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"firstNum\": \"117\",\n    \"secondNum\": \"05550001122\"\n}"}],"_postman_id":"89191aaa-2123-4d38-8b41-fa7afc491e53"},{"name":"Answer Call","id":"160f427d-5257-4638-8397-02fd6312b9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/answer?num=204","urlObject":{"path":["{{accessKey}}","answer"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Answer The Call Of Extension's Physical Phone</p>\n","type":"text/plain"},"key":"num","value":"204"}],"variable":[]}},"response":[{"id":"cdedf1af-d7e6-4203-95d1-85f238bb5904","name":"Answer Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/answer?num=204","host":["{{baseURL}}"],"path":["answer"],"query":[{"key":"num","value":"204","description":"Answer The Call Of Extension's Physical Phone"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:36:36 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"Answer\"\n}"}],"_postman_id":"160f427d-5257-4638-8397-02fd6312b9a0"},{"name":"Drop Call","id":"c449964a-0131-452a-9ddc-8bb456127916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/drop?num=204&contact=204","urlObject":{"path":["{{accessKey}}","drop"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Drop Active Extension Call</p>\n","type":"text/plain"},"key":"num","value":"204"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"contact","value":"204"}],"variable":[]}},"response":[{"id":"b0ba39e4-2f94-4d69-b02d-cb774d9680ab","name":"Drop Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/drop?num=204&contact=204","host":["{{baseURL}}"],"path":["drop"],"query":[{"key":"num","value":"204","description":"Drop Active Extension Call"},{"key":"contact","value":"204","description":"(Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:47:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"Drop\"\n}"}],"_postman_id":"c449964a-0131-452a-9ddc-8bb456127916"},{"name":"Transfer (Blind)","id":"f0bb5e51-743e-47cc-a8ff-644e5433379b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/transfer?num=117&dest=204&contact","urlObject":{"path":["{{accessKey}}","transfer"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Transferrer Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>Destination Number that will be transferred</p>\n","type":"text/plain"},"key":"dest","value":"204"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"contact","value":null}],"variable":[]}},"response":[{"id":"bb5a8c50-c3af-4eed-8d0e-7ab9a46722ef","name":"Transfer (Blind)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/transfer?num=117&dest=204&contact","host":["{{baseURL}}"],"path":["transfer"],"query":[{"key":"num","value":"117","description":"Transferrer Extension Number"},{"key":"dest","value":"204","description":"Destination Number that will be transferred"},{"key":"contact","value":null,"description":"Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:51:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"Transfer\"\n}"}],"_postman_id":"f0bb5e51-743e-47cc-a8ff-644e5433379b"},{"name":"Join Calls","id":"5b486d9a-f778-4083-81d9-013c631864a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/join?num=1010","urlObject":{"path":["{{accessKey}}","join"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number That Will Transfer Participants</p>\n","type":"text/plain"},"key":"num","value":"1010"}],"variable":[]}},"response":[{"id":"e42a9723-4202-4670-b3be-0c3fb69afd79","name":"Join Calls","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/join?num=117","host":["{{baseURL}}"],"path":["join"],"query":[{"key":"num","value":"117","description":"Extension Number That Will Transfer Participants"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:56:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"joined together\"\n}"}],"_postman_id":"5b486d9a-f778-4083-81d9-013c631864a6"},{"name":"Get Extension Devices","id":"b1e3888c-fdc0-4733-b3c5-8ea63a7d42d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.devices?num=204","urlObject":{"path":["{{accessKey}}","ext.devices"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Get Related Extension's Connected Devices</p>\n","type":"text/plain"},"key":"num","value":"204"}],"variable":[]}},"response":[{"id":"e0c46c6e-8754-4620-b2ef-4784576f8659","name":"Get Extension's Devices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.devices?num=204","host":["{{baseURL}}"],"path":["ext.devices"],"query":[{"key":"num","value":"204","description":"Get Related Extension's Connected Devices","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:32:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"devices\": [\n        {\n            \"userAgent\": \"Fanvil X1SG 2.4.12 0c383e495733\",\n            \"contact\": \"sip:204@192.168.1.40:5060\"\n        }\n    ]\n}"}],"_postman_id":"b1e3888c-fdc0-4733-b3c5-8ea63a7d42d9"}],"id":"fc6f069d-135b-4dcd-b116-451de01c3cd8","_postman_id":"fc6f069d-135b-4dcd-b116-451de01c3cd8","description":""},{"name":"Get Methods","item":[{"name":"Get Active Calls","id":"72f6d86a-24cf-4621-85ae-20c936f46705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/pbx.callsinfo","urlObject":{"path":["{{accessKey}}","pbx.callsinfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"349762a3-1d00-482e-99ee-4b2505b0a827","name":"Get Active Calls","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/pbx.callsinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:07:42 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"callsInfo\": [\n        {\n            \"callID\": 3,\n            \"state\": \"Talking\",\n            \"startedAt\": \"2023-03-06T06:07:29Z\",\n            \"answeredAt\": \"2023-03-06T06:07:29Z\",\n            \"did\": \"\",\n            \"owner\": {\n                \"dnNum\": \"10000\",\n                \"dnType\": \"externalline\",\n                \"externalParty\": \"05307913268\",\n                \"status\": \"Connected\"\n            },\n            \"talkTo\": [\n                {\n                    \"dnNum\": \"117\",\n                    \"dnType\": \"extension\",\n                    \"externalParty\": \"05307913268\",\n                    \"status\": \"Connected\"\n                }\n            ],\n            \"routingTo\": []\n        }\n    ]\n}"}],"_postman_id":"72f6d86a-24cf-4621-85ae-20c936f46705"},{"name":"Get Active Calls Count","id":"19f9be2f-ed26-4f97-abf0-b3fc42ac8058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/pbx.calls","urlObject":{"path":["{{accessKey}}","pbx.calls"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"2bd82549-b1d0-4914-83b1-73edf573c922","name":"Get Active Calls Count","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/pbx.calls"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:11:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": 2\n}"}],"_postman_id":"19f9be2f-ed26-4f97-abf0-b3fc42ac8058"},{"name":"Get Calls By Id","id":"abb9251f-3cf0-4cf8-a336-f6720b56f3a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/pbx.activesbycallid","urlObject":{"path":["{{accessKey}}","pbx.activesbycallid"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"39565763-521b-4d43-b3cb-2f17955817d8","name":"Get Calls By Id","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/pbx.activesbycallid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:13:51 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"AConnByCallID\": [\n        {\n            \"callID\": 6,\n            \"direction\": \"Inbound\",\n            \"did\": \"\",\n            \"AConnList\": [\n                {\n                    \"dnNum\": \"10000\",\n                    \"dnType\": \"externalline\",\n                    \"externalParty\": \"05307913268\",\n                    \"status\": \"Connected\"\n                },\n                {\n                    \"dnNum\": \"117\",\n                    \"dnType\": \"extension\",\n                    \"externalParty\": \"05307913268\",\n                    \"status\": \"Connected\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"abb9251f-3cf0-4cf8-a336-f6720b56f3a5"},{"name":"Get All Extensions","id":"3a1085c8-9baf-48e8-a4ef-715e3c2e2a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.ext","urlObject":{"path":["{{accessKey}}","all.ext"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"b5cbf670-099f-4b0d-87f8-788e62dc7ce7","name":"Get All Extensions","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.ext"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:57:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"110\",\n        \"111\",\n        \"112\",\n        \"113\",\n        \"115\",\n        \"100\",\n        \"117\",\n        \"114\",\n        \"120\",\n        \"101\",\n        \"201\",\n        \"202\",\n        \"203\",\n        \"204\",\n        \"102\",\n        \"301\"\n    ]\n}"}],"_postman_id":"3a1085c8-9baf-48e8-a4ef-715e3c2e2a76"},{"name":"Get All Registered Extensions","id":"42ac4ab5-1629-49f1-93a7-1dd50b475a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.registered","urlObject":{"path":["{{accessKey}}","all.registered"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"1542e852-8495-4075-af35-2f507e0a0d4d","name":"Get All Registered Extensions","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.registered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:58:17 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"110\",\n        \"112\",\n        \"115\",\n        \"100\",\n        \"117\",\n        \"120\",\n        \"204\"\n    ]\n}"}],"_postman_id":"42ac4ab5-1629-49f1-93a7-1dd50b475a99"},{"name":"Get All Ring Groups","id":"9418f950-7568-4cf6-a6c0-f18336ad14a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.group","urlObject":{"path":["{{accessKey}}","all.group"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"9105d6ac-7802-497b-a156-bab5dcab043d","name":"Get All Ring Groups","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 06:59:18 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"899\",\n        \"898\",\n        \"814\",\n        \"817\",\n        \"808\",\n        \"860\",\n        \"861\"\n    ]\n}"}],"_postman_id":"9418f950-7568-4cf6-a6c0-f18336ad14a2"},{"name":"Get All Queue Numbers","id":"59b1f564-cbab-4353-9040-b02291acc123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.queue","urlObject":{"path":["{{accessKey}}","all.queue"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"afaf9d08-f778-4c25-8738-1d408c28c1f0","name":"Get All Queue Numbers","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.queue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:00:06 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"805\",\n        \"806\",\n        \"803\",\n        \"807\",\n        \"811\",\n        \"812\",\n        \"815\",\n        \"809\",\n        \"820\",\n        \"821\",\n        \"834\",\n        \"836\",\n        \"835\"\n    ]\n}"}],"_postman_id":"59b1f564-cbab-4353-9040-b02291acc123"},{"name":"Get All IVR Numbers","id":"9dc8cea6-690a-4c6b-84c1-1b04d0fa3583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.ivr","urlObject":{"path":["{{accessKey}}","all.ivr"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a0f4908c-03eb-4b1f-8e9e-2ddc2cf28627","name":"Get All IVR Numbers","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.ivr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:00:37 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"HOL\",\n        \"777\",\n        \"QCB\",\n        \"800\",\n        \"801\",\n        \"802\",\n        \"810\",\n        \"813\",\n        \"816\",\n        \"009\",\n        \"830\",\n        \"831\"\n    ]\n}"}],"_postman_id":"9dc8cea6-690a-4c6b-84c1-1b04d0fa3583"},{"name":"Get All Trunk's Line Numbers","id":"b5a300fb-ba0c-477f-9d38-f7c465835192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.line","urlObject":{"path":["{{accessKey}}","all.line"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"6bdcda27-f6c3-46ba-a013-02c28cccc386","name":"Get All Trunk's Line Numbers","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.line"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:01:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"nums\": [\n        \"90000\",\n        \"10000\",\n        \"10004\",\n        \"10001\",\n        \"10003\",\n        \"10002\"\n    ]\n}"}],"_postman_id":"b5a300fb-ba0c-477f-9d38-f7c465835192"},{"name":"Get All User Groups","id":"15f7a6a5-1225-4df9-ab64-348ecf5e65e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/all.extgroup","urlObject":{"path":["{{accessKey}}","all.extgroup"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"53530f8b-aa73-416a-8b0d-040ac4eb562a","name":"Get All User Groups","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/all.extgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:02:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"extGroups\": [\n        \"__DEFAULT__\",\n        \"K2m\",\n        \"___FAVORITES___112\",\n        \"Test Grup\",\n        \"___FAVORITES___110\",\n        \"izinli\",\n        \"Porsche\",\n        \"OzK2mBilisim\",\n        \"CM\"\n    ]\n}"}],"_postman_id":"15f7a6a5-1225-4df9-ab64-348ecf5e65e2"},{"name":"Get Extension Info","id":"9759a5c9-b3b9-42ec-b169-c26d500e994b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.info?num=117","urlObject":{"path":["{{accessKey}}","ext.info"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Get Related Extension Number Info</p>\n","type":"text/plain"},"key":"num","value":"117"}],"variable":[]}},"response":[{"id":"721706e4-94ff-4d44-8f06-3ea9096a9b95","name":"Get Extension Info","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.info?num=117","host":["{{baseURL}}"],"path":["ext.info"],"query":[{"key":"num","value":"117","description":"Get Related Extension Number Info"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:03:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"num\": \"117\",\n    \"name\": \"Emre\",\n    \"lastname\": \"Dikici\",\n    \"email\": \"emre@k2mbilisim.com\",\n    \"mobile\": \"05307913268\",\n    \"enabled\": true,\n    \"externalCalls\": true,\n    \"recordType\": \"All\"\n}"}],"_postman_id":"9759a5c9-b3b9-42ec-b169-c26d500e994b"},{"name":"Get Extension Current Info","id":"0277a5b6-c74e-4143-a83e-a1425d12b0eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.state?num=1001","urlObject":{"path":["{{accessKey}}","ext.state"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Get Current Status Of Related Extension Number</p>\n","type":"text/plain"},"key":"num","value":"1001"}],"variable":[]}},"response":[{"id":"59dc7cd9-2255-4c0c-a799-4d875941b98b","name":"Get Extension Current Info","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.state?num=117","host":["{{baseURL}}"],"path":["ext.state"],"query":[{"key":"num","value":"117","description":"Get Current Status Of Related Extension Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:06:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"num\": \"117\",\n    \"registered\": true,\n    \"status\": \"Free\",\n    \"fwdName\": \"Available\",\n    \"qGlobalStatus\": true,\n    \"qStatus\": [\n        {\n            \"num\": \"807\",\n            \"status\": true\n        }\n    ]\n}"}],"_postman_id":"0277a5b6-c74e-4143-a83e-a1425d12b0eb"},{"name":"Get Related Queue Members","id":"5afa3bd1-4188-45e0-93da-95a1bf5e13f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/queue.members?num=820","urlObject":{"path":["{{accessKey}}","queue.members"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Queue Number</p>\n","type":"text/plain"},"key":"num","value":"820"}],"variable":[]}},"response":[{"id":"a258298c-0677-4595-a7c0-c3ce28d75b0d","name":"Get Related Queue Members","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/queue.members?num=820","host":["{{baseURL}}"],"path":["queue.members"],"query":[{"key":"num","value":"820","description":"Queue Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:07:21 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"members\": [\n        {\n            \"num\": \"201\",\n            \"name\": \"Agent1\",\n            \"lastname\": \"\",\n            \"loggedIn\": false\n        },\n        {\n            \"num\": \"202\",\n            \"name\": \"Agent 2\",\n            \"lastname\": \"\",\n            \"loggedIn\": false\n        },\n        {\n            \"num\": \"203\",\n            \"name\": \"Agent 3\",\n            \"lastname\": \"\",\n            \"loggedIn\": false\n        },\n        {\n            \"num\": \"204\",\n            \"name\": \"Agent 4\",\n            \"lastname\": \"\",\n            \"loggedIn\": true\n        }\n    ]\n}"}],"_postman_id":"5afa3bd1-4188-45e0-93da-95a1bf5e13f3"},{"name":"Get Free Extension That Logged In Queue","id":"0f4bf9e6-5848-4005-b212-90b7c2adbc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/queue.free?num=820","urlObject":{"path":["{{accessKey}}","queue.free"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Queue Number</p>\n","type":"text/plain"},"key":"num","value":"820"}],"variable":[]}},"response":[{"id":"2a4cb99e-a695-4031-8f42-5ab8e54f3162","name":"Get Free Extension That Logged In Queue","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/queue.free?num=820","host":["{{baseURL}}"],"path":["queue.free"],"query":[{"key":"num","value":"820","description":"Queue Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:08:18 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"members\": [\n        {\n            \"num\": \"204\",\n            \"name\": \"Agent 4\",\n            \"lastname\": \"\",\n            \"loggedIn\": true\n        }\n    ]\n}"}],"_postman_id":"0f4bf9e6-5848-4005-b212-90b7c2adbc8b"},{"name":"Get Active Calls For Related Queue","id":"f54f77ba-75b2-4db6-a102-990b4e54f03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/queue.talk?num=820","urlObject":{"path":["{{accessKey}}","queue.talk"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Queue Number</p>\n","type":"text/plain"},"key":"num","value":"820"}],"variable":[]}},"response":[{"id":"a6607010-2760-43cb-a716-c7329095e718","name":"Get Active Calls For Related Queue","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/queue.talk?num=820","host":["{{baseURL}}"],"path":["queue.talk"],"query":[{"key":"num","value":"820","description":"Queue Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:11:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"members\": [\n        {\n            \"num\": \"204\",\n            \"name\": \"Agent 4\",\n            \"lastname\": \"\",\n            \"loggedIn\": true\n        }\n    ]\n}"}],"_postman_id":"f54f77ba-75b2-4db6-a102-990b4e54f03c"},{"name":"Check Queue is Available","id":"c726ac9f-87e9-42ed-a640-785d5bc4b8f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/queue.isfree?num=820","urlObject":{"path":["{{accessKey}}","queue.isfree"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Queue Number</p>\n","type":"text/plain"},"key":"num","value":"820"}],"variable":[]}},"response":[{"id":"686bca58-7e15-41db-8222-63fac7e7fa74","name":"Get Queue That Can Accept Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/queue.isfree?num=820","host":["{{baseURL}}"],"path":["queue.isfree"],"query":[{"key":"num","value":"820","description":"Queue Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:25:06 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"c726ac9f-87e9-42ed-a640-785d5bc4b8f0"},{"name":"Get Ring Group Memebers","id":"45622ba9-b8d3-4935-93f8-a676933968c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/group.members?num=860","urlObject":{"path":["{{accessKey}}","group.members"],"host":["{{baseURL}}"],"query":[{"key":"num","value":"860"}],"variable":[]}},"response":[{"id":"68386d5d-e6cd-4609-ab56-2fd64743b024","name":"Get Ring Group Memebers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/group.members?num=860","host":["{{baseURL}}"],"path":["group.members"],"query":[{"key":"num","value":"860"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:29:06 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"members\": [\n        \"114\",\n        \"112\"\n    ]\n}"}],"_postman_id":"45622ba9-b8d3-4935-93f8-a676933968c7"},{"name":"Get Ring Group Extensions That Can Accept Call","id":"51b5d54a-3512-4a6c-bb5d-4438291c87c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/group.free?num=860","urlObject":{"path":["{{accessKey}}","group.free"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Ring Group Number</p>\n","type":"text/plain"},"key":"num","value":"860"}],"variable":[]}},"response":[{"id":"8a7a66f9-69e5-47c3-8bcd-c7bc2ac3499d","name":"Get Ring Group Extensions That Can Accept Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/group.free?num=860","host":["{{baseURL}}"],"path":["group.free"],"query":[{"key":"num","value":"860","description":"Ring Group Number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:30:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"members\": [\n        \"112\"\n    ]\n}"}],"_postman_id":"51b5d54a-3512-4a6c-bb5d-4438291c87c5"},{"name":"Get User Group Memebers","id":"e6723144-ae2e-4560-aaef-cdd4f1896d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/extgroup.members?name=izinli","urlObject":{"path":["{{accessKey}}","extgroup.members"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>User Group Name</p>\n","type":"text/plain"},"key":"name","value":"izinli"}],"variable":[]}},"response":[{"id":"39b5efd7-f322-40b0-82e4-3b81081c2d99","name":"Get User Group Memebers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/extgroup.members?name=izinli","host":["{{baseURL}}"],"path":["extgroup.members"],"query":[{"key":"name","value":"izinli","description":"User Group Name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:33:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"members\": [\n        \"201\",\n        \"100\",\n        \"110\",\n        \"112\",\n        \"111\",\n        \"202\",\n        \"113\",\n        \"117\",\n        \"115\",\n        \"204\"\n    ]\n}"}],"_postman_id":"e6723144-ae2e-4560-aaef-cdd4f1896d92"}],"id":"c875f9a3-ff21-4241-8088-c32ab68b345a","_postman_id":"c875f9a3-ff21-4241-8088-c32ab68b345a","description":""},{"name":"Set Methods","item":[{"name":"Set Extension forwarding status","id":"f15b93fe-388f-48d1-8556-02108976830a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.fwd.set?num=117&status=Available","urlObject":{"path":["{{accessKey}}","ext.fwd.set"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>Status ( Available, Away )</p>\n","type":"text/plain"},"key":"status","value":"Available"}],"variable":[]}},"response":[{"id":"4ef9e812-ac00-476d-aa75-312c6b440e1d","name":"Set Extension Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.fwd.set?num=117&status=Available","host":["{{baseURL}}"],"path":["ext.fwd.set"],"query":[{"key":"num","value":"117","description":"Extension Number"},{"key":"status","value":"Available","description":"Status ( Available, Away )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:41:49 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"f15b93fe-388f-48d1-8556-02108976830a"},{"name":"Set Extension's Global Queue Status","id":"b8ef8741-b58c-4251-901d-a9898c781b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.queueglobal.set?num=117&log=ON","urlObject":{"path":["{{accessKey}}","ext.queueglobal.set"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>Related Extension's Queue Status ( ON = Logged IN , OFF = Logged OUT )</p>\n","type":"text/plain"},"key":"log","value":"ON"}],"variable":[]}},"response":[{"id":"20cdf15f-029e-4abb-a35d-5dfbb1f75e89","name":"Set Extension's All Queue Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.queueglobal.set?num=117&log=ON","host":["{{baseURL}}"],"path":["ext.queueglobal.set"],"query":[{"key":"num","value":"117","description":"Extension Number"},{"key":"log","value":"ON","description":"Related Extension's Queue Status ( ON = Logged IN , OFF = Logged OUT )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:45:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"b8ef8741-b58c-4251-901d-a9898c781b9f"},{"name":"Set Ring group members [Deprecated]","id":"f945f9a7-a9d5-4025-bfa0-7496992808b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.queueglobal.set?num=117&log=ON","urlObject":{"path":["{{accessKey}}","ext.queueglobal.set"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>Related Extension's Queue Status ( ON = Logged IN , OFF = Logged OUT )</p>\n","type":"text/plain"},"key":"log","value":"ON"}],"variable":[]}},"response":[{"id":"d14a9702-f117-4d3c-84a5-b87ace9db843","name":"Set Extension's All Queue Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.queueglobal.set?num=117&log=ON","host":["{{baseURL}}"],"path":["ext.queueglobal.set"],"query":[{"key":"num","value":"117","description":"Extension Number"},{"key":"log","value":"ON","description":"Related Extension's Queue Status ( ON = Logged IN , OFF = Logged OUT )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:45:54 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"f945f9a7-a9d5-4025-bfa0-7496992808b5"},{"name":"Set extension queue status","id":"fcc48544-9191-455b-a9e6-8dba1b910950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.queue.set?num=117&queue=820&log=OFF","urlObject":{"path":["{{accessKey}}","ext.queue.set"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>Queue Number</p>\n","type":"text/plain"},"key":"queue","value":"820"},{"description":{"content":"<p>Queue Status Of Related Extension ( ON = Logged IN , OFF = Logged OUT )</p>\n","type":"text/plain"},"key":"log","value":"OFF"}],"variable":[]}},"response":[{"id":"e00208be-9e69-49e7-87f1-1ceb273bd06a","name":"Set Related Extension Of Related Queue Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.queue.set?num=117&queue=807&log=ON","host":["{{baseURL}}"],"path":["ext.queue.set"],"query":[{"key":"num","value":"117","description":"Extension Number"},{"key":"queue","value":"807","description":"Queue Number"},{"key":"log","value":"ON","description":"Queue Status Of Related Extension ( ON = Logged IN , OFF = Logged OUT )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:49:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"fcc48544-9191-455b-a9e6-8dba1b910950"},{"name":"Set Extension Recording Options","id":"524d9f75-0113-4149-a385-ac5137ef7273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/{{accessKey}}/ext.options.set?num=117&enabled=ON&external=ON&recording=OFF","urlObject":{"path":["{{accessKey}}","ext.options.set"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Extension Number</p>\n","type":"text/plain"},"key":"num","value":"117"},{"description":{"content":"<p>( ON = Enable Extension, OFF = Disable Extension )</p>\n","type":"text/plain"},"key":"enabled","value":"ON"},{"description":{"content":"<p>( ON = Enable External Calls, OFF = Disable External Calls)</p>\n","type":"text/plain"},"key":"external","value":"ON"},{"description":{"content":"<p>( ALL = Record All Calls, EXTERNAL = Record External Calls Only, OFF = Recording Off )</p>\n","type":"text/plain"},"key":"recording","value":"OFF"}],"variable":[]}},"response":[{"id":"44fac7e1-4f3f-4556-81b7-0ea2b3064750","name":"Set Extension Options","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/ext.options.set?num=117&enabled=ON&external=ON&recording=OFF","host":["{{baseURL}}"],"path":["ext.options.set"],"query":[{"key":"num","value":"117","description":"Extension Number"},{"key":"enabled","value":"ON","description":"( ON = Enable Extension, OFF = Disable Extension )"},{"key":"external","value":"ON","description":"( ON = Enable External Calls, OFF = Disable External Calls)"},{"key":"recording","value":"OFF","description":"( ALL = Record All Calls, EXTERNAL = Record External Calls Only, OFF = Recording Off )"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 06 Mar 2023 07:57:14 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true\n}"}],"_postman_id":"524d9f75-0113-4149-a385-ac5137ef7273"}],"id":"21286491-d352-439e-a731-2282f1205ab4","_postman_id":"21286491-d352-439e-a731-2282f1205ab4","description":""}]}