Get /api/v2/audits/query/{transactionId}/results response issue

Can someone please explain why I am getting three dots (...) from /api/v2/audits/query/{transactionId}/results response instead of the complete data in the propertyChanges - oldValues and newValues?

{
"id": "22fe94-4709-4a53-b01b-0e9ee7cf84f8",
"pageSize": 500,
"entities": [
{
"id": "fb8c8e-67c1-40e2-808c-679adb440d68",
"userHomeOrgId": "3bc02b-76b4-4da3-862d-578689759f",
"user": {
"id": "4c04f8-20d1-4de9-8b62-25a33c75bf48",
"name": "Brad Henry",
"selfUri": "/api/v2/users/4c04f8-20d1-4de9-8b62-25a33c75bf48"
},
"client": {
"id": ""
},
"remoteIp": [
"76.189.137.97"
],
"serviceName": "Quality",
"level": "USER",
"eventDate": "2023-02-06T13:11:22Z",
"action": "Update",
"entity": {
"id": "cc73a9-1240-4156-8dff-cc3954f76a4c",
"name": "Recording Policy"
},
"entityType": "Policy",
"status": "SUCCESS",
"application": "",
"initiatingAction": {},
"transactionInitiator": false,
"propertyChanges": [
{
"property": "forUsers",
"oldValues": [
"com.inin.recording.model.policies.QMPolicy@74c445[id=cc73a9-1240-4156-8dff-cc3954f76a4c,organ..."
],
"newValues": [
"com.inin.recording.model.policies.QMPolicy@20614a[id=cc73a9-1240-4156-8dff-cc3954f76a4c,organ..."
]
},
"context": {},
"entityChanges": []
}
]
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.