The entity object
All Rightsline entities share a common structure. This structure is used to enforce consistency across different entity types.
Last updated
Was this helpful?
Was this helpful?
"characteristics": {
"territory": [
{
"id": 1,
"value": "United States of America",
"xref": "USA"
}
],
"start_date": "2024-01-01",
"end_date": "2025-01-01"
}"characteristicsExtended": {
"start_date": {
"estimated": true,
"blockDateMath": true
},
"end_date": {
"estimated": true,
"blockDateMath": false
}
}{
"parentRelationship": [
{
"id": 0,
"parentTemplate": {
"templateId": 0,
"templateName": "string"
},
"parentStatus": {
"statusId": 0,
"statusName": "string"
},
"childTemplate": {
"templateId": 0,
"templateName": "string"
},
"childStatus": {
"statusId": 0,
"statusName": "string"
},
"relationshipType": {
"relationshipTypeId": 0,
"relationshipTypeName": "string"
},
"createdById": 0,
"createdDate": "2020-06-04T19:39:02.584Z",
"lastUpdatedById": 0,
"lastUpdatedDate": "2020-06-04T19:39:02.584Z",
"parentCharTypeId": 0,
"parentRecordId": 0,
"childCharTypeId": 0,
"childRecordId": 0,
"sequenceNumber": 0
}
],
"parentRelationshipCount": 0,
"id": 0,
"revisionId": 0,
"title": "string",
"template": {
"fields": [
{
"fieldName": "string",
"label": "string",
"required": true,
"maxLength": 0,
"editable": true,
"dataType": "string",
"allowMultiple": true,
"listOfValues": [
{
"id": 0,
"label": "string",
"xref": "string",
"childValues": [
{}
]
}
]
}
],
"templateId": 0,
"templateName": "string",
"processId": 0,
"processName": "string"
},
"status": {
"statusId": 0,
"statusName": "string"
},
"characteristics": {},
"characteristicsExtended": {},
"comments": [
{
"parentID": 0,
"id": 0,
"userID": 0,
"userName": "string",
"userEmail": "string",
"profileAvatar": "string",
"entityID": "string",
"text": "string",
"created": "2020-06-04T19:39:02.584Z",
"updated": "2020-06-04T19:39:02.584Z",
"children": [
{}
]
}
],
"createdById": 0,
"createdDate": "2020-06-04T19:39:02.584Z",
"lastUpdatedById": 0,
"lastUpdatedDate": "2020-06-04T19:39:02.584Z",
"statusUpdatedById": 0,
"statusUpdatedDate": "2020-06-04T19:39:02.584Z"
}