PeerGroupMember
PeerGroupMemberType
info
**Network ** An identificaiton whether the peer group memeber is an observer (i.e. they just view the consensus) or is a contributor (i.e. the data they provide to the network forms the consensus)
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| Code | STRING | The business code used as a unique identifier | 50 |
| Name | STRING | 255 | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| AuditId | GUID | Internal system reference to audit change control record | |
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) |
Example JSON
[
{
"Id": "231C696B-B174-4FDD-889A-5359333F41F8",
"Code": "Contributor",
"Name": "Contributor",
"IsDeleted": false,
"IsApproved": true,
"AuditId": "1C92409C-FCDC-47D8-ACD8-186D6F328C94"
}
]
PeerGroupMember
info
**Network ** A business organisation that is a member of a peer group
Properties
| Name | Type | Description | Max Length |
|---|---|---|---|
| IsDeleted | BOOLEAN | True/False - Indicates whether this record has been marked as deleted | |
| PeerGroupMemberTypeId | GUID | ||
| AuditId | GUID | Internal system reference to audit change control record | |
| RiskInventoryID | GUID | Internal system identifier that indicates related Risk Inventory record | |
| IsLatestVersion | BOOLEAN | True/False - Indicates whether this is the most recent record for a business code | |
| Id | GUID | Internal system identifier (NOT TO BE USED FOR EXTERNAL REFERENCE) | |
| PeerGroupID | GUID | ||
| ClientId | GUID | ||
| EffectiveToTimestamp | datetime | Timestamp for when the relationship record is valid to | |
| IsApproved | BOOLEAN | True/False - Indicates whether this record has been approved for use | |
| EffectiveFromTimestamp | datetime | Timestamp for when the relationship record is valid from |
Example JSON
[
{
"Id": "EBDB64F4-65BB-4518-9D43-08DF44A0E33C",
"PeerGroupID": "29870C18-76A8-409E-8BCC-2032A4064192",
"ClientId": "48577D5B-BB6E-4CEF-A1F3-42CE3F079A1E",
"RiskInventoryID": "84CDEC3D-3F2F-4DB6-9167-3F335DA4D33F",
"PeerGroupMemberTypeId": "231C696B-B174-4FDD-889A-5359333F41F8",
"EffectiveFromTimestamp": 1623762231660,
"EffectiveToTimestamp": null,
"IsLatestVersion": true,
"IsDeleted": false,
"IsApproved": false,
"AuditId": "C1115A30-3AEB-4F9C-9626-4B4A884B1BD1"
}
]