cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
482
Views
1
Helpful
1
Replies

[Webex API] Shared-Line Appearance - what is applicationId parameter ?

boris.bayle
Level 1
Level 1

Hello,

I would like to use share line appearance end point on Webex API : 

https://developer.webex.com/docs/api/v1/webex-calling-person-settings-with-shared-line/search-shared-line-appearance-members

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

 

 

1 Reply 1

Raffaele Lagana
Cisco Employee
Cisco Employee

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.