Get details of a certificate.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/certificates/{certificateId}

This operation retrieves the details of a certificate.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Certificate was successfully retrieved.
Body ()
Root Schema : Certificate
Type: object
Show Source
  • Description of the certificate
    Example: Allows users to work with database
  • Read Only: true
    The unique id of the object
    Example: 53
  • Minimum Length: 0
    Maximum Length: 255
    Issuer of the certificate, cannot be blank, max length is 255 characters
    Example: Oracle
  • links
  • Minimum Value: 1
    Number (positive) of days before the certificate expires to send a reminder to the user
    Example: 30
  • Flag indicating whether the scan needs to be provided before the certificate is considered as valid
    Example: false
  • Minimum Length: 0
    Maximum Length: 255
    Title of the certificate, cannot be blank, max length is 255 characters
    Example: IT specialist
Back to Top