Hi All
I am trying to do some analysis on the audit table using Power BI.
I am able to make various web api calls and functions like RetrieveRecordChangeHistory, and have successfully worked on the field changes (stored as column number in attributemask column of the audit table).
However, I am stuck with the role and privilege changes. These are stored as GUID in the attributemask column.
Which web api and function calls can I make to retrieve the RolePrivilegeAuditDetail in order to retrieve the OldRolePrivileges and NewRolePrivileges, as described on https://docs.microsoft.com/en-us/dynamics365/customer-engagement/web-api/roleprivilegeauditdetail?view=dynamics-ce-odata-9 ?
Any help is appreciated.
I am using v9.2
Thanks!