{ "info": { "name": "Twilio Get Conference Calls", "_postman_id": "9fc51628-9e36-4b3f-93de-e3cdcc857e0d", "description": "Returns a list of conferences within an account. The list includes pagingninformation.n", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "conference calls", "item": [ { "id": "32ca9d12-41d1-4791-b120-2f89c0294f02", "name": "returns-a-list-of-conferences-within-an-account-the-list-includes-paginginformation", "request": { "url": { "protocol": "http", "host": "api.twilio.com", "path": [ "2010-04-01", "Accounts/:AccountSid/Conferences.json" ], "query": [ { "key": "format", "value": "format", "disabled": false } ], "variable": [ { "id": "AccountSid", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Returns a list of conferences within an account" }, "response": [ { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "[\r\n {\r\n \"uri\": \"uri\",\r\n \"firstpageuri\": \"firstpageuri\",\r\n \"nextpageuri\": \"nextpageuri\",\r\n \"previouspageuri\": \"previouspageuri\",\r\n \"page\": \"page\",\r\n \"pagesize\": \"pagesize\",\r\n \"conferences\": {}\r\n }\r\n]", "status": "Successful response", "code": 200, "name": "Response_200", "id": "bdeda40a-731c-421d-97ec-d0393306ec9c" }, { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "{\r\n \"Status\": \"Status\",\r\n \"Message\": \"Message\",\r\n \"Code\": \"Code\",\r\n \"MoreInfo\": \"MoreInfo\"\r\n}", "status": "The supplied credentials, if any, are not sufficient to access the resource", "code": 401, "name": "Response_401", "id": "e708a36c-a025-40f8-8cc5-ee20566e24cd" }, { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "{\r\n \"Status\": \"Status\",\r\n \"Message\": \"Message\",\r\n \"Code\": \"Code\",\r\n \"MoreInfo\": \"MoreInfo\"\r\n}", "status": "You know this one", "code": 404, "name": "Response_404", "id": "35e5099d-fd57-4e41-ac87-78c9617b5c5c" }, { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "{\r\n \"Status\": \"Status\",\r\n \"Message\": \"Message\",\r\n \"Code\": \"Code\",\r\n \"MoreInfo\": \"MoreInfo\"\r\n}", "status": "Your application is sending too many simultaneous requests", "code": 429, "name": "Response_429", "id": "4adeeaf1-2321-4a0e-83d5-c3d5ca551882" }, { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "{\r\n \"Status\": \"Status\",\r\n \"Message\": \"Message\",\r\n \"Code\": \"Code\",\r\n \"MoreInfo\": \"MoreInfo\"\r\n}", "status": "We couldn't return the representation due to an internal server error", "code": 500, "name": "Response_500", "id": "f527a9fc-4a8a-437d-a15b-a59300ebb785" }, { "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": "{\r\n \"Status\": \"Status\",\r\n \"Message\": \"Message\",\r\n \"Code\": \"Code\",\r\n \"MoreInfo\": \"MoreInfo\"\r\n}", "status": "We are temporarily unable to return the representation", "code": 503, "name": "Response_503", "id": "3240e819-8e88-48b6-8402-21ebf4096c0a" } ] } ] } ] }