Skip to main content

Download Form Files

Description: To download a form file, a HTTP GET request is made to the URL with the form ID and file ID.

Method: GET

URI: /forms/form_id/files/file_id

URI Parameters

  • form_id: The ID of the form.

  • file_id: The ID of the file.

Headers: Authorization: Third party based authorization header

Returns: Returns file as binary download.

Example

Request
curl http://app-api.reiformslive.com.au/forms/1/files/1 \
--request GET \
--header "Authorization: Basic YTlkOWIwYItNGY4Yi1hYTQxLTI5NzZmMTcyZmEyMQ=="