{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Call Monitoring 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": "Call Monitoring Groups", "type": "folder" }, "items": [ { "info": { "name": "List Call Monitoring Groups", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups", "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": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare allowed\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" }, { "name": "memberExtensionId", "value": "", "type": "query", "description": "Internal identifier of an extension that is a member of every\ngroup within the result\n" } ] }, "docs": "Returns a list of call monitoring groups filtered by an extension.\n" }, { "info": { "name": "Create Call Monitoring Group", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups", "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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new call monitoring group.\n" }, { "info": { "name": "Update Call Monitoring Group", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups/:groupId", "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": "groupId", "value": "", "type": "path", "description": "Internal identifier of a call monitoring group\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a call monitoring group name.\n" }, { "info": { "name": "Delete Call Monitoring Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups/:groupId", "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": "groupId", "value": "", "type": "path", "description": "Internal identifier of a call monitoring group" } ] }, "docs": "Removes information about a call monitoring group specified in path.\n" }, { "info": { "name": "Update Call Monitoring Group List", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups/:groupId/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": "groupId", "value": "", "type": "path", "description": "Internal identifier of a call monitoring group\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a list of call monitoring groups.\n" }, { "info": { "name": "List Call Monitoring Group Members", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/restapi/v1.0/account/:accountId/call-monitoring-groups/:groupId/members", "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": "groupId", "value": "", "type": "path", "description": "Internal identifier of a call monitoring group\n" }, { "name": "page", "value": "", "type": "query", "description": "Indicates a page number to retrieve. Only positive number values\nare allowed\n" }, { "name": "perPage", "value": "", "type": "query", "description": "Indicates a page size (number of items)" } ] }, "docs": "Returns a list of members for a call monitoring group specified in path.\n" } ] } ], "bundled": true }