{ "info": { "_postman_id": "d80b9c1d-ae94-40cb-b4e5-1b4c6476be22", "name": "Work Analytics Customer Data", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-d80b9c1d-ae94-40cb-b4e5-1b4c6476be22" }, "item": [ { "name": "v2", "item": [ { "name": "pbxes", "item": [ { "name": "{pbxId}", "item": [ { "name": "sites", "item": [ { "name": "{siteId}", "item": [ { "name": "queues", "item": [ { "name": "Returns the list of queues for the given pbx and site.", "id": "b9f94e79-85b7-4ff5-9790-24bc03cdcaca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "id": "2434c6a0-2617-4b1c-b9df-c82198957c98", "key": "pbxId", "value": "", "description": "(Required) The ID for the specified pbx." }, { "id": "ea225994-6114-449f-9e4c-876dbab8be70", "key": "siteId", "value": "", "description": "(Required) The ID for the specified site." } ] }, "description": "Returns the list of queues for the given pbx and site." }, "response": [ { "id": "27c0e8c1-7845-4f0f-a168-0385cfa2c02b", "name": "Returns the list of queues under a site.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_embedded\": {\n \"queueList\": [\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"extensionNumber\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n },\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"extensionNumber\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n }\n ]\n },\n \"_links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n }\n },\n \"page\": {\n \"size\": \"\",\n \"totalElements\": \"\",\n \"totalPages\": \"\",\n \"number\": \"\"\n }\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-27c0e8c1-7845-4f0f-a168-0385cfa2c02b" }, { "id": "8298a4de-8486-4995-96d3-cb98a4a25160", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-8298a4de-8486-4995-96d3-cb98a4a25160" }, { "id": "af82c08e-602b-48db-b0de-f21ddb89cbd2", "name": "Authentication succeeded, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-af82c08e-602b-48db-b0de-f21ddb89cbd2" }, { "id": "53ac7e1a-9a65-437f-b527-97631140a5e8", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-53ac7e1a-9a65-437f-b527-97631140a5e8" }, { "id": "32d62e3b-2a1a-4060-ae13-40591f22dfe6", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-32d62e3b-2a1a-4060-ae13-40591f22dfe6" }, { "id": "81b829e6-3f50-457b-88d1-a5ec78a86494", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites/:siteId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites", ":siteId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" }, { "key": "siteId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-81b829e6-3f50-457b-88d1-a5ec78a86494" } ], "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-b9f94e79-85b7-4ff5-9790-24bc03cdcaca" } ], "id": "17f9a396-aa0c-4270-abe6-967226c6542f", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-17f9a396-aa0c-4270-abe6-967226c6542f" } ], "id": "f8878fa7-4410-4b90-8470-f8b4d9867afb", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-f8878fa7-4410-4b90-8470-f8b4d9867afb" }, { "name": "Returns the list of sites of a pbx", "id": "06737f3e-fdc7-45ed-aa99-f1389037a7b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "id": "0e66c9f6-d25a-4257-963d-c6a26c806dbc", "key": "pbxId", "value": "", "description": "(Required) The id of the pbx." } ] }, "description": "Returns a list of sites of a pbx." }, "response": [ { "id": "a47ab86e-8505-4051-8a30-940eb45e0403", "name": "Returns the list of sites for the specified pbx.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_embedded\": {\n \"siteList\": [\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n },\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n }\n ]\n },\n \"_links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n }\n },\n \"page\": {\n \"size\": \"\",\n \"totalElements\": \"\",\n \"totalPages\": \"\",\n \"number\": \"\"\n }\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-a47ab86e-8505-4051-8a30-940eb45e0403" }, { "id": "7fca9873-180e-4c1f-ad1e-cef452925b6d", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-7fca9873-180e-4c1f-ad1e-cef452925b6d" }, { "id": "da7ac964-5389-4f14-ac56-d3e0af2fbb14", "name": "Authentication succeeded, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-da7ac964-5389-4f14-ac56-d3e0af2fbb14" }, { "id": "4b42d781-fef6-47f4-9e98-5c6b028cbbc9", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-4b42d781-fef6-47f4-9e98-5c6b028cbbc9" }, { "id": "bc6a73a2-ed48-469c-935a-8e7294313bdc", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-bc6a73a2-ed48-469c-935a-8e7294313bdc" }, { "id": "0a706dcb-27e4-4366-abc3-32801b71d233", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/sites?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "sites" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-0a706dcb-27e4-4366-abc3-32801b71d233" } ], "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-06737f3e-fdc7-45ed-aa99-f1389037a7b8" } ], "id": "92c95298-5b52-4104-8291-e6f0cae7b03d", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-92c95298-5b52-4104-8291-e6f0cae7b03d" }, { "name": "queues", "item": [ { "name": "Returns the list of queues for the given pbx.", "id": "9cd8bf99-0c6b-44c0-8a5d-cd255615e311", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "id": "d2b410aa-c65a-48d1-befd-0f4126bbca0f", "key": "pbxId", "value": "", "description": "(Required) The ID for the specified pbx." } ] }, "description": "Returns the list of queues for the given pbx." }, "response": [ { "id": "2a95aa97-ca4c-4987-a76d-af6541f78ec6", "name": "Returns the list of queues under a pbx.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_embedded\": {\n \"queueList\": [\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"extensionNumber\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n },\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"extensionNumber\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n }\n ]\n },\n \"_links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n }\n },\n \"page\": {\n \"size\": \"\",\n \"totalElements\": \"\",\n \"totalPages\": \"\",\n \"number\": \"\"\n }\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-2a95aa97-ca4c-4987-a76d-af6541f78ec6" }, { "id": "0c64d204-4129-4542-a9af-ea224802f9b9", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-0c64d204-4129-4542-a9af-ea224802f9b9" }, { "id": "34ac1ad8-4af0-4b7a-9961-9886843fb545", "name": "Authentication succeeded, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-34ac1ad8-4af0-4b7a-9961-9886843fb545" }, { "id": "2abbce1a-a122-4533-89f2-7126512872ed", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-2abbce1a-a122-4533-89f2-7126512872ed" }, { "id": "51459324-e310-4d7a-9942-9a483ab6ee3b", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-51459324-e310-4d7a-9942-9a483ab6ee3b" }, { "id": "e7975f8a-5e62-4194-bb08-87b3192d1100", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/queues?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "queues" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-e7975f8a-5e62-4194-bb08-87b3192d1100" } ], "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-9cd8bf99-0c6b-44c0-8a5d-cd255615e311" } ], "id": "adb7ae16-98e2-44b3-8b59-c532064ae465", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-adb7ae16-98e2-44b3-8b59-c532064ae465" }, { "name": "agents", "item": [ { "name": "Returns the list of agents for the given pbx.", "id": "774c526c-f6e3-4145-87a3-cdc154572593", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "id": "6f03161d-9c33-45fb-a62a-2b336dcf1b9f", "key": "pbxId", "value": "", "description": "(Required) The ID for the specified pbx." } ] }, "description": "Returns the list of agents for the given pbx." }, "response": [ { "id": "5932e02f-1a5f-4252-ab96-a04a84427a4a", "name": "Returns the list of agents under a pbx.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_embedded\": {\n \"queueList\": [\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"extension\": \"\",\n \"deleted\": \"\"\n },\n {\n \"id\": \"\",\n \"pbxId\": \"\",\n \"siteId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"extension\": \"\",\n \"deleted\": \"\"\n }\n ]\n },\n \"_links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n }\n },\n \"page\": {\n \"size\": \"\",\n \"totalElements\": \"\",\n \"totalPages\": \"\",\n \"number\": \"\"\n }\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-5932e02f-1a5f-4252-ab96-a04a84427a4a" }, { "id": "487c6306-1f19-4f36-9671-bf52ed5405bc", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-487c6306-1f19-4f36-9671-bf52ed5405bc" }, { "id": "d06bbbea-e9a1-41a1-8706-bf86ee6cf677", "name": "Authentication succeeded, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-d06bbbea-e9a1-41a1-8706-bf86ee6cf677" }, { "id": "bbc80809-6210-4527-9a31-a650bf8273e4", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-bbc80809-6210-4527-9a31-a650bf8273e4" }, { "id": "76d0c948-cf3d-47c7-8a2b-dd5ab21168b0", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-76d0c948-cf3d-47c7-8a2b-dd5ab21168b0" }, { "id": "eb23eb9f-d116-454e-af20-d7c5075817f0", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/:pbxId/agents?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", ":pbxId", "agents" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ], "variable": [ { "key": "pbxId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-eb23eb9f-d116-454e-af20-d7c5075817f0" } ], "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-774c526c-f6e3-4145-87a3-cdc154572593" } ], "id": "bf37a49d-9747-4ade-a633-deffe4152ee9", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-bf37a49d-9747-4ade-a633-deffe4152ee9" } ], "id": "f7087406-eb61-47c4-a63e-bcec8d54e471", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-f7087406-eb61-47c4-a63e-bcec8d54e471" }, { "name": "Returns all pbxes of a customer", "id": "c8d7d775-8b89-479e-a112-f01bb8bcb354", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] }, "description": "This endpoint returns all the PBXes available for a customer" }, "response": [ { "id": "9cefe519-128b-422f-b48d-6bc39939a739", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"_embedded\": {\n \"pbxList\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"deleted\": \"\"\n }\n ]\n },\n \"_links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n }\n },\n \"page\": {\n \"size\": \"\",\n \"totalElements\": \"\",\n \"totalPages\": \"\",\n \"number\": \"\"\n }\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-9cefe519-128b-422f-b48d-6bc39939a739" }, { "id": "cce33d84-34d7-472a-8655-72cdae78ab0d", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-cce33d84-34d7-472a-8655-72cdae78ab0d" }, { "id": "b96e11c6-7c73-4b6a-9e06-3fe6932e3c03", "name": "Authentication succeeded, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-b96e11c6-7c73-4b6a-9e06-3fe6932e3c03" }, { "id": "03c5581c-d983-4ac5-bbbc-1bfa8d16a609", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-03c5581c-d983-4ac5-bbbc-1bfa8d16a609" }, { "id": "5372345f-a93a-4e43-8630-e129b5de2ea1", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-5372345f-a93a-4e43-8630-e129b5de2ea1" }, { "id": "fd10718e-674e-48a6-9f58-db9fcf8de30a", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "8x8-apikey", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/pbxes/?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "v2", "pbxes", "" ], "query": [ { "description": "This parameter indicates the page number to begin your query.", "key": "page", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "size", "value": "" }, { "description": "Sorting strategy.
Sorting can be done for each entity by the name field. Queues can be sorted also by extension.", "key": "sort", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"timestamp\": \"\",\n \"status\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"path\": \"\"\n}", "createdAt": "2026-07-28T00:28:04.000Z", "updatedAt": "2026-07-28T00:28:04.000Z", "uid": "35240-fd10718e-674e-48a6-9f58-db9fcf8de30a" } ], "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-c8d7d775-8b89-479e-a112-f01bb8bcb354" } ], "id": "175482fa-2c2f-4569-a187-f44e4f209009", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-175482fa-2c2f-4569-a187-f44e4f209009" } ], "id": "6589a908-5244-4b0a-8688-ac8d252910d2", "createdAt": "2026-07-28T00:28:03.000Z", "updatedAt": "2026-07-28T00:28:03.000Z", "uid": "35240-6589a908-5244-4b0a-8688-ac8d252910d2" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "8x8-apikey", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.8x8.com/analytics/work/" } ] }