Does the extension log actions made via API functionality?
Since version 2.3.0, the extension logs actions performed both through the Admin Panel and API. You can find the 'amasty/module-admin-api-actions-log' package for installing in composer suggest. Please note that the module is available as a part of an active subscription. Please note that the module is available as a part of an active subscription.
To identify how actions were performed, refer to the Interaction via column on the System → Actions Log grid:
Related Articles
Does the extension log changes made via mass actions?
Since v.2.6.0 Admin Actions Log extension adds compatibility with Amasty Mass Product Actions module, enabling logging for mass product updates. You can find the 'amasty/module-admin-actions-log-subscription-functionality' package for installing in ...
Does the extension log actions done by the system, e.g. cron scheduler?
At the moment, the extension logs actions made by the Magento Admin Panel users only. It does not track actions of the Magento system itself: cron runs, re-indexation, etc.
I face the "d4h/finediff' library not found" error while trying to view the details of the Action Log record. How to resolve it?
The d4h/finediff library is required for the correct functioning of the extension. The solution would be to install the library via Composer with the below command: composer require d4h/finediff
GDPR API
We have created a public API collection for GDPR module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public collections can ...
RMA API
We have created a public API collection for RMA module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public collections can ...