_exportChanges
Exports a list of changes to a Customer's information as a .csv file, fields can be filtered.
Parameters
customer_id
The ID of the Customer you wish to export the changes of.
f-field
An optional filter that will only include changes to Customer fields which contain the value given.
For example:
The value "account_manager" for the f-field parameter will make the .csv file only include changes to fields with "account_manager" in their name.
If there was a field made with just the name "account", the value "account" for the f-field parameter will make the .csv file include any changes to both the "account" and "account_manager" fields.
Not giving the f-field parameter a value will include all recorded changes in the .csv file.
Example
Results
On Success
An example where f-field was not given a value
An example where f-field was given the value "c"
On Failure
If the "customer_id" parameter is not set, has a value less than 0 or does not contain any numerical characters:
If the "customer_id" parameter does not match the ID of an existing Customer, or there are no changes recorded:
Last updated