API call to list certification in the campaign

Hi,

I’m using below API call to pull list of certification campagin in INOW.
https://sailpoint.api.identitynow.com/beta/campaigns

I’m trying to pull the list of certifications under a particular campaign and try to find the list of certifier name to whom this certification is assigned.

I found this API call that returns certification task details. But could you please tell me where can i get the Task ID and ID shown here

https://sailpoint.api.identitynow.com/beta/certifications/:id/tasks/:taskId

Hi Chadra,

This API call pulls all the campaigns that are in IDN but you can use filter to get information for individaul campaign as well.

Thanks,
Sailesh

@sailesh_basel

Hi Sailesh,

Yes, I can able to do that. But I’m trying to see the list of certification tasks under one campaign.

Hi Chandra:

If you are trying to achevive this requirement:
[I’m trying to pull the list of certifications under a particular campaign and try to find the list of certifier name to whom this certification is assigned.]
,then you would need to just add filter on the one I provided above.

Example:
GET
https://sailpoint.api.identitynow.com/v3/certifications?filters=campaign.id eq “CampaignID”

However, if you are looking to get information about specific task status then I have not worked on that req before, I will take a look and let you know if I find out about it.

Thanks,
Sailesh

1 Like

@sailesh_basel yes, i’m looking for this req.

However, if you are looking to get information about specific task status then I have not worked on that req before, I will take a look and let you know if I find out about it.

i got the API calls to list of the certification tasks.

https://tenant.sb.api.identitynow.com/beta/certifications

thankyou @sailesh_basel

@chandramohan27

you’re welcome

@sailesh_basel

I’m also looking to find the campaign activation date, like the date when the campaign is moved from staged to active.

I could see the created date and due date but not the activation date.

@chandramohan27

You can go to search and enter:

type:certification

it will give you event log from there look for “Activate Certification Campaign Passed” and there column named ‘created’ should give you the timestamp of when campaign was started.

Thanks,
Sailesh

1 Like

@chandramohan27

I think you should be able to grab task ID from here and then use it for your need if you want to use the API call you had posted in your beginning thread.

The response body from this API call has the taskID for any pending task like reassignment.

Thanks,
Sailesh

1 Like

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