Upgrades
Keep track of changes to the Cloud9 API Suite
Last updated
Keep track of changes to the Cloud9 API Suite
Your firm is enabled for a version against which you can generate a key/ secret pair on the Cloud9 Portal. If a breaking change is introduced to the Cloud9 API, a new version is released. Your firm needs to be enabled for this new version for you to upgrade and get access to the new functionality.
/v1.1/calls/metadata
Added nearEndUserEmail to the Metadata object
/v1.1/external/apis/users
Added recordingOptions to the Users object to capture user's recording behavior (alwaysOn, initiallyOn, initiallyOff)
nextPageToken is returned if the total users in the firm are more than the defined pageSize (default pageSize: 100) which can be passed as a parameter to the request body to retrieve the following page of records.
Added roleId to the Users object to capture the role assigned to the user. Additionally, roleId can be passed as a request body parameter to the /users endpoint to retrieve all the users associated with a specific role.
/v1.1/external/apis/groups
connectionIds are removed from the json schema for the Groups object
nextPageToken is returned if the total groups in the firm are more than the defined pageSize (default pageSize: 100) which can be passed as a parameter to the request body to retrieve the following page of records.
Last updated