{"info":{"_postman_id":"b2eed56b-96a7-45c0-98e0-7db965670618","name":"API","description":"<html><head></head><body><p>eztalks APIS is with http-based restful style. Both its requests and responses adopt Json data to transfer. Before making any calls, you need to call <a href=\"#c7f6b7e2-1d06-4c20-98cf-6d10d3e7bb90\">Authorization interface</a> to get token, and then input the returning value to the request header Authorization.</p>\n<p>*Common error codes of different requests:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>401         String      UNAUTHORIZED\n405         String      Method Not Supported\n415         String      Media Type Not Supported\n406         String      Media Type Not Acceptable\n400         String      syntactically incorrect\n404         String      the requested resource is not available\n500         String      Missing Path Variable\n0           String      Succeed\nS01         String      Server Exception\nT05         String      Illegal Parameter\nH02         String      Meeting Topic Is Empty\nH09         String      Start Time Must Be Later Than The Current Time\nH11         String      Start time Is Later Than End Time\n0103        String      Invalid Meeting\nU06         String      Email Or Password Is Incorrect\nU11         String      User's Package Not Found\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5881845","collectionId":"b2eed56b-96a7-45c0-98e0-7db965670618","publishedId":"RzfZQDXe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-11-24T02:40:45.000Z"},"item":[{"name":"Users","item":[{"name":"Get token","event":[{"listen":"prerequest","script":{"id":"58021ad7-528c-4945-895b-9185c3c079fe","exec":["pm.globals.set(\"domain\", \"http://localhost:8084\");"],"type":"text/javascript"}},{"listen":"test","script":{"id":"c1a51e9f-8018-4c02-8d21-8d26995a01ac","exec":[""],"type":"text/javascript"}}],"id":"c7f6b7e2-1d06-4c20-98cf-6d10d3e7bb90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"","value":""}],"url":"{{domain}}/user/token?email={{username}}&password={{password}}","urlObject":{"path":["user","token"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>email</p>\n","type":"text/plain"},"key":"email","value":"{{username}}"},{"description":{"content":"<p>password（MD5 code）</p>\n","type":"text/plain"},"key":"password","value":"{{password}}"}],"variable":[]}},"response":[{"id":"97492b30-29c1-4088-996e-5cd22c6b0a11","name":"Get token","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 19 Nov 2018 12:02:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\"code\":\"0\",\"data\":{\"token\":\"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjMwOTE0MDY1MzgsInVzZXJJZCI6IjkzNjUxIiwiaWF0IjoxNTQyNjI4OTM5fQ.QyJUCOyQThm3xG2Hwk5XRpd3dxLpHVxvujbsxrh3EPM\"}}"}],"_postman_id":"c7f6b7e2-1d06-4c20-98cf-6d10d3e7bb90"}],"id":"55db1ee7-0d81-431e-aa42-1e006d85a4f2","event":[{"listen":"prerequest","script":{"id":"dd3e54e0-ab1c-4735-80f4-6cfb8557df0b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a1a0c387-1e22-4776-9fb2-ce8b50ce3048","type":"text/javascript","exec":[""]}}],"_postman_id":"55db1ee7-0d81-431e-aa42-1e006d85a4f2","description":""},{"name":"Accounts","item":[{"name":"Get Subaccounts","id":"71d96b09-cdf8-42b1-9ab2-d72b311524d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"<p>This comes from \"Get Token\"</p>\n","key":"Authorization","value":"{{Authorization}}"}],"url":"{{domain}}/accounts","description":"<p>Get Subaccount lists. Subaccounts are the users who have been authorized with the professional Meetings plan.</p>\n","urlObject":{"path":["accounts"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cbca329b-b4fa-427b-a5f8-a1f132fa8b8c","name":"Get Subaccounts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjMwOTE0MDY1MzgsInVzZXJJZCI6IjkzNjUxIiwiaWF0IjoxNTQyNjI4OTM5fQ.QyJUCOyQThm3xG2Hwk5XRpd3dxLpHVxvujbsxrh3EPM"}],"url":"http://localhost:8084/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 19 Nov 2018 12:05:55 GMT","name":"Date","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\n    \"code\": \"0\",\n    \"data\": [\n        {\n            \"email\": \"support@eztalks.com\",\n            \"status\": 1,\n            \"account_id\": 93651,\n            \"first_name\": \"first_name\",\n            \"last_name\": \"last_name\",\n            \"auth_time\": 1516410572000\n        }\n    ]\n}"}],"_postman_id":"71d96b09-cdf8-42b1-9ab2-d72b311524d9"}],"id":"85afca56-6a8d-4cc0-aed9-e739caa68d15","event":[{"listen":"prerequest","script":{"id":"bf99a95e-6273-4051-b9dc-6cc2531ee1db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d831a187-5111-405f-9c3b-ee965145c92a","type":"text/javascript","exec":[""]}}],"_postman_id":"85afca56-6a8d-4cc0-aed9-e739caa68d15","description":""},{"name":"Meetings","item":[{"name":"Get the meetings list","id":"6d2d944c-08c2-40f2-9717-05f26df22f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{Authorization}}"}],"url":"{{domain}}/account/{{account_id}}/meetings?type=1&page_no=1&page_size=10","description":"<p>Get the meetings list of a subaccount according to account_id. Subaccount account_id is from <a href=\"#71d96b09-cdf8-42b1-9ab2-d72b311524d9\">Get subaccount list interface</a></p>\n","urlObject":{"path":["account","{{account_id}}","meetings"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>1  schedule meetings  2  history meetings</p>\n","type":"text/plain"},"key":"type","value":"1"},{"description":{"content":"<p>page no</p>\n","type":"text/plain"},"key":"page_no","value":"1"},{"description":{"content":"<p>page size</p>\n","type":"text/plain"},"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"a8be0101-eaa9-4b85-9a01-4e886c65596c","name":"Get the meetings list","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Nov 2018 05:53:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\"code\":\"0\",\"data\":{\"page_data\":[{\"room_id\":92020,\"meeting_id\":\"27261723\",\"topic\":\"test\",\"hope_start_time\":1542856000000,\"hope_end_time\":1542858000000,\"real_start_time\":null,\"real_end_time\":null,\"timezone\":\"Asia/Hong_Kong\",\"host_id\":93651,\"host_frist_name\":\"11\",\"host_last_name\":\"11\",\"join_url\":\"https://{{domain}}/join_meeting/meeting_id/27261723\"}],\"data_total\":1,\"page_total\":1,\"page_no\":1,\"page_size\":10}}"}],"_postman_id":"6d2d944c-08c2-40f2-9717-05f26df22f07"},{"name":"Create a meeting","id":"33545387-50b0-4d0d-a5dd-f9176d34dba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{Authorization}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"topic\": \"test\",\n    \"start_time\": 1549852000000,\n    \"end_time\": 1549855600000,\n    \"timezone\": \"Asia/Hong_Kong\"\n}"},"url":"{{domain}}/account/{{account_id}}/meetings","description":"<p>Create a new meeting with the following fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>topic       String      Topic\nstart_time  long        Millisecond value of UTC \nend_time    long        Millisecond value of UTC \ntimezone    String      Time Zone\n</code></pre>","urlObject":{"path":["account","{{account_id}}","meetings"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"489fd60b-8e57-47b5-8707-740614cac93f","name":"create Meeting","originalRequest":{"method":"GET","header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Nov 2018 03:58:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\"code\":\"0\",\"data\":{\"room_id\":92021,\"meeting_id\":\"37405385\",\"topic\":null,\"hope_start_time\":null,\"hope_end_time\":null,\"real_start_time\":null,\"real_end_time\":null,\"timezone\":null,\"host_id\":null,\"host_frist_name\":null,\"host_last_name\":null,\"join_url\":\"https://{{domain}}/join_meeting/meeting_id/37405385\"}}"}],"_postman_id":"33545387-50b0-4d0d-a5dd-f9176d34dba9"},{"name":"Update a meeting","id":"d44aff1a-daf8-40d9-87c5-460336d225ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{Authorization}}"}],"body":{"mode":"raw","raw":"{\n\t\"topic\":\"test\",\n\t\"start_time\":1542852000000,\n\t\"end_time\":1542855600000,\n\t\"timezone\":\"Asia/Hong_Kong\"\n}"},"url":"{{domain}}/meetings/{{room_id}}","description":"<p>Refer to <a href=\"#33545387-50b0-4d0d-a5dd-f9176d34dba9\">Create meeting</a> to update a meeting.</p>\n","urlObject":{"path":["meetings","{{room_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"c06d2563-2fb1-4725-9978-5c092b2ad5a8","name":"update Meeting","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Nov 2018 03:43:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\"code\":\"0\",\"data\":1}"}],"_postman_id":"d44aff1a-daf8-40d9-87c5-460336d225ec"},{"name":"Delete a meeting","id":"34f161a6-ddeb-41db-b5ec-daffcde63573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{Authorization}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/meetings/{{room_id}}","urlObject":{"path":["meetings","{{room_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"bbc466a1-ad2d-4d96-a0a3-3483c6a6e34a","name":"delete meeting","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"39","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 21 Nov 2018 05:55:24 GMT","name":"Date","description":"The date and time that the message was sent"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"4B5622F2358ACAA62F78A06CC403BC80","key":"JSESSIONID"}],"responseTime":null,"body":"{\"code\":\"T05\"}"}],"_postman_id":"34f161a6-ddeb-41db-b5ec-daffcde63573"}],"id":"80b17a7a-eda3-4a6f-b1ed-522db42ae2e6","event":[{"listen":"prerequest","script":{"id":"fb813eac-e468-4101-a775-027bf0a214fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a210859-5c34-4e71-8e92-c733c70e7187","type":"text/javascript","exec":[""]}}],"_postman_id":"80b17a7a-eda3-4a6f-b1ed-522db42ae2e6","description":""},{"name":"Cloud Recording","item":[{"name":"Manage Cloud Recording- Start, Pause, Stop","id":"1647152d-9683-4d36-ad16-e0e2fc704453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"meetings\",\n\t\"action\":\"pause\"\n}"},"url":"{{domain}}/meetings/{{room_id}}/recordings/action","description":"<p>Commands of managing Cloud Recording include:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>type        String      Meeting Type：meetings or webinar\naction      String      start: start recording; \n                        pause:  pause recording; \n                        continue：continue recording\n                        stop：stop recording\n</code></pre>","urlObject":{"path":["meetings","{{room_id}}","recordings","action"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ba5cc2e0-0635-4f53-aa47-86421ba0ccba","name":"Manage Cloud Recording- Start, Pause, Stop","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{Authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\":\"webinar\",\n\t\"action\":\"stop\"\n}"},"url":"{{domain}}/meetings/{{room_id}}/recordings/action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Jan 2019 08:07:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"0\",\n    \"data\": 1\n}"}],"_postman_id":"1647152d-9683-4d36-ad16-e0e2fc704453"},{"name":"Get recording list of a Subaccount","id":"2c4793a8-ede4-4ffa-8403-5b42bf9d66c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{Authorization}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/account/{{account_id}}/recordings?page_no=1&page_size=20&trash=false","description":"<p>Get the recording list of a Subaccount according to account_id. The account_id of a Subaccount is from <a href=\"#71d96b09-cdf8-42b1-9ab2-d72b311524d9\">interface of getting subaccounts' list</a></p>\n","urlObject":{"path":["account","{{account_id}}","recordings"],"host":["{{domain}}"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"20"},{"description":{"content":"<p>false：it's not trash; true：it's trash</p>\n","type":"text/plain"},"key":"trash","value":"false"}],"variable":[]}},"response":[{"id":"dc87c28c-f988-4566-91f0-6f7be9e95eeb","name":"Get recording list of a Subaccount","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{Authorization}}"}],"url":{"raw":"{{domain}}/account/{{account_id}}/recordings?pageNo=1&page_size=20&trash=false","host":["{{domain}}"],"path":["account","{{account_id}}","recordings"],"query":[{"key":"pageNo","value":"1"},{"key":"page_size","value":"20"},{"key":"trash","value":"false","description":"是否为垃圾文件  false不是垃圾文件，true是垃圾文件"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Jan 2019 08:09:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"0\",\n    \"data\": {\n        \"page_data\": [\n            {\n                \"recording_id\": 5713,\n                \"file_name\": \"82743100_1546589284435.mp4\",\n                \"create_time\": 1546589284000,\n                \"file_size\": 168175,\n                \"recording_status\": 1\n            },\n            {\n                \"recording_id\": 5712,\n                \"file_name\": \"82743100_1546589247839.mp4\",\n                \"create_time\": 1546589248000,\n                \"file_size\": 383599,\n                \"recording_status\": 1\n            },\n            {\n                \"recording_id\": 5710,\n                \"file_name\": \"969388680_1546585697710.mp4\",\n                \"create_time\": 1546585698000,\n                \"file_size\": 1478048,\n                \"recording_status\": 1\n            }\n        ],\n        \"data_total\": 3,\n        \"page_total\": 1,\n        \"page_no\": 1,\n        \"page_size\": 20\n    }\n}"}],"_postman_id":"2c4793a8-ede4-4ffa-8403-5b42bf9d66c3"},{"name":"Get recording list from roomId","id":"f5a8ae5c-1c5d-41a2-a0a6-07bdd2f5c292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{Authorization}}"}],"body":{"mode":"raw","raw":""},"url":"{{domain}}/meetings/{{room_id}}/recordings?page_no=1&page_size=20&trash=false","description":"<p>The parameter of room_id in a url is the unique mark of meeting. It is included in the url of creating a meeting and getting meetings list.</p>\n","urlObject":{"path":["meetings","{{room_id}}","recordings"],"host":["{{domain}}"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"20"},{"description":{"content":"<p>false：it's not trash; true：it's trash</p>\n","type":"text/plain"},"key":"trash","value":"false"}],"variable":[]}},"response":[{"id":"b13fdb54-800a-4be4-bf3e-5238e48ee155","name":"Get recording list from roomId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{Authorization}}"}],"url":{"raw":"{{domain}}/meetings/{{room_id}}/recordings?pageNo=1&page_size=20&trash=false","host":["{{domain}}"],"path":["meetings","{{room_id}}","recordings"],"query":[{"key":"pageNo","value":"1"},{"key":"page_size","value":"20"},{"key":"trash","value":"false","description":"是否为垃圾文件  false不是垃圾文件，true是垃圾文件"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Jan 2019 08:09:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"0\",\n    \"data\": {\n        \"page_data\": [\n            {\n                \"recording_id\": 5713,\n                \"file_name\": \"82743100_1546589284435.mp4\",\n                \"create_time\": 1546589284000,\n                \"file_size\": 168175,\n                \"recording_status\": 1\n            },\n            {\n                \"recording_id\": 5712,\n                \"file_name\": \"82743100_1546589247839.mp4\",\n                \"create_time\": 1546589248000,\n                \"file_size\": 383599,\n                \"recording_status\": 1\n            }\n        ],\n        \"data_total\": 2,\n        \"page_total\": 1,\n        \"page_no\": 1,\n        \"page_size\": 20\n    }\n}"}],"_postman_id":"f5a8ae5c-1c5d-41a2-a0a6-07bdd2f5c292"},{"name":"Get downloading link of cloud recording file","id":"36542a54-2434-4a76-ad8d-061e6c6cfe53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{Authorization}}"}],"url":"{{domain}}/recordings/{{recording_id}}/download_url","description":"<p>Get the recording list of a Subaccount accourding to recording_id. The recording_id of a Subaccount is from <a href=\"#2c4793a8-ede4-4ffa-8403-5b42bf9d66c3\">get the interface of recording list from a subaccount</a></p>\n","urlObject":{"path":["recordings","{{recording_id}}","download_url"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36542a54-2434-4a76-ad8d-061e6c6cfe53"}],"id":"8e527294-1cb6-4a61-8069-1b292338074a","_postman_id":"8e527294-1cb6-4a61-8069-1b292338074a","description":""}],"event":[{"listen":"prerequest","script":{"id":"67fc2212-4d29-4f72-80d5-88b7f98433c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d553cc75-3742-4495-9a2c-f075c675f6b2","type":"text/javascript","exec":[""]}}]}