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
Path Parameters
Query Parameters
  • Attributes to be returned in the result. Comma-separated attributes are accepted. Sample value for supported attributes is "name, type and so on."
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : CertificationDefinationDetailResponse
Type: object
Show Source
Nested Schema : certificationDefinitions
Type: array
Show Source
Nested Schema : CertificationDefinationDetailInstance
Type: object
Show Source
Nested Schema : LinkDataInstances
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error

Default Response

Unexpected error
Back to Top