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": "917a16a5-fcaf-444e-9ef6-8cb5a1838988",
"NodeId": 2,
"TenantId": "6511c48c-0366-4dac-a65b-f97c68028752",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2026-02-04T20:12:12Z",
"ValidatedTime": "2026-02-04T20:12:12Z",
"RevokedTime": "2026-02-04T20:12:12Z"
},
{
"Id": "917a16a5-fcaf-444e-9ef6-8cb5a1838988",
"NodeId": 2,
"TenantId": "6511c48c-0366-4dac-a65b-f97c68028752",
"Subject": "sample string 3",
"PublicKey": "sample string 4",
"Thumbprint": "sample string 5",
"Validated": true,
"GeneratedTime": "2026-02-04T20:12:12Z",
"ValidatedTime": "2026-02-04T20:12:12Z",
"RevokedTime": "2026-02-04T20:12:12Z"
}
]
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-02-04T20:12:12.7733538+02:00</GeneratedTime>
<Id>917a16a5-fcaf-444e-9ef6-8cb5a1838988</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2026-02-04T20:12:12.7733538+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>6511c48c-0366-4dac-a65b-f97c68028752</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2026-02-04T20:12:12.7733538+02:00</ValidatedTime>
</NodePublicKeyVo>
<NodePublicKeyVo>
<GeneratedTime>2026-02-04T20:12:12.7733538+02:00</GeneratedTime>
<Id>917a16a5-fcaf-444e-9ef6-8cb5a1838988</Id>
<NodeId>2</NodeId>
<PublicKey>sample string 4</PublicKey>
<RevokedTime>2026-02-04T20:12:12.7733538+02:00</RevokedTime>
<Subject>sample string 3</Subject>
<TenantId>6511c48c-0366-4dac-a65b-f97c68028752</TenantId>
<Thumbprint>sample string 5</Thumbprint>
<Validated>true</Validated>
<ValidatedTime>2026-02-04T20:12:12.7733538+02:00</ValidatedTime>
</NodePublicKeyVo>
</ArrayOfNodePublicKeyVo>