GET/forms/{formId}/responses/{responseId}/attachments/{attachmentId}
Gets a response file of a form. Only the creator or collaborator of the form can get the file.
Note
- For how to download content using the API, see Upload or Download Files.
- Auto redirect must be turned off when downloading content.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
form
form.read
| Parameter | Type | Description |
|---|---|---|
| formId | string | Form ID. See How to get a formId. required example : 11e4316cb72f3373a4a0780ac6de6440 |
| responseId | string | Form response ID required example : 4b33f519cc4e3d5e971400ff790683dd |
| attachmentId | string | Form response file ID required example : 1122704 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Returns the file access URL in the Location header.