Retrieving Form Version XLS(X)
If a Form Version was created with an Excel file (.xls or .xlsx), you can get that file back by adding .xls or .xlsx as appropriate to the Form Version resource path. 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.
Response
OK
Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Retrieving Form Version XLS(X)removed and replaced withretrieveFormVersionXlsapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
retrieveFormVersionXlsremoved and replaced withRetrieving Form Version XLS(X)api-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○