Get certificates.

get

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

This operation retrieves certificates.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Certificates were successfully retrieved.
Body ()
Root Schema : Certificates
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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