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