Get credential list
    • PDF

    Get credential list

    • PDF

    Article summary

    Get the list of credentials.

    API

    • GET /subjects/{subjectId}/credentials

    Request

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    pageNintDefault: 0Page number
    sizeNintDefault: 20Result list size

    Path variables

    ParameterRequiredTypeRestrictionsDescription
    subjectIdYstringsubject ID

    Response

    Body

    {
      "pageNo":  integer,
      "totalElements":  integer,
      "pageSize":  integer,
      "content": [
        {
          "issuer": "string",
          "serialNumber": "string",
          "x509CertificateData": "string",
          "failed": boolean,
          "seenTime": "string"
        }
      ]
    }
    

    Response fields

    ItemTypeDescription
    pageNoIntegerPage number
    totalElementsintegerTotal number of items
    pageSizeintegerPage size
    content.issuerstringIssuer
    content.serialNumberstringCertificate serial number
    content.x509CertificateDatastringX.509 certificate data
    content.failedbooleanWhether authentication was successful
    content.seenTimestringLast check time

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.