Page tree

Versions Compared

Key

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

...

  • CSV
  • Excel
  • RAW (ConfiForms internal format, useful for use with Migration and Recovery API to restore/recover form's data if/when needed with complete copy)

The endpoint to use is https://app.confiforms.net/export/api/v1

...

URLMethodDetails

/download/{pageId}/{formName}

(in this case set Auth-Token header)


/download/{pageId}/{formName}/{token}

GET

Request parameters (both optional):

  • format - Supported values:
    • excel
    • csv - default format
    • raw
    • json
  • query - ConfiForms Filters type of expression, url encoded. If left empty then all records are returned

...