Primary
v.1.0.28 (Dec 2016)
🔐 – advanced – API available by request, if you want to use it please welcome to Support page .
❗ – please pay attention to this change as it may potentially break compatibility with your app.
Basepath for all URLs: https://platform.ringcentral.com/restapi/v1.0
.
Now Available as Public
New Methods
Method
Resource
Description
PUT
/account/{accountId}/extension/{extensionId}/business-hours
Change extension business hours
Request Changes
Response Changes
Business Logic Changes
Method
Resource
Change Description
❗
GET
/account/{accountId}/extension
Value Limited
is supported for extension type
❗
GET
/account/{accountId}/extension/{extensionId}
Value Limited
is supported for extension type; AutomaticInboundCallRecording
, AutomaticOutboundCallRecording
, AutomaticCallRecordingMute
, MMS
, CallerIdControl
, PasswordAuth
service features supported
🔐
PUT
/account/{accountId}/extension/{extensionId}
extensionNumber
allowed to be changed for system extension
❗
GET
/account/{accountId}/extension/{extensionId}/answering-rule
Only attributes id
, uri
, name
, type
and enabled
now returned in the list; application permission changed to ReadAccounts
POST
/account/{accountId}/extension/{extensionId}/answering-rule
TakeMessagesOnly
and PlayAnnouncementOnly
supported as callHandlingAction
GET
/account/{accountId}/extension/{extensionId}/answering-rule/{ruleId}
All rule information is returned without dependency on callHandlingAction
PUT
/account/{accountId}/extension/{extensionId}/answering-rule/{ruleId}
TakeMessagesOnly
and PlayAnnouncementOnly
supported as callHandlingAction
GET
/account/{accountId}/extension/{extensionId}/presence
allowSeeMyPresence
, ringOnMonitoredCall
, pickUpCallsOnHold
returned for current extension
POST
/subscription
/restapi/v1.0/account/~/extension/~/missed-calls
event filter supported
Last updated:
Contributors