{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Paging Only Groups API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Paging Only Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Paging Group Users", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/paging-only-groups/:pagingOnlyGroupId/users", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "pagingOnlyGroupId", "value": "", "type": "path", "description": "Internal identifier of a paging group\n" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" } ] }, "docs": "Returns a list of users allowed to page this group.\n" }, { "info": { "name": "Assign Paging Group Users and Devices", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/paging-only-groups/:pagingOnlyGroupId/bulk-assign", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "pagingOnlyGroupId", "value": "", "type": "path", "description": "Internal identifier of a paging group\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds and/or removes paging group users and devices.\n" }, { "info": { "name": "Get Paging Group Devices", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/paging-only-groups/:pagingOnlyGroupId/devices", "params": [ { "name": "accountId", "value": "~", "type": "path", "description": "Internal identifier of the RingCentral account\n(can be set to \"~\" to indicate that the account associated with current authorization session should be used)\n" }, { "name": "pagingOnlyGroupId", "value": "", "type": "path", "description": "Internal identifier of a paging group\n" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare accepted\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)\n" } ] }, "docs": "Returns a list of paging devices assigned to this group.\n" } ] } ], "bundled": true }