Is there any possibility to search for a certification campaign by its content?
Example1: Campaign1 had the Role1 and has been completed 3 months ago. Now I want to search for “all completed campaigns, which included Role1 in the last year?“
One level deeper:
Example2: Campaign2 had the Role2 and Role2 includes Entitlement2. This campaign has been completed 3 months ago. Now I want to search for “all completed campaigns, which included Entitlement2 in the last year?“
Is this possible, if yes how can I build my search query?
To my knowledge that is not possible. The closest thing I can think of to do is to check the different campaigns individually. This would be useful though.
If you are able to you may be able to run a test where you add an entitlement/ role to a test user, remove that via a certification, and then check the removal on Postman. That may be able to point you to the correct query. I was going to workshop this a bit but there is too much red tape for me to do that.
@onbir I think you should be able to achieve these through API. API’s are available to create a campaign with the composition. So theoretically when you get the details of the campaign you should be able to see the composition also.
You may not be able to do a search like which campaign has these entitlements. But you should be able to get all the campaigns and from it search for what you want to.