Audits
More Audit-API information can be found here: REST API documentation - Audits
The audit logs in the fulfillmenttools platform are to ensure transparency and security. Those logs can be used to understand who and when operations are taken on the platform to modify entities. Certain entities such as pick jobs, handover jobs, facilities, parcels, stow jobs, and many more have already implemented this function. This is being expanded further and further.
Audits are anonymized by default to be GDPR-conforming. This could be changed with the GDPR API. Here, the parameter actorAnonymization
must be set to true
. Changes to this value may take up to an hour to take effect.
Get audits
With the following endpoint, the audits can be retrieved:
With some filter parameters, the response can be restricted; please look at the API documentation. The response of the API call is a list of audit entries like the following one:
Actor
Two types of actors are available: the globalActor
and the actor
. An interaction usually results in several audit entries. So, a routing plan and pick job can be created if an order is created. The globalActor
is always the user of the API who creates the order, the initiator of the interaction.
The actor
is the direct initiator of the interaction; this could also be a fulfillmenttools technical user like order-created_event-v1
in the case of the routing plan created audit entry.
Last updated