Certification Campaign Decisions for Revocation API

Does anyone know if there is an API that will retrieve granular access details for items that have been revoked for a certification? I have gone through the API docs and see where there is an API that provides a summary of decisions but not the details of those decisions.

Hi @matt_totty,

From your comments I assume that you must have gone through this below given API.

Apart from this I do not think there is any API to give even finer details.

Also, can you brief about what extra details you are looking?

Thanks

I have looked at it yes. But I am specifically attempting to see which items have been revoked in the campaign. Oddly, SailPoint does not have this exposed. I did see where I could get the exact information I am looking for with an API not open by using network trace in Chrome.

/cms/internal/certifications?reviewer-identity=me&limit=35&offset=0&count=true&sorters=-signed&filters=phase%20eq%20%22SIGNED%22

Here is just a small snippet of the response which is perfect.

{
“id”: “3a5eb0df30bb4a1e970f28db85e47611”,
“type”: “ENTITLEMENT”,
“completed”: true,
“newAccess”: true,
“decision”: “REVOKE”,
“actor”: {…

If there is an exposed API that returns this info, I do not see it.

Thanks for your time.

Hi @matt_totty,

With endpoint : list-identity-access-review-items | SailPoint Developer Community

You have access details in reponses :

OK I see that now- didn’t scroll all the way down to the bottom

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.