question

eugene-kondrashev3109 avatar image
eugene-kondrashev3109 asked benjamin-dean answered

Get list of groups with RC API

Hi the community!

Is it possible to get RingCentral Group list with some API call?


It is the groups that I'm talking about


It is also required to get active calls within particular group also.

sdk
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

benjamin-dean avatar image
benjamin-dean answered
Yes it is.

You can do this by fetching the list of extensions by filter and set the 'type' query parameter === Department.

https://developers.ringcentral.com/api-docs/latest/index.html#!#RefGetExtensionList

GET /restapi/v1.0/account/401836781008/extension?type=Department HTTP/1.1
Authorization: Bearer {
                 {YOUR_ACCESS_TOKEN}}Does this answer your question?
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

eugene-kondrashev3109 avatar image
eugene-kondrashev3109 answered
So, the groups are also extensions of "Department" type? 
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

benjamin-dean avatar image
benjamin-dean answered
Groups are extensions of type "Department", yes.
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys