03-24-2024 05:53 PM
I want to retrieve organization settings via Webex RESTful API with an admin access token.
For example, I want to know whether the organization allows to use simultaneous interpretation feature in ongoing meetings or not.
The setting can be checked and changed in the Control Hub page, But I want to do this programmatically.
I tried GET /v1/organizations/{orgId} API, but the API gave me very few information such as id, displayName and created of the organization like this:
Solved! Go to Solution.
03-25-2024 12:09 AM
The REST API does not expose all settings available in control hub. Some other site related settings can be accessed via https://developer.webex.com/docs/api/v1/site/get-meeting-common-settings-configuration.
You may also raise a feature request via https://ciscocollabcustomer.ideas.aha.io/ to enhance the fields accessible via the API
03-25-2024 12:15 AM
Hi @hyw793,
Thanks for your patience so far!
So, I believe you were requesting this particular REST API - https://developer.webex.com/docs/api/v1/organizations/get-organization-details
If so, then you won't receive more details than that actually and the Response parameter already documented in the above provided API details page in Webex developer portal. It won't show any further details than the documented Response parameters.
But unfortunately the parameters you're looking, those are still not available through REST API. Those still needs to be checked from Organization Control Hub settings.
Hope this helps.
In case of any further queries, please let us know.
Regards!
Sandip
03-25-2024 12:09 AM
The REST API does not expose all settings available in control hub. Some other site related settings can be accessed via https://developer.webex.com/docs/api/v1/site/get-meeting-common-settings-configuration.
You may also raise a feature request via https://ciscocollabcustomer.ideas.aha.io/ to enhance the fields accessible via the API
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide