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.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

form
form.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/forms/{formId}/responses/{responseId}/attachments/{attachmentId}

Path Parameters

ParameterTypeDescription
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 Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

Returns the file access URL in the Location header.