Hello,
I need to know what is exactly the field name that correspond to the entity name in the response returned from orgnization/api/data/v8.0/audits endpoint
Here's what I got
"value": [
{
"_objectid_value": "ab9b752e-13f0-e411-80eb-00155d002810",
"_userid_value": "82de60d1-362a-e411-80c1-00155d002810",
"operation": 1,
"createdon": "2015-05-01T15:03:11Z",
"auditid": "8672ac2e-13f0-e411-80eb-00155d002810",
"attributemask": "24,95,147,93,162,198,189,36,197,160,43,164,193,39,16,104,40,102,154,91,89,99,47,97,33,187,26,45,59,190,169,42,172,41,122,143,149,145,166,61,156,49,167",
"action": 1,
"transactionid": "ac9b752e-13f0-e411-80eb-00155d002810",
"useradditionalinfo": null,
"_regardingobjectid_value": null,
"_callinguserid_value": null
},
........
If _regardingobjectid_value correspond to the entity name (ex:contacts) why it's value are null for all the audits records I retrive from the wep api given that I can see the entity names per audit records in CRM wep application from Audit Summary View page.
Is there a referece that I can follow to get my self into the right path?