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
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.
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.
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.
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.
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.