[Webex API] Shared-Line Appearance - what is applicationId parameter ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 08:45 AM
Hello,
I would like to use share line appearance end point on Webex API :
On this endpoint, the parameter applicationId is required.
(/v1/telephony/config/people/{personId}/applications/{applicationId}/availableMembers)
But I do not know how I can fill it ? Where can I get the list of application Ids of my user (what endpoint)?
thank you for your help
- Labels:
-
Webex API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:17 AM
You can use https://developer.webex.com/docs/api/v1/webex-calling-person-settings/retrieve-a-person's-application-services-settings which will return a DesktopClientId and/or a BrowserClientId. These are the applicationId.
The applicationID in this case is the ID of whatever Webex apps are enabled in "Webex application assignments" (In control hub, go to Users (find the user) -> Calling -> User call experience -> Application line assignment) for the person/user being fetched, and this equates to either of the DesktopClientId and/or a BrowserClientId that I mentioned above.
