GET api/v1/infrastructure/node/publickeylist
Get public keys
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.NodePublicKeyVo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NodeId | unsigned integer |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Subject | string |
None. |
|
| PublicKey | string |
None. |
|
| Thumbprint | string |
None. |
|
| Validated | boolean |
None. |
|
| GeneratedTime | date |
None. |
|
| ValidatedTime | date |
None. |
|
| RevokedTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "def72cde-928e-45ae-beb4-afef73968197",
"NodeId": 2,
"TenantId": "3787328f-16a8-4ab3-a69f-4ba57d913f4f",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2025-11-24T08:50:23Z",
"ValidatedTime": "2025-11-24T08:50:23Z",
"RevokedTime": "2025-11-24T08:50:23Z"
},
{
"Id": "def72cde-928e-45ae-beb4-afef73968197",
"NodeId": 2,
"TenantId": "3787328f-16a8-4ab3-a69f-4ba57d913f4f",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2025-11-24T08:50:23Z",
"ValidatedTime": "2025-11-24T08:50:23Z",
"RevokedTime": "2025-11-24T08:50:23Z"
}
]
application/xml, text/xml
Sample:
<ArrayOfNodePublicKeyVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://mpsapi.healthbridge.com/platform/commondomain/v1/nodepublickey/">
<NodePublicKeyVo>
<GeneratedTime>2025-11-24T08:50:23.2145548+02:00</GeneratedTime>
<Id>def72cde-928e-45ae-beb4-afef73968197</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2025-11-24T08:50:23.2145548+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>3787328f-16a8-4ab3-a69f-4ba57d913f4f</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2025-11-24T08:50:23.2145548+02:00</ValidatedTime>
</NodePublicKeyVo>
<NodePublicKeyVo>
<GeneratedTime>2025-11-24T08:50:23.2145548+02:00</GeneratedTime>
<Id>def72cde-928e-45ae-beb4-afef73968197</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2025-11-24T08:50:23.2145548+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>3787328f-16a8-4ab3-a69f-4ba57d913f4f</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2025-11-24T08:50:23.2145548+02:00</ValidatedTime>
</NodePublicKeyVo>
</ArrayOfNodePublicKeyVo>