Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

A new addition to various analysis options you have is via the CSV/XLS file.

The request body will be passed in as form data and not as raw_json data. The request body contains customer's CSV/XLS statement alongside customer ID.

Request BodyResponse

"customer_id": "kayTesting1"
"fileStatement": test(7).xls

Upon successful request, if the status is DONE, you should receive a response that looks like below, containing all the different Decide variables inside the data.analysis object and the ID.

  • No labels