get_object_attribute_changes
Extract the attribute change history for a specific object.
Returns one trace per attribute, each containing the timestamped values
in the order they appear in the log. Returns an error if the object ID
is not found.
Returns one trace per attribute, each containing the timestamped values
in the order they appear in the log. Returns an error if the object ID
is not found.
Arguments
Returns
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
res = r4pm.bindings.get_object_attribute_changes(ocel, 'example')