POST api/Keep/CertificateList

Request Information

URI Parameters

None.

Body Parameters

CertificateListRequestModel
NameDescriptionTypeAdditional information
RequestParameters

Collection of RequestParameter

None.

Request Formats

application/json, text/json

Sample:
{
  "RequestParameters": [
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Key": "sample string 1",
      "Value": "sample string 2"
    }
  ]
}

Response Information

Resource Description

CertificateListResponseModel
NameDescriptionTypeAdditional information
Certificates

Collection of HSMCertificates

None.

Result

RequestResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Certificates": [
    {
      "Id": 1,
      "Email": "sample string 2",
      "OwnerId": "sample string 3",
      "FriendlyName": "sample string 4",
      "Issuer": "sample string 5",
      "IssuerName": "sample string 6",
      "NotAfter": "2025-11-08T05:55:09.3347109+00:00",
      "NotBefore": "2025-11-08T05:55:09.3347109+00:00",
      "SerialNumber": "sample string 9",
      "Subject": "sample string 10",
      "SubjectName": "sample string 11",
      "AddDateTime": "2025-11-08T05:55:09.3347109+00:00",
      "CertificateRawData": "sample string 13",
      "ChainRawData": "sample string 14",
      "ProcessedDateTime": "2025-11-08T05:55:09.3347109+00:00",
      "Default": true,
      "Locked": true,
      "Cluster": {
        "ClusterId": 1,
        "ClusterName": "sample string 2",
        "Active": true,
        "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
        "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
        "ChangedBy": 1,
        "Gates": [
          {
            "GateId": 1,
            "GateName": "sample string 2",
            "GateURL": "sample string 3",
            "HSMType": 0,
            "Active": true,
            "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
            "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
            "ChangedBy": 1
          },
          {
            "GateId": 1,
            "GateName": "sample string 2",
            "GateURL": "sample string 3",
            "HSMType": 0,
            "Active": true,
            "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
            "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
            "ChangedBy": 1
          }
        ]
      },
      "CertificateUse": 0,
      "CertificateGuid": "sample string 17"
    },
    {
      "Id": 1,
      "Email": "sample string 2",
      "OwnerId": "sample string 3",
      "FriendlyName": "sample string 4",
      "Issuer": "sample string 5",
      "IssuerName": "sample string 6",
      "NotAfter": "2025-11-08T05:55:09.3347109+00:00",
      "NotBefore": "2025-11-08T05:55:09.3347109+00:00",
      "SerialNumber": "sample string 9",
      "Subject": "sample string 10",
      "SubjectName": "sample string 11",
      "AddDateTime": "2025-11-08T05:55:09.3347109+00:00",
      "CertificateRawData": "sample string 13",
      "ChainRawData": "sample string 14",
      "ProcessedDateTime": "2025-11-08T05:55:09.3347109+00:00",
      "Default": true,
      "Locked": true,
      "Cluster": {
        "ClusterId": 1,
        "ClusterName": "sample string 2",
        "Active": true,
        "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
        "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
        "ChangedBy": 1,
        "Gates": [
          {
            "GateId": 1,
            "GateName": "sample string 2",
            "GateURL": "sample string 3",
            "HSMType": 0,
            "Active": true,
            "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
            "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
            "ChangedBy": 1
          },
          {
            "GateId": 1,
            "GateName": "sample string 2",
            "GateURL": "sample string 3",
            "HSMType": 0,
            "Active": true,
            "DateChanged": "2025-11-08T05:55:09.3347109+00:00",
            "DateStarted": "2025-11-08T05:55:09.3347109+00:00",
            "ChangedBy": 1
          }
        ]
      },
      "CertificateUse": 0,
      "CertificateGuid": "sample string 17"
    }
  ],
  "Result": {
    "Success": true,
    "Message": "sample string 2"
  }
}