Start a new topic
Answered

Clarity on API calls to see which admin group an extension is associated with

Hi Euphoria


We would like to make an API call which will return the admin group that an extension belongs to. Attached is a screenshot highlighting which API call I think would return this information. Please confirm if this is correct? 


Also does the API call return extension details for all extensions or we would need to specify in the API call which extensions we need information for? Ideally, we would like to make one API call that can return data on all the extensions we have and also show which admin group the extension belongs to.


Best Answer

 Hi Tendayi!


Apologies for the late response, it seems like we had an issue with our notification system.
You are welcome to view the api documentation (https://apidocs.euphoria.co.za/) and use any of the following api calls:


GetExtensionGroup (located under Extensions > GetExtensionGroup) to get a single extension group by id.

or

GetExtensionGroupsByAccountId (located under Extensions > GetExtensionGroupsByAccountId) to get a list of all extension groups. This api call would require your account id. You can contact support to get that.


Chiao!


Hi Euphoria. Any feedback on this?

Answer

 Hi Tendayi!


Apologies for the late response, it seems like we had an issue with our notification system.
You are welcome to view the api documentation (https://apidocs.euphoria.co.za/) and use any of the following api calls:


GetExtensionGroup (located under Extensions > GetExtensionGroup) to get a single extension group by id.

or

GetExtensionGroupsByAccountId (located under Extensions > GetExtensionGroupsByAccountId) to get a list of all extension groups. This api call would require your account id. You can contact support to get that.


Chiao!

Login or Signup to post a comment