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": "3fd7cc4f-88fb-409e-a914-2f7556400e43",
"NodeId": 2,
"TenantId": "523b9b12-fd2a-496b-89fb-b6fa7cd895e8",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2026-03-28T02:30:58Z",
"ValidatedTime": "2026-03-28T02:30:58Z",
"RevokedTime": "2026-03-28T02:30:58Z"
},
{
"Id": "3fd7cc4f-88fb-409e-a914-2f7556400e43",
"NodeId": 2,
"TenantId": "523b9b12-fd2a-496b-89fb-b6fa7cd895e8",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2026-03-28T02:30:58Z",
"ValidatedTime": "2026-03-28T02:30:58Z",
"RevokedTime": "2026-03-28T02:30:58Z"
}
]
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>2026-03-28T02:30:58.5106592+02:00</GeneratedTime>
<Id>3fd7cc4f-88fb-409e-a914-2f7556400e43</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2026-03-28T02:30:58.5106592+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>523b9b12-fd2a-496b-89fb-b6fa7cd895e8</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2026-03-28T02:30:58.5106592+02:00</ValidatedTime>
</NodePublicKeyVo>
<NodePublicKeyVo>
<GeneratedTime>2026-03-28T02:30:58.5106592+02:00</GeneratedTime>
<Id>3fd7cc4f-88fb-409e-a914-2f7556400e43</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2026-03-28T02:30:58.5106592+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>523b9b12-fd2a-496b-89fb-b6fa7cd895e8</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2026-03-28T02:30:58.5106592+02:00</ValidatedTime>
</NodePublicKeyVo>
</ArrayOfNodePublicKeyVo>