Using this query im able to retrieve audit records in Microsoft Dynamics CRM online
<fetch version="1.0" >
<entity name="audit" >
<all-attributes/>
</entity>
</fetch>
But this lacks the info about what happened in the operation, more specificly the old value
and new value
of the column changed. This data is shown when i use the audit tool in the settings of the regular interface, so the data is present. Does anyone know how to fetch it? Is there another entity im missing?