Retrieve Certification IDs via API

Hello,

I am attempting to reassign certifications with the endpoint:
https://{tenant}.api.identitynow.com/beta/campaigns/{id}/reassign

What is the best way to retrieve the IDs of the certification items that I want to reassign? I do not currently see a way to retrieve them via the V3 or beta endpoints. I would think that I could use the https://{tenant}.api.identitynow.com/beta/campaigns/{id} endpoint, but the response does not include the certification items.

Thanks!

Nick

Hi @nscotts,

Does the V3 certifications endpoint solve your needs?

GET /v3/certifications?filters=campaign.id eq "{campaignId}"

1 Like

This seems to be exactly what I need - thank you for the help! Looks like I just initially missed it when reviewing the V3 endpoints.

Thanks,

Nick