08-09-2018 02:16 AM
Hello, I use outbound api 11.5.
When I choose a skill group for creating a campaign , I use the API to get a list of skill group: https://<server>/unifiedconfig/config/skillgroup/ .
This list contain all skill group added or not added for campaign. How can I get the list of the skill group who is not added for campaign. Does it exist an api?
Thank you very much !
Solved! Go to Solution.
08-09-2018 03:05 AM - edited 08-09-2018 03:08 AM
Hello,
There is no Direct API present to get the requested Output you can try to build a query from SQL to run against AWDB to give you the desired output.
Thanks,
08-09-2018 03:05 AM - edited 08-09-2018 03:08 AM
Hello,
There is no Direct API present to get the requested Output you can try to build a query from SQL to run against AWDB to give you the desired output.
Thanks,
05-14-2023 08:21 AM
Hello,
You can use this URL to fetch the needed Skillgroups which is not assigned to Campaign ,
/unifiedconfig/config/skillgroup?q=campaign:(none)
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