The relationship object
[
{
"id": 0,
"relationshipType": {
"relationshipTypeId": 0,
"relationshipTypeName": "string"
},
"createdById": 0,
"createdDate": "2020-06-04T16:43:03.613Z",
"lastUpdatedById": 0,
"lastUpdatedDate": "2020-06-04T16:43:03.613Z",
"parentCharTypeId": 0,
"parentRecordId": 0,
"parentTemplate": {
"templateId": 0,
"templateName": "string",
"processId": 0,
"processName": "string"
},
"parentStatus": {
"statusId": 0,
"statusName": "string"
},
"childCharTypeId": 0,
"childRecordId": 0,
"childTemplate": {
"templateId": 0,
"templateName": "string",
"processId": 0,
"processName": "string"
},
"childStatus": {
"statusId": 0,
"statusName": "string"
}
"sequenceNumber": 0
}
]
Last updated