curl --location --request GET '/api/services/app/AuditLog/GetEntityTypeChanges'
{
"totalCount": 0,
"items": [
{
"userId": 0,
"userName": "string",
"changeTime": "2019-08-24T14:15:22Z",
"entityTypeFullName": "string",
"changeType": 0,
"changeTypeName": "string",
"entityChangeSetId": 0,
"id": 0
}
]
}