Downloading a Form Version Attachment
To download a single file, use this endpoint.
The appropriate Content-Disposition (attachment with a filename) and Content-Type will be given. Content-Type will be either:
- the type supplied at upload time, or if not supplied
- a type derived from the file extension, or if none found
- application/octet-stream
This endpoint supports ETag header, which can be used to avoid downloading the same content more than once. When an API consumer calls this endpoint, the endpoint returns a value in ETag header. If you pass that value in the If-None-Match header of a subsequent request, then if the file has not been changed since the previous request, you will receive 304 Not Modified response; otherwise you'll get the latest file.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
The version of the Form version being referenced. Pass ___ to indicate a blank version.
The name of tha attachment.
Response
OK