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.NodePublicKeyVoName | 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": "d3d933c8-1953-4476-9bf8-fd1c6d1cc80b", "NodeId": 2, "TenantId": "9ff4af07-cce4-4c90-bddc-360a9aa52dfb", "Subject": "sample string 3", "PublicKey": "sample string 4", "Thumbprint": "sample string 5", "Validated": true, "GeneratedTime": "2025-06-18T08:43:04Z", "ValidatedTime": "2025-06-18T08:43:04Z", "RevokedTime": "2025-06-18T08:43:04Z" }, { "Id": "d3d933c8-1953-4476-9bf8-fd1c6d1cc80b", "NodeId": 2, "TenantId": "9ff4af07-cce4-4c90-bddc-360a9aa52dfb", "Subject": "sample string 3", "PublicKey": "sample string 4", "Thumbprint": "sample string 5", "Validated": true, "GeneratedTime": "2025-06-18T08:43:04Z", "ValidatedTime": "2025-06-18T08:43:04Z", "RevokedTime": "2025-06-18T08:43:04Z" } ]
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-06-18T08:43:04.2703289+02:00</GeneratedTime> <Id>d3d933c8-1953-4476-9bf8-fd1c6d1cc80b</Id> <NodeId>2</NodeId> <PublicKey>sample string 4</PublicKey> <RevokedTime>2025-06-18T08:43:04.2703289+02:00</RevokedTime> <Subject>sample string 3</Subject> <TenantId>9ff4af07-cce4-4c90-bddc-360a9aa52dfb</TenantId> <Thumbprint>sample string 5</Thumbprint> <Validated>true</Validated> <ValidatedTime>2025-06-18T08:43:04.2703289+02:00</ValidatedTime> </NodePublicKeyVo> <NodePublicKeyVo> <GeneratedTime>2025-06-18T08:43:04.2703289+02:00</GeneratedTime> <Id>d3d933c8-1953-4476-9bf8-fd1c6d1cc80b</Id> <NodeId>2</NodeId> <PublicKey>sample string 4</PublicKey> <RevokedTime>2025-06-18T08:43:04.2703289+02:00</RevokedTime> <Subject>sample string 3</Subject> <TenantId>9ff4af07-cce4-4c90-bddc-360a9aa52dfb</TenantId> <Thumbprint>sample string 5</Thumbprint> <Validated>true</Validated> <ValidatedTime>2025-06-18T08:43:04.2703289+02:00</ValidatedTime> </NodePublicKeyVo> </ArrayOfNodePublicKeyVo>