Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
https://www.commcarehq.org/a/[domain]/reportsdata/excel_export_data/

where you'll see all of your possible exports, including custom exports you can configure right there. You can click on any of the Download buttons to download manually, but to do this programmatically you'll want the url, so right click and select "Copy Link Address" (or the equivalent in your browser). That's the url you should start from.

...

Code Block
http://www.commcarehq.org/a/[domain]/reportsdata/export/?export_tag=[form xmlns]&previous_export=[previous export]&format=[format]

...

Code Block
https://www.commcarehq.org/a/[domain]/reportsdata/download/cases/?format=csv

...