{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Call Settings For Me With UserHub Phase3 API", "version": "1.0.0" }, "items": [ { "info": { "name": "Call Settings For Me With UserHub Phase3", "type": "folder" }, "items": [ { "info": { "name": "Get Selective Call Reject Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject" }, "docs": "Get Selective Call Reject Settings for the authenticated user.\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify Selective Call Reject Settings for User", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject", "body": { "type": "json", "data": "{}" } }, "docs": "Update Selective Call Reject Settings for the authenticated user.\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Add User Selective Call Reject Criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject/criteria", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Selective Call Reject Criteria for the authenticated user.\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Get Anonymous Call Rejection Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/anonymousCallReject" }, "docs": "Get Anonymous Call Rejection Settings for the authenticated user.\n\nAnonymous Call Rejection allows you to reject calls from anonymous callers.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify Anonymous Call Rejection Settings for User", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/anonymousCallReject", "body": { "type": "json", "data": "{}" } }, "docs": "Update Anonymous Call Rejection Settings for the authenticated user.\n\nAnonymous Call Rejection allows you to reject calls from anonymous callers.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Get Selective Call Reject Criteria Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the selective call reject criteria. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ] }, "docs": "Get Selective Call Reject Criteria Settings for the authenticated user.\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify a Selective Call Reject Criteria", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the selective call reject. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify Selective Call Reject Criteria Settings for the authenticated user.\n\n\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Delete a Selective Call Reject Criteria", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/telephony/config/people/me/settings/selectiveReject/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the selective call reject criteria. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ] }, "docs": "Delete a Selective Call Reject Criteria for the authenticated user.\n\n\n\nSelective Call Reject allows you to create customized rules to reject specific calls for users based on the phone number,identity and the time or day of the call.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Get Call Waiting Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/callWaiting" }, "docs": "Get Call Waiting Settings for the authenticated user.\n\nCall Waiting allows a user to receive multiple calls simultaneously. When the user is on an active call, they can receive an incoming call and switch between the two calls.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify Call Waiting Settings for User", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/callWaiting", "body": { "type": "json", "data": "{}" } }, "docs": "Update Call Waiting Settings for the authenticated user.\n\nCall Waiting allows a user to receive multiple calls simultaneously. When the user is on an active call, they can receive an incoming call and switch between the two calls.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Get Sequential Ring Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing" }, "docs": "Get Sequential Ring Settings for the authenticated user.\n\nSequential Ring allows calls to ring additional phone numbers in sequence if the initial call is not answered. This can be configured to ring up to five phone numbers with customizable ring patterns.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify Sequential Ring Settings for User", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing", "body": { "type": "json", "data": "{}" } }, "docs": "Update Sequential Ring Settings for the authenticated user.\n\nSequential Ring allows calls to ring additional phone numbers in sequence if the initial call is not answered. This can be configured to ring up to five phone numbers with customizable ring patterns.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Add User Sequential Ring Criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing/criteria", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Sequential Ring Criteria for the authenticated user.\n\nSequential Ring criteria defines rules for when sequential ring should activate based on the caller and schedule.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Get Sequential Ring Criteria Settings for User", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the sequential ring criteria. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ] }, "docs": "Get Sequential Ring Criteria Settings for the authenticated user.\n\nSequential Ring criteria defines rules for when sequential ring should activate based on the caller and schedule.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_read`." }, { "info": { "name": "Modify Sequential Ring Criteria Settings for User", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the sequential ring criteria. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Sequential Ring Criteria Settings for the authenticated user.\n\nSequential Ring criteria defines rules for when sequential ring should activate based on the caller and schedule.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." }, { "info": { "name": "Delete Sequential Ring Criteria", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/telephony/config/people/me/settings/sequentialRing/criteria/:id", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY", "type": "path", "description": "The `id` parameter specifies the unique identifier for the sequential ring criteria. Example: `Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY`." } ] }, "docs": "Delete a Sequential Ring Criteria for the authenticated user.\n\nSequential Ring criteria defines rules for when sequential ring should activate based on the caller and schedule.\n\nThis API requires a user auth token with a scope of `spark:telephony_config_write`." } ] } ], "bundled": true }