Certification REST Endpoints

Certification
Get all the certifications assigned.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications
Get tasks information for a certification.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks
Get the certification details based on the certification ID.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}
Return the certification history.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/history
Return the specified certification task details.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}
Return the specified certification task line item details.
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/lineitems/{lineitemid}
Return the specified certification task line items .
Method: get
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/lineitems
Updates certification tasks
Method: put
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks
Updates one or more lineitems associated with a particular task.
Method: put
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/lineitems
Updates the certification task.
Method: put
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}
Updates the individual lineitem associated with particular task.
Method: put
Path: /iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/lineitems/{lineitemid}