Get Certification Details Based on Certification ID
get
/iam/governance/selfservice/api/v1/certifications/{certid}
Returns certification details for given certification ID. The logged in user should be assigned the certification identified by the certification ID. If the logged user is not assigned the certification ID then an error response will be returned.
Request
Supported Media Types
- application/json
Path Parameters
-
certid(required): string
Certification ID
Query Parameters
-
fields: string
Attributes to be returned in the result. Comma-separated attributes are accepted. Sample value for supported attributes is "name, type and so on."
Response
Supported Media Types
- application/json
200 Response
Successful
Headers
-
ResponseTime: string
Captures the time in milliseconds taken for processing the request.
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error
Default Response
Unexpected error