{"info":{"_postman_id":"46f23cf4-ad2f-48a5-b890-7b9c5e3ad2a6","name":"MeetingOne Partner APIs","description":"<html><head></head><body><p>This collections contains API documentaion required for our partners:</p>\n<ol>\n<li>Get bearer Token</li>\n<li>MeetingOne Authentication</li>\n<li>Start Conference</li>\n<li>Get Events</li>\n<li>Get Conference Status</li>\n<li>Enable Active Talkers</li>\n<li>Start Recording</li>\n<li>Recording Status</li>\n<li>Stop Recording</li>\n<li>Start Subconference Rooms</li>\n<li>Move Participant</li>\n<li>End Subconference Rooms</li>\n<li>Get Participant List</li>\n<li>Mute Participant</li>\n<li>Unmute Participant</li>\n<li>End Conference</li>\n</ol>\n<p>Typical conference workflow in MeetingOne:</p>\n<ol>\n<li>Authenticate</li>\n<li>Start the conference</li>\n<li>Start polling to get events</li>\n<li>Conference activity</li>\n<li>End conference</li>\n</ol>\n<ul>\n<li>Authentication returns a token which is currently valid for 24 hours.</li>\n<li>Every request should include <strong>Authorization</strong> and <strong>auth_token</strong> authheader</li>\n<li>Every request should include <strong>id</strong> as shown in the examples.<ul>\n<li>ID can be any interger, alphabetic or alphanumeric</li>\n<li>ID can be UID - Unique Over Time respect to host. <strong>[Recommended for applications]</strong></li>\n</ul>\n</li>\n<li>All parameters for the requests are required.</li>\n<li>All requests should be in JSON format.</li>\n</ul>\n<hr>\n<p><b>Important:</b><br>1. Get bearer Token will access to API requestion<br>2. MeetingOne Authentication tokens is required to receive token for each session(Same rooms access by multiple users).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9218262","collectionId":"46f23cf4-ad2f-48a5-b890-7b9c5e3ad2a6","publishedId":"2s93CKPu9f","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"b41f24"},"publishDate":"2023-03-06T23:43:15.000Z"},"item":[{"name":"getAuthorizationBearerToken","id":"19d02c7d-13be-4c83-a15b-80af7bde39a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text","disabled":true},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"}]},"url":"/portal/auth/getAuthorizationBearerToken","description":"<p><b>Get Authorization Token</b></p>\n<p>Request header</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>client_id</strong></td>\n<td>Client Id</td>\n</tr>\n<tr>\n<td><strong>client_secret</strong></td>\n<td>Client Secret</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>access_token</strong></td>\n<td>Authorization token request for accessing all the MeetingOne API endpoints</td>\n</tr>\n<tr>\n<td><strong>scope</strong></td>\n<td>Scope of the token</td>\n</tr>\n<tr>\n<td><strong>expires_in</strong></td>\n<td>Authorization token validity</td>\n</tr>\n<tr>\n<td><strong>token_type</strong></td>\n<td>Token type</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","auth","getAuthorizationBearerToken"],"query":[],"variable":[]}},"response":[{"id":"130b4253-1bd3-4d8a-a707-cae1ffe3f8fe","name":"getAuth0Token","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkhiUGw3ZFZMMzUyVGIxRXJibmlNOCJ9.eyJpc3MiOiJodHRwczovL2Rldi11dzdwN2JhNDVhbzE1bGd1LnVzLmF1dGgwLmNvbS8iLCJzdWIiOiJSWGdjVDFUVWdJVExJQXllRXNRQnQwdzQ2SzBHcnQ2dEBjbGllbnRzIiwiYXVkIjoiaHR0cHM6Ly93d3cubWVldGluZ29uZS5jb20vYXBpIiwiaWF0IjoxNjc1NDQzMzMxLCJleHAiOjE2NzU1Mjk3MzEsImF6cCI6IlJYZ2NUMVRVZ0lUTElBeWVFc1FCdDB3NDZLMEdydDZ0Iiwic2NvcGUiOiJtYW5hZ2U6Y29uZmVyZW5jZXMiLCJndHkiOiJjbGllbnQtY3JlZGVudGlhbHMifQ.lIMoiP4KP-klV_lG5aJmgRX2BNkMH37zmSLBYEUqIT0f6h8Gn_qXIAtd1vmQFoxqoyXNj4vXWDR9geSMcxO6PLlty4xp7a2HeloyL4yYs0fpB_RRucjavAu6bsCCzxeflnFGpqMgjsFe4-HK-jMnvj_WpHuhJytSWkUgzBogeJ2DGeKeuGdlkGzXKQ4zwiYfP4ylPP3L0ALUWffKRn6K6U1MFFSb2SKIl7XCnn_Rx9O71ilmt9h7S8_AhAV_faK-QwEBE3Mwlg5IMnsxvJh1Z67XAJcBEA154qAI4Od6UgqOQFJzETl5-jijnYiYZhVBwyOI_KkO-GDLmehEzj3USw","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text","disabled":true},{"key":"client_id","value":"{{client_secret}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"audience","value":"https://www.meetingone.com/api","type":"text","disabled":true}]},"url":"/portal/auth/getAuthorizationBearerToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"scope\": \"manage:conferences\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"19d02c7d-13be-4c83-a15b-80af7bde39a4"},{"name":"MeetingOne Authentication","id":"8024b8d2-5356-46bd-badd-21d1a1a15861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"m1_api_authentication\": {\n         \"id\": \"123\",\n        \"authenticate\": {\n            \"room\":\"{{room_number}}\",\n            \"user\": \"{{username@meetingone.com}}\",\n            \"password\": \"{{password}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/authenticate","description":"<p><b>Get Authorization Token</b></p>\n<p>Request header</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>room</strong></td>\n<td>room number</td>\n</tr>\n<tr>\n<td><strong>user</strong></td>\n<td>username</td>\n</tr>\n<tr>\n<td><strong>password</strong></td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>authenticated</strong></td>\n<td>Authorization token request for accessing all the MeetingOne API endpoints</td>\n</tr>\n<tr>\n<td><strong>userFirst</strong></td>\n<td>usern first name</td>\n</tr>\n<tr>\n<td><strong>accountDisabled</strong></td>\n<td>false - Account is not disabled  <br />true - Account is disabled</td>\n</tr>\n<tr>\n<td><strong>triesLeft</strong></td>\n<td>n/a</td>\n</tr>\n<tr>\n<td><strong>id</strong></td>\n<td>response id</td>\n</tr>\n<tr>\n<td><strong>userLast</strong></td>\n<td>user last name</td>\n</tr>\n<tr>\n<td><strong>passwordExpired</strong></td>\n<td>false - password has not expired  <br />true - password has expired</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>non-zero is an error in authentication</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","authenticate"],"query":[],"variable":[]}},"response":[{"id":"982689f8-278c-4a64-b8ce-4c85b4c73daf","name":"MeetingOne Authentication Token","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkhiUGw3ZFZMMzUyVGIxRXJibmlNOCJ9.eyJpc3MiOiJodHRwczovL2Rldi11dzdwN2JhNDVhbzE1bGd1LnVzLmF1dGgwLmNvbS8iLCJzdWIiOiJSWGdjVDFUVWdJVExJQXllRXNRQnQwdzQ2SzBHcnQ2dEBjbGllbnRzIiwiYXVkIjoiaHR0cHM6Ly93d3cubWVldGluZ29uZS5jb20vYXBpIiwiaWF0IjoxNjc1NDQzMzMxLCJleHAiOjE2NzU1Mjk3MzEsImF6cCI6IlJYZ2NUMVRVZ0lUTElBeWVFc1FCdDB3NDZLMEdydDZ0Iiwic2NvcGUiOiJtYW5hZ2U6Y29uZmVyZW5jZXMiLCJndHkiOiJjbGllbnQtY3JlZGVudGlhbHMifQ.lIMoiP4KP-klV_lG5aJmgRX2BNkMH37zmSLBYEUqIT0f6h8Gn_qXIAtd1vmQFoxqoyXNj4vXWDR9geSMcxO6PLlty4xp7a2HeloyL4yYs0fpB_RRucjavAu6bsCCzxeflnFGpqMgjsFe4-HK-jMnvj_WpHuhJytSWkUgzBogeJ2DGeKeuGdlkGzXKQ4zwiYfP4ylPP3L0ALUWffKRn6K6U1MFFSb2SKIl7XCnn_Rx9O71ilmt9h7S8_AhAV_faK-QwEBE3Mwlg5IMnsxvJh1Z67XAJcBEA154qAI4Od6UgqOQFJzETl5-jijnYiYZhVBwyOI_KkO-GDLmehEzj3USw","type":"text","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"m1_api_authentication\": {\n         \"id\": \"123\",\n        \"authenticate\": {\n            \"room\":\"8664996503\",\n            \"user\": \"{{username@meetingone.com}}\",\n            \"password\": \"{{password}}\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_authentication\": {\n        \"api_response\": {\n            \"authenticated\": \"CMHxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"userFirst\": \"visa\",\n            \"accountDisabled\": false,\n            \"triesLeft\": 0,\n            \"id\": 123,\n            \"userLast\": \"account\",\n            \"passwordExpired\": false,\n            \"status\": 0\n        }\n    }\n}"}],"_postman_id":"8024b8d2-5356-46bd-badd-21d1a1a15861"},{"name":"startConference","id":"ccf2e8c5-c977-4777-b626-6099519b1c00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"7777\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_conference\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"host_pin\": \"{{host_pin}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startConference","description":"<p><b>Start Conference</b></p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to start the conference</td>\n</tr>\n<tr>\n<td><strong>host_pin</strong></td>\n<td>Host pin of the room</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success  <br />33 - Room not found  <br />36 - Bad host pin</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","startConference"],"query":[],"variable":[]}},"response":[{"id":"25945b9d-3be0-40f8-ac07-87db29f7505f","name":"startConference","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"7777\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_conference\": {\r\n                \"room\": \"8664996503\",\r\n                \"host_pin\": \"207960\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startConference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"7777\",\n            \"status\": \"0\"\n        }\n    }\n}"},{"id":"d2c364df-23a7-4704-b349-302c5fa5c34a","name":"startConference Wrong Host pin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"7777\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_conference\": {\r\n                \"room\": \"8664996503\",\r\n                \"host_pin\": \"201960\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startConference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"7777\",\n            \"status\": \"36\"\n        }\n    }\n}"},{"id":"895f8dba-afad-48ae-9a62-f6d98ff13339","name":"startConference wrong room number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"7777\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_conference\": {\r\n                \"room\": \"8264996503\",\r\n                \"host_pin\": \"207960\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startConference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"7777\",\n            \"status\": \"33\"\n        }\n    }\n}"}],"_postman_id":"ccf2e8c5-c977-4777-b626-6099519b1c00"},{"name":"postForEvents","id":"0535ca92-94b7-41ec-bf2c-b6751ef3aaf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_events\": {\r\n        \"api_request\": {\r\n            \"id\": \"14\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_events\": {\r\n                \"source\": \"{{room_number}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/postForEvents","description":"<p>Polling for events will returned the event changes in the conference including onHostChanged, onNewParticipant, activetalkers etc.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>source</strong></td>\n<td>Room number for the events</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success</td>\n</tr>\n<tr>\n<td><strong>events</strong></td>\n<td>Event changes int the conference</td>\n</tr>\n</tbody>\n</table>\n</div><p>The Second example here in the GetEvents - It returns a array of events. This is the response example for the 2 participants joining the conference via dial in after the conferece was started.</p>\n","urlObject":{"path":["portal","conferences","postForEvents"],"query":[],"variable":[]}},"response":[{"id":"3c8eff4b-2ade-4f02-b71b-c5be36a2fae7","name":"getEvents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_events\": {\r\n        \"api_request\": {\r\n            \"id\": \"14\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_events\": {\r\n                \"source\": \"8664996503\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getEvents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_events\": {\n        \"api_response\": {\n            \"id\": \"14\",\n            \"status\": \"0\",\n            \"events\": {\n                \"event\": {\n                    \"id\": \"142947\",\n                    \"timestamp\": \"2023-02-27T14:35:41.471-07:00\",\n                    \"source\": \"audio\",\n                    \"source_id\": \"8663932128\",\n                    \"type\": \"OnActiveSpeaker\",\n                    \"parameters\": {\n                        \"count\": \"3\",\n                        \"int_param\": [\n                            {\n                                \"name\": \"status\",\n                                \"$t\": \"0\"\n                            },\n                            {\n                                \"name\": \"reason\",\n                                \"$t\": \"0\"\n                            }\n                        ],\n                        \"string_param\": {\n                            \"name\": \"participant_id\",\n                            \"$t\": \"373668\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"6dff1875-6dc1-4522-8ce3-31e04f4f1620","name":"getEvents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_events\": {\r\n        \"api_request\": {\r\n            \"id\": \"14\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_events\": {\r\n                \"source\": \"8664996503\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getEvents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"m1_api_events\": {\n    \"api_response\": {\n      \"id\": \"14\",\n      \"status\": \"0\",\n      \"events\": {\n        \"event\": [\n          {\n            \"id\": \"142709\",\n            \"timestamp\": \"2023-02-27T13:17:31.620-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnStartConference\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"bridge_id\",\n                \"$t\": \"53_0A0642F65060_1677047842\"\n              }\n            }\n          },\n          {\n            \"id\": \"142711\",\n            \"timestamp\": \"2023-02-27T13:17:59.867-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"waiting_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:17:59.867-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142712\",\n            \"timestamp\": \"2023-02-27T13:17:59.868-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"getcode_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:17:59.868-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142714\",\n            \"timestamp\": \"2023-02-27T13:18:12.601-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"IACAssigned\",\n            \"parameters\": {\n              \"count\": \"8\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"room\",\n                  \"$t\": \"8664996503\"\n                },\n                {\n                  \"name\": \"iac\",\n                  \"$t\": \"315680\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142715\",\n            \"timestamp\": \"2023-02-27T13:18:23.919-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnHostChanged\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c091\"\n              }\n            }\n          },\n          {\n            \"id\": \"142716\",\n            \"timestamp\": \"2023-02-27T13:18:23.919-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"AccessModeSet\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"mode\",\n                \"$t\": \"OPEN\"\n              }\n            }\n          },\n          {\n            \"id\": \"142717\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"ParticipantLeftWaitingRoom\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c091\"\n              },\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142718\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnInboundCall\",\n            \"parameters\": {\n              \"count\": \"18\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"private_id\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"iac\",\n                  \"$t\": \"315680\"\n                },\n                {\n                  \"name\": \"role\",\n                  \"$t\": \"host\"\n                },\n                {\n                  \"name\": \"call_state\",\n                  \"$t\": \"connected\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"waiting_id\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:23.970-07:00\"\n                }\n              ],\n              \"bool_param\": [\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"holding\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"connected\",\n                  \"$t\": \"true\"\n                },\n                {\n                  \"name\": \"is_voip\",\n                  \"$t\": \"false\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142719\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnParticipantLocationChanged\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"main\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142720\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnUnmute\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373664\"\n              }\n            }\n          },\n          {\n            \"id\": \"142721\",\n            \"timestamp\": \"2023-02-27T13:18:24.022-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnActiveSpeaker\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373664\"\n              }\n            }\n          },\n          {\n            \"id\": \"142723\",\n            \"timestamp\": \"2023-02-27T13:18:59.777-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c092\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"waiting_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:59.777-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142724\",\n            \"timestamp\": \"2023-02-27T13:18:59.777-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c092\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"getcode_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:59.777-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142725\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"ParticipantLeftWaitingRoom\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c092\"\n              },\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142726\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnInboundCall\",\n            \"parameters\": {\n              \"count\": \"18\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                },\n                {\n                  \"name\": \"private_id\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"iac\"\n                },\n                {\n                  \"name\": \"role\",\n                  \"$t\": \"participant\"\n                },\n                {\n                  \"name\": \"call_state\",\n                  \"$t\": \"connected\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"waiting_id\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:19:01.107-07:00\"\n                }\n              ],\n              \"bool_param\": [\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"holding\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"connected\",\n                  \"$t\": \"true\"\n                },\n                {\n                  \"name\": \"is_voip\",\n                  \"$t\": \"false\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142727\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnParticipantLocationChanged\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"main\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142728\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnUnmute\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373665\"\n              }\n            }\n          },\n          {\n            \"id\": \"142729\",\n            \"timestamp\": \"2023-02-27T13:19:01.121-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnActiveSpeaker\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"0ef40402-702c-41bd-a829-6b5905ab0b79","name":"getEvents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_events\": {\r\n        \"api_request\": {\r\n            \"id\": \"14\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_events\": {\r\n                \"source\": \"8664996503\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getEvents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"m1_api_events\": {\n    \"api_response\": {\n      \"id\": \"14\",\n      \"status\": \"0\",\n      \"events\": {\n        \"event\": [\n          {\n            \"id\": \"142709\",\n            \"timestamp\": \"2023-02-27T13:17:31.620-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnStartConference\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"bridge_id\",\n                \"$t\": \"53_0A0642F65060_1677047842\"\n              }\n            }\n          },\n          {\n            \"id\": \"142711\",\n            \"timestamp\": \"2023-02-27T13:17:59.867-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"waiting_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:17:59.867-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142712\",\n            \"timestamp\": \"2023-02-27T13:17:59.868-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"getcode_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:17:59.868-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142714\",\n            \"timestamp\": \"2023-02-27T13:18:12.601-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"IACAssigned\",\n            \"parameters\": {\n              \"count\": \"8\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c091\"\n                },\n                {\n                  \"name\": \"room\",\n                  \"$t\": \"8664996503\"\n                },\n                {\n                  \"name\": \"iac\",\n                  \"$t\": \"315680\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142715\",\n            \"timestamp\": \"2023-02-27T13:18:23.919-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnHostChanged\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c091\"\n              }\n            }\n          },\n          {\n            \"id\": \"142716\",\n            \"timestamp\": \"2023-02-27T13:18:23.919-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"AccessModeSet\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"mode\",\n                \"$t\": \"OPEN\"\n              }\n            }\n          },\n          {\n            \"id\": \"142717\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"ParticipantLeftWaitingRoom\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c091\"\n              },\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142718\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnInboundCall\",\n            \"parameters\": {\n              \"count\": \"18\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"private_id\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"19700000000\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"iac\",\n                  \"$t\": \"315680\"\n                },\n                {\n                  \"name\": \"role\",\n                  \"$t\": \"host\"\n                },\n                {\n                  \"name\": \"call_state\",\n                  \"$t\": \"connected\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"waiting_id\",\n                  \"$t\": \"Rebecca's Room\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:23.970-07:00\"\n                }\n              ],\n              \"bool_param\": [\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"holding\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"connected\",\n                  \"$t\": \"true\"\n                },\n                {\n                  \"name\": \"is_voip\",\n                  \"$t\": \"false\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142719\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnParticipantLocationChanged\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"main\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142720\",\n            \"timestamp\": \"2023-02-27T13:18:23.921-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnUnmute\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373664\"\n              }\n            }\n          },\n          {\n            \"id\": \"142721\",\n            \"timestamp\": \"2023-02-27T13:18:24.022-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnActiveSpeaker\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373664\"\n              }\n            }\n          },\n          {\n            \"id\": \"142723\",\n            \"timestamp\": \"2023-02-27T13:18:59.777-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c092\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"waiting_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:59.777-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142724\",\n            \"timestamp\": \"2023-02-27T13:18:59.777-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"NewWaitingRoomParticipant\",\n            \"parameters\": {\n              \"count\": \"10\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"1867ba2c092\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"getcode_lounge\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:18:59.777-07:00\"\n                }\n              ],\n              \"bool_param\": {\n                \"name\": \"is_voip\",\n                \"$t\": \"false\"\n              }\n            }\n          },\n          {\n            \"id\": \"142725\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"ParticipantLeftWaitingRoom\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"1867ba2c092\"\n              },\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142726\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnInboundCall\",\n            \"parameters\": {\n              \"count\": \"18\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"subconf\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                },\n                {\n                  \"name\": \"private_id\"\n                },\n                {\n                  \"name\": \"phone_number\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"name\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"iac\"\n                },\n                {\n                  \"name\": \"role\",\n                  \"$t\": \"participant\"\n                },\n                {\n                  \"name\": \"call_state\",\n                  \"$t\": \"connected\"\n                },\n                {\n                  \"name\": \"access_number\",\n                  \"$t\": \"17200000000\"\n                },\n                {\n                  \"name\": \"voip_phone\"\n                },\n                {\n                  \"name\": \"waiting_id\",\n                  \"$t\": \"17209740987\"\n                },\n                {\n                  \"name\": \"start_time\",\n                  \"$t\": \"2023-02-27T13:19:01.107-07:00\"\n                }\n              ],\n              \"bool_param\": [\n                {\n                  \"name\": \"muted\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"holding\",\n                  \"$t\": \"false\"\n                },\n                {\n                  \"name\": \"connected\",\n                  \"$t\": \"true\"\n                },\n                {\n                  \"name\": \"is_voip\",\n                  \"$t\": \"false\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142727\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnParticipantLocationChanged\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                },\n                {\n                  \"name\": \"location\",\n                  \"$t\": \"main\"\n                }\n              ]\n            }\n          },\n          {\n            \"id\": \"142728\",\n            \"timestamp\": \"2023-02-27T13:19:01.091-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnUnmute\",\n            \"parameters\": {\n              \"count\": \"3\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": {\n                \"name\": \"participant_id\",\n                \"$t\": \"373665\"\n              }\n            }\n          },\n          {\n            \"id\": \"142729\",\n            \"timestamp\": \"2023-02-27T13:19:01.121-07:00\",\n            \"source\": \"audio\",\n            \"source_id\": \"8664996503\",\n            \"type\": \"OnActiveSpeaker\",\n            \"parameters\": {\n              \"count\": \"4\",\n              \"int_param\": [\n                {\n                  \"name\": \"status\",\n                  \"$t\": \"0\"\n                },\n                {\n                  \"name\": \"reason\",\n                  \"$t\": \"0\"\n                }\n              ],\n              \"string_param\": [\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373664\"\n                },\n                {\n                  \"name\": \"participant_id\",\n                  \"$t\": \"373665\"\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0535ca92-94b7-41ec-bf2c-b6751ef3aaf0"},{"name":"conferenceState","id":"dbce07a7-66b7-41e7-a0b9-02ac01123918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"12341\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_conference_state\": {\r\n                \"room\": \"{{room_number}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/conferenceState","description":"<p><b>Get Conference State</b></p>\n<p>Gets conference state including account number, room number, and other properties that are configured in OAM.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to start the conference</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>start_time</strong></td>\n<td>Conference start time</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Conference has started  <br />30 - Conference has not started yet.</td>\n</tr>\n<tr>\n<td><strong>is_private</strong></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td>Conference language set in OAM</td>\n</tr>\n<tr>\n<td><strong>access_mode</strong></td>\n<td>The access mode of the conference, CODE, IAC</td>\n</tr>\n<tr>\n<td><strong>access_delay</strong></td>\n<td>Delay in seconds, imposed on a participant actual entry into the conference.</td>\n</tr>\n<tr>\n<td><strong>screened_entry</strong></td>\n<td>Is participant entry into the conference screened?</td>\n</tr>\n<tr>\n<td><strong>rollcall_mode</strong></td>\n<td>Whether a rollcall is played on participant entry.</td>\n</tr>\n<tr>\n<td><strong>max_participants</strong></td>\n<td>Maximum number of participants allowed in the conference</td>\n</tr>\n<tr>\n<td><strong>max_sub_conferences</strong></td>\n<td>Maximum number of participants allowed in the subconference</td>\n</tr>\n<tr>\n<td><strong>security_code</strong></td>\n<td>Access Code set in OAM</td>\n</tr>\n<tr>\n<td><strong>force_billing_code</strong></td>\n<td>Force the entry of billing code set in OAM</td>\n</tr>\n<tr>\n<td><strong>billing_code_optional</strong></td>\n<td>Is the billing code optional</td>\n</tr>\n<tr>\n<td><strong>conference_mode</strong></td>\n<td>Conference type</td>\n</tr>\n<tr>\n<td><strong>chatting_allowed</strong></td>\n<td>Chatting is enabled/disabled for the room</td>\n</tr>\n<tr>\n<td><strong>notetaking_allowed</strong></td>\n<td>Note taking is enabled/disabled for the room</td>\n</tr>\n<tr>\n<td><strong>file_transferring_allowed</strong></td>\n<td>File transferring is enabled/disabled for the room</td>\n</tr>\n<tr>\n<td><strong>host_id</strong></td>\n<td>The auto hosts participant id. -1 represents no audio host</td>\n</tr>\n<tr>\n<td><strong>presenter_id</strong></td>\n<td>Participant id of the presenter. -1 represents no presenter at this time.</td>\n</tr>\n<tr>\n<td><strong>participant_count</strong></td>\n<td>Number of participants in the rooms</td>\n</tr>\n<tr>\n<td><strong>is_muted</strong></td>\n<td>Is the conference muted</td>\n</tr>\n<tr>\n<td><strong>doorbell</strong></td>\n<td>Is the conference doorbell on</td>\n</tr>\n<tr>\n<td><strong>prompts</strong></td>\n<td>Are the prompts on? If false, no prompt will play.</td>\n</tr>\n<tr>\n<td><strong>subconference_mode</strong></td>\n<td>Whether sub-conferences are active, and how.</td>\n</tr>\n<tr>\n<td><strong>vote_mode</strong></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><strong>account_name</strong></td>\n<td>Account name of the room</td>\n</tr>\n<tr>\n<td><strong>account_number</strong></td>\n<td>Account number the room belongs to</td>\n</tr>\n<tr>\n<td><strong>running_mode</strong></td>\n<td>The conference running mode</td>\n</tr>\n<tr>\n<td><strong>is_recording</strong></td>\n<td>Is recording enabled</td>\n</tr>\n<tr>\n<td><strong>floor_holder</strong></td>\n<td>Open floor property. Id of the participant currently holding the floor.</td>\n</tr>\n<tr>\n<td><strong>outdial_enabled</strong></td>\n<td>Is outdial enabled</td>\n</tr>\n<tr>\n<td><strong>selfmute_enabled</strong></td>\n<td>Allow participants to self-mute.</td>\n</tr>\n<tr>\n<td><strong>is_holding</strong></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><strong>waitingTimeAlertThreshold</strong></td>\n<td>Threshold (in seconds) after which a host is alerted that a participant is waiting in the waiting lounge</td>\n</tr>\n<tr>\n<td><strong>allowWhiteList</strong></td>\n<td>Grant automatic entry to white listed participants.</td>\n</tr>\n<tr>\n<td><strong>lockedOpen</strong></td>\n<td>Is the room locked open (allow entry even with no host present).</td>\n</tr>\n<tr>\n<td><strong>recordingEnable</strong></td>\n<td>Is recording enabled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","conferenceState"],"query":[],"variable":[]}},"response":[{"id":"ec5cd9bd-a1d9-4dd3-a1ca-0b8531a01949","name":"getConferenceState","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"12341\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"get_conference_state\": {\r\n                \"room\": \"8664996503\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getConferenceState"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"status\": \"0\",\n            \"conference_state\": {\n                \"room\": \"8664996503\",\n                \"roomName\": \"Visa API\",\n                \"start_time\": \"2023-02-14T14:50:30.412-07:00\",\n                \"is_private\": \"false\",\n                \"language\": \"en\",\n                \"access_mode\": \"OPEN\",\n                \"access_delay\": \"0\",\n                \"screened_entry\": \"false\",\n                \"rollcall_mode\": \"NONE\",\n                \"max_participants\": \"150\",\n                \"max_sub_conferences\": \"20\",\n                \"force_billing_code\": \"false\",\n                \"billing_code_optional\": \"false\",\n                \"conference_mode\": \"NORMAL\",\n                \"chatting_allowed\": \"false\",\n                \"notetaking_allowed\": \"false\",\n                \"file_transferring_allowed\": \"false\",\n                \"host_id\": \"-1\",\n                \"presenter_id\": \"-1\",\n                \"operator_id\": \"0\",\n                \"participant_count\": \"0\",\n                \"is_muted\": \"false\",\n                \"doorbell\": \"true\",\n                \"prompts\": \"true\",\n                \"subconference_mode\": \"NONE\",\n                \"vote_mode\": \"NONE\",\n                \"account_name\": \"MeetingOne USA\",\n                \"account_number\": \"000099\",\n                \"running_mode\": \"NORMAL\",\n                \"is_recording\": \"false\",\n                \"floor_holder\": \"-1\",\n                \"outdial_enabled\": \"true\",\n                \"selfmute_enabled\": \"true\",\n                \"is_holding\": \"false\",\n                \"waitingTimeAlertThreshold\": \"330\",\n                \"allowWhiteList\": \"false\",\n                \"lockedOpen\": \"false\",\n                \"recordingEnabled\": \"true\"\n            }\n        }\n    }\n}"}],"_postman_id":"dbce07a7-66b7-41e7-a0b9-02ac01123918"},{"name":"enableActiveTalkers","id":"3d4fe273-181b-4d8a-9367-666370c94748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"enable_active_speaker\": {\r\n                \"room\": \"{{room_number}}\"\r\n            },\r\n            \"id\": \"551\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/enableActiveTalkers","description":"<p><b>Enable Active Talker<br /></b>Enables active talkers for the whole conference. This request should be requested before polling for active talkers (see /getEvents)</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","enableActiveTalkers"],"query":[],"variable":[]}},"response":[{"id":"6a918453-adec-4d78-bcc1-685e15400bba","name":"enableActiveTalkers","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"enable_active_speaker\": {\r\n                \"room\": \"{{room_number}}\"\r\n            },\r\n            \"id\": \"551\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/moveParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"551\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"3d4fe273-181b-4d8a-9367-666370c94748"},{"name":"startRecording","id":"919c3885-dffa-4dc4-9f9f-37c386803ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"12\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_recording\": {\r\n                \"room\": \"{{room_number}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startRecording","description":"<p><b>Start Recording</b></p>\n<p>Request body</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Any non-zero value is an error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","startRecording"],"query":[],"variable":[]}},"response":[{"id":"183a7ff9-9fc2-4f54-8d48-789d4bc6cd0a","name":"startRecording","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"12\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"start_recording\": {\r\n                \"room\": \"8664996503\"\r\n            }\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startRecording"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"12\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"919c3885-dffa-4dc4-9f9f-37c386803ee5"},{"name":"stopRecording","id":"3031cfd1-70dd-4b6a-a845-33462ec99dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"17\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"stop_recording\": {\r\n                \"room\": \"{{room_number}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/stopRecording","description":"<p><b>Stop Recording</b></p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Any non-zero value is an error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","stopRecording"],"query":[],"variable":[]}},"response":[{"id":"580c8086-bbc4-44f6-8e4d-42e61d74c607","name":"stopRecording","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"17\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"stop_recording\": {\r\n                \"room\": \"8663932128\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/stopRecording"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"17\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"3031cfd1-70dd-4b6a-a845-33462ec99dab"},{"name":"downloadRecordings","id":"f15dca26-9a00-4493-962f-1dd2d385ca5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"id\": \"12\",\r\n            \"get_recording\": {\r\n                \"room\": \"8667196510\",\r\n                \"conf_id\": \"468\",\r\n                \"start_time\":\"25-04-2023 12:03:44\",\r\n                \"end_time\":\"25-04-2023 12:03:51\",\r\n                \"conf_room\":\"main\",\r\n                \"file_format\":\"mp3\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/downloadRecordings","description":"<p><b>Download Recording file</b></p>\n<p>This services downloads the requested recording file</p>\n<p><strong>Request body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>conf_id</strong></td>\n<td>unique id for the recordings obtained from /getRecordings response.</td>\n</tr>\n<tr>\n<td><strong>start_time</strong></td>\n<td>start_time of the recording as obtained from  <br />/getRecordings response.</td>\n</tr>\n<tr>\n<td><strong>end_time</strong></td>\n<td>end_time of the recording as obtained from  <br />/getRecordings response.</td>\n</tr>\n<tr>\n<td><strong>conf_room</strong></td>\n<td>main or sub conference room number</td>\n</tr>\n<tr>\n<td><strong>file_format</strong></td>\n<td>mp3 or wav are accepted</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","downloadRecordings"],"query":[],"variable":[]}},"response":[{"id":"7c2a1ce6-fe84-4b47-8d6d-3500dc2d2cc8","name":"downloadRecordings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"id\": \"12\",\r\n            \"get_recording\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"conf_id\": \"468\",\r\n                \"start_time\":\"25-04-2023 12:03:44\",\r\n                \"end_time\":\"25-04-2023 12:03:51\",\r\n                \"conf_room\":\"main\",\r\n                \"file_format\":\"mp3\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/downloadRecordings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f15dca26-9a00-4493-962f-1dd2d385ca5d"},{"name":"getRecordings","id":"0c3d42ce-6e1f-48e1-af2b-e86ef603dbf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"id\": \"12\",\r\n            \"get_recordings\": {\r\n                \"room\": \"8667196510\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getRecordings","description":"<p><b>Get Recording</b></p>\n<p>The request returns the list of recordings for last 15 days of the requested room.</p>\n<p><strong>Request body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>start_time</strong></td>\n<td>Start time of the recordings</td>\n</tr>\n<tr>\n<td><strong>end_time</strong></td>\n<td>End time of the recordings</td>\n</tr>\n<tr>\n<td><strong>conf_id</strong></td>\n<td>unique id number for the room and recordings  <br />(This is used for downloading the recording files)</td>\n</tr>\n<tr>\n<td><strong>conf_room_number</strong></td>\n<td>conference room number  <br />main - main conference room  <br />1 to 8 - sub conference room numbers</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td><strong>COMPLETED</strong> - Ready to download  <br /><strong>PROCESSING</strong> - Recording is completed, Its in processing queue  <br /><strong>ACTIVE</strong> - On-going recording  <br /><strong>75</strong> - No recording available for last 15 days.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","getRecordings"],"query":[],"variable":[]}},"response":[{"id":"098c7a3f-74ce-46a8-8ac2-7869c44c3e8f","name":"getRecordings","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"id\": \"12\",\r\n            \"get_recordings\": {\r\n                \"room\": \"8667196510\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getRecordings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"12\",\n            \"recording_list\": {\n                \"recording_brief\": [\n                    {\n                        \"start_time\": \"03-04-2023 11:18:42\",\n                        \"end_time\": \"03-04-2023 11:27:35\",\n                        \"conf_id\": \"468\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"03-04-2023 11:24:37\",\n                        \"end_time\": \"03-04-2023 11:27:35\",\n                        \"conf_id\": \"468\",\n                        \"conf_room_number\": \"3\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 10:49:57\",\n                        \"end_time\": \"06-04-2023 10:50:31\",\n                        \"conf_id\": \"493\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 10:49:57\",\n                        \"end_time\": \"06-04-2023 10:50:31\",\n                        \"conf_id\": \"493\",\n                        \"conf_room_number\": \"2\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 10:49:57\",\n                        \"end_time\": \"06-04-2023 10:50:31\",\n                        \"conf_id\": \"493\",\n                        \"conf_room_number\": \"6\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 10:49:57\",\n                        \"end_time\": \"06-04-2023 10:50:31\",\n                        \"conf_id\": \"493\",\n                        \"conf_room_number\": \"9\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 11:13:59\",\n                        \"end_time\": \"06-04-2023 11:14:29\",\n                        \"conf_id\": \"494\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 11:15:04\",\n                        \"end_time\": \"06-04-2023 11:15:37\",\n                        \"conf_id\": \"494\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 11:15:22\",\n                        \"end_time\": \"06-04-2023 11:15:37\",\n                        \"conf_id\": \"494\",\n                        \"conf_room_number\": \"5\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"06-04-2023 11:15:46\",\n                        \"end_time\": \"06-04-2023 11:17:44\",\n                        \"conf_id\": \"494\",\n                        \"conf_room_number\": \"5\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"10-04-2023 12:12:42\",\n                        \"end_time\": \"10-04-2023 12:14:35\",\n                        \"conf_id\": \"503\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"14-04-2023 09:59:38\",\n                        \"end_time\": \"14-04-2023 10:01:03\",\n                        \"conf_id\": \"511\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"14-04-2023 10:04:13\",\n                        \"end_time\": \"14-04-2023 10:26:27\",\n                        \"conf_id\": \"512\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"14-04-2023 12:22:50\",\n                        \"end_time\": \"14-04-2023 12:24:01\",\n                        \"conf_id\": \"513\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"16-04-2023 23:15:33\",\n                        \"end_time\": \"16-04-2023 23:17:05\",\n                        \"conf_id\": \"517\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"16-04-2023 23:16:35\",\n                        \"end_time\": \"16-04-2023 23:17:05\",\n                        \"conf_id\": \"517\",\n                        \"conf_room_number\": \"5\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:03:06\",\n                        \"end_time\": \"17-04-2023 10:04:09\",\n                        \"conf_id\": \"521\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:05:45\",\n                        \"end_time\": \"17-04-2023 10:10:09\",\n                        \"conf_id\": \"521\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:08:27\",\n                        \"end_time\": \"17-04-2023 10:10:09\",\n                        \"conf_id\": \"521\",\n                        \"conf_room_number\": \"5\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:09:18\",\n                        \"end_time\": \"17-04-2023 10:10:09\",\n                        \"conf_id\": \"521\",\n                        \"conf_room_number\": \"8\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:09:31\",\n                        \"end_time\": \"17-04-2023 10:10:09\",\n                        \"conf_id\": \"521\",\n                        \"conf_room_number\": \"2\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:42:43\",\n                        \"end_time\": \"17-04-2023 10:45:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:45:23\",\n                        \"end_time\": \"17-04-2023 10:52:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"main\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:46:52\",\n                        \"end_time\": \"17-04-2023 10:52:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"1\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:47:03\",\n                        \"end_time\": \"17-04-2023 10:52:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"3\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:47:11\",\n                        \"end_time\": \"17-04-2023 10:52:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"6\",\n                        \"status\": \"COMPLETED\"\n                    },\n                    {\n                        \"start_time\": \"17-04-2023 10:47:44\",\n                        \"end_time\": \"17-04-2023 10:52:00\",\n                        \"conf_id\": \"522\",\n                        \"conf_room_number\": \"10\",\n                        \"status\": \"COMPLETED\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"0c3d42ce-6e1f-48e1-af2b-e86ef603dbf6"},{"name":"startSubconferences","id":"874aa182-b477-443d-914e-49ce0a438c23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"start_subconference_mode\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"mode\": \"manual\"\r\n            },\r\n            \"id\": \"7788\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startSubconferences","description":"<p><b>Start Subconferences<br /><br /></b>Starts 8 subconfereces by default.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>mode</strong></td>\n<td>Manual</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Any non-zero value is an error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","startSubconferences"],"query":[],"variable":[]}},"response":[{"id":"a3cd83fa-d8ff-4066-a9d7-61d5a72cbaa7","name":"startBreakoutRoom","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"start_subconference_mode\": {\r\n                \"room\": \"8664996503\",\r\n                \"mode\": \"manual\"\r\n            },\r\n            \"id\": \"7788\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/startBreakoutRoom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"7788\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"874aa182-b477-443d-914e-49ce0a438c23"},{"name":"moveParticipant","id":"6fd37e9b-b92c-4a88-af64-21b2c7c9f34f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"move_participant_to_subconference\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"participant_id\": \"373627\",\r\n                \"subconference\": \"0\"\r\n            },\r\n            \"id\": \"5566\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/moveParticipant","description":"<p><b>Move Participant<br /></b>Moves participant to a sub conference. The participant_id is obtained from /getParticipantlist end point.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>participant_id</strong></td>\n<td>Participant id to move to the subconference</td>\n</tr>\n<tr>\n<td><strong>subconference</strong></td>\n<td>Subconference number to move to. 0(zero) is main conference.</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success  <br />31 - Participant not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","moveParticipant"],"query":[],"variable":[]}},"response":[{"id":"3050abd9-01f0-4e14-8901-3c384a6c113f","name":"moveParticipant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"move_participant_to_subconference\": {\r\n                \"room\": \"8664996503\",\r\n                \"participant_id\": \"373627\",\r\n                \"subconference\": \"7\"\r\n            },\r\n            \"id\": \"5566\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/moveParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"5566\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"6fd37e9b-b92c-4a88-af64-21b2c7c9f34f"},{"name":"endSubconferences","id":"53a5fa2a-f5c2-4e5f-931a-d7b70a3308da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"end_subconference_mode\": {\r\n                \"room\": \"{{room_number}}\"\r\n            },\r\n            \"id\": \"291\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/endSubconferences","description":"<p><b>End Subconfernces<br /></b>Closes all sub conference rooms and moves the participants to main conference.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room Number</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Any non-zero value is an error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","endSubconferences"],"query":[],"variable":[]}},"response":[{"id":"46e02c53-ce95-4e25-b4a7-3eb8ff221937","name":"endBreakoutRoom","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"end_subconference_mode\": {\r\n                \"room\": \"8664996503\"\r\n            },\r\n            \"id\": \"291\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/endBreakoutRoom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"291\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"53a5fa2a-f5c2-4e5f-931a-d7b70a3308da"},{"name":"participantList","id":"72db4a20-2068-4d99-afc4-c41d7b5c0a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"get_participant_list\": {\r\n                \"room\": \"{{room_number}}\"\r\n            },\r\n            \"id\": \"51\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/participantList","description":"<p><b>Get Participant List</b></p>\n<p>Returns the list of participants and host in the conference including their currrent sub conference number, mute/unmute, name, dialed number and call state.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id  <br /></td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to start the conference  <br /></td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong></td>\n<td>Any non-zero value is an error</td>\n</tr>\n<tr>\n<td><strong>participant_state_brief</strong></td>\n<td>Represents each participant</td>\n</tr>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>start_time</strong></td>\n<td>Conference start time</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Name of the participant</td>\n</tr>\n<tr>\n<td><strong>dial_in_number</strong></td>\n<td>Dialed number associated to the participant</td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td>Language of the conference</td>\n</tr>\n<tr>\n<td><strong>muted</strong></td>\n<td>Participant mute status, true for muted, false for not muted</td>\n</tr>\n<tr>\n<td><strong>holding</strong></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><strong>call_state</strong></td>\n<td>Connected - call in conference</td>\n</tr>\n<tr>\n<td><strong>access_number</strong></td>\n<td>Access number for the participant</td>\n</tr>\n<tr>\n<td><strong>location_in_conference</strong></td>\n<td>MAIN_CONFERENCE - participant in main conference room, SUB_CONFERENCE - participant in sub conference room</td>\n</tr>\n<tr>\n<td><strong>subconference_number</strong></td>\n<td>0 - main conference, non-zero - subconference room where participant is located</td>\n</tr>\n<tr>\n<td><strong>default_subconference</strong></td>\n<td>In which subconference should the participant be dropped in on entry? ‘0’ denotes the main conference floor.</td>\n</tr>\n<tr>\n<td><strong>requesting_attention</strong></td>\n<td>N/A  <br /></td>\n</tr>\n<tr>\n<td><strong>is_synchronized_with_phone</strong></td>\n<td>N/A  <br /></td>\n</tr>\n<tr>\n<td><strong>private_id</strong></td>\n<td>N/A  <br /></td>\n</tr>\n<tr>\n<td><strong>is_skipped</strong></td>\n<td>Is the participant skipped in open floor mode queue</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","participantList"],"query":[],"variable":[]}},"response":[{"id":"60efb63c-e89b-40a3-a26e-845c0b060573","name":"getParticipantList","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"get_participant_list\": {\r\n                \"room\": \"8664996503\"\r\n            },\r\n            \"id\": \"51\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/getParticipantList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"51\",\n            \"status\": \"0\",\n            \"participant_list\": {\n                \"room_id\": \"8664996503\",\n                \"participant_state_brief\": {\n                    \"participant_id\": \"373627\",\n                    \"start_time\": \"2023-02-14T14:53:27.226-07:00\",\n                    \"name\": \"Visa API\",\n                    \"dial_in_number\": \"19704439251\",\n                    \"language\": \"en\",\n                    \"muted\": \"false\",\n                    \"holding\": \"false\",\n                    \"is_host\": \"true\",\n                    \"call_state\": \"connected\",\n                    \"access_number\": \"17202825492\",\n                    \"location_in_conference\": \"MAIN_CONFERENCE\",\n                    \"subconference_number\": \"0\",\n                    \"default_subconference\": \"0\",\n                    \"requesting_attention\": \"false\",\n                    \"is_synchronized_with_phone\": \"false\",\n                    \"is_skipped\": \"false\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"72db4a20-2068-4d99-afc4-c41d7b5c0a40"},{"name":"muteParticipant","id":"6a15be76-c032-410b-9eb7-bbb43362142f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"mute\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"participant_id\": \"373627\"\r\n            },\r\n            \"id\": \"31\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/muteParticipant","description":"<p><b>Mute Participant<br /></b>Mutes participant in the conference. The participant_id is obtained from /getParticipantlist end point.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to start the conference</td>\n</tr>\n<tr>\n<td><strong>participant_id</strong></td>\n<td>Partcipant id from get participant list</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success  <br />31 - Participant not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","muteParticipant"],"query":[],"variable":[]}},"response":[{"id":"84a43395-e3a7-4d9f-af7e-29c501406866","name":"muteParticipant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"mute\": {\r\n                \"room\": \"8664996503\",\r\n                \"participant_id\": \"373627\"\r\n            },\r\n            \"id\": \"31\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/muteParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"31\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"6a15be76-c032-410b-9eb7-bbb43362142f"},{"name":"unmuteParticipant","id":"e0f9d7eb-f4f6-4a79-86cd-dfe96057b889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"un_mute\": {\r\n                \"room\": \"{{room_number}}\",\r\n                \"participant_id\": \"25\"\r\n            },\r\n            \"id\": \"113\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/unmuteParticipant","description":"<p><b>Unmute Participant<br /></b>Unmutes participant in the conference. The participant_id is obtained from /getParticipantlist end point.</p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to start the conference</td>\n</tr>\n<tr>\n<td><strong>participant_id</strong></td>\n<td>Partcipant id from get participant list</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success  <br />31 - Participant not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","unmuteParticipant"],"query":[],"variable":[]}},"response":[{"id":"b9a66d35-a320-4255-a480-6a5078f46f70","name":"unmuteParticipant","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer...","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"un_mute\": {\r\n                \"room\": \"8664996503\",\r\n                \"participant_id\": \"373627\"\r\n            },\r\n            \"id\": \"113\",\r\n            \"auth_token\": \"{{bridge_token}}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/unmuteParticipant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"113\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"e0f9d7eb-f4f6-4a79-86cd-dfe96057b889"},{"name":"endConference","id":"a7ff3919-f4f1-4b98-a8f1-9ba9df1705fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"4450\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"end_conference\": {\r\n                \"room\": \"{{room_number}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/endConference","description":"<p><b>End Conference</b></p>\n<p>This request is validated to check for exisitng conference before the request is sent.</p>\n<p>Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The request id</td>\n</tr>\n<tr>\n<td><strong>room</strong></td>\n<td>Room number to end the conference</td>\n</tr>\n<tr>\n<td><strong>auth_token</strong></td>\n<td>token received after MeetingOne Authentication</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>The response id</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Server response status.  <br />0 - Success</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["portal","conferences","endConference"],"query":[],"variable":[]}},"response":[{"id":"0d4bbaf9-1782-4ce2-bb19-4e50550bc1e6","name":"endConference","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"m1_api_audio\": {\r\n        \"api_request\": {\r\n            \"id\": \"4450\",\r\n            \"auth_token\": \"{{bridge_token}}\",\r\n            \"end_conference\": {\r\n                \"room\": \"8664996503\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/portal/conferences/endConference"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"m1_api_audio\": {\n        \"api_response\": {\n            \"id\": \"4450\",\n            \"status\": \"0\"\n        }\n    }\n}"}],"_postman_id":"a7ff3919-f4f1-4b98-a8f1-9ba9df1705fb"}]}