5.12 Custom Data
Json Schema (for use with MS Power Automate)
{
"type": "object",
"properties": {
"subjectType": {
"type": "string"
},
"changeType": {
"type": "string"
},
"timeStamp": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"Id": {
"type": "integer"
},
"Person": {
"type": "object",
"properties": {
"PersonId": {
"type": "integer"
},
"FirstName": {
"type": "string"
},
"FamilyName": {
"type": "string"
},
"Email": {
"type": "string"
}
}
},
"CustomFieldId": {
"type": "integer"
},
"IsDeleted": {
"type": "boolean"
},
"CreatedAt": {
"type": "string"
},
"ModifiedAt": {},
"CreatedByPerson": {
"type": "object",
"properties": {
"PersonId": {
"type": "integer"
},
"FirstName": {
"type": "string"
},
"FamilyName": {
"type": "string"
},
"Email": {
"type": "string"
}
}
},
"ModifiedByPerson": {},
"Value": {
"type": "string"
},
"CustomField": {
"type": "string"
},
"CustomFieldSectionId": {
"type": "integer"
},
"CustomFieldSection": {
"type": "string"
}
}
},
"differences": {
"type": "array"
}
}
}