GET/forms/{formId}/responses/{responseId}/attachments/{attachmentId}

설문 응답 파일을 조회한다. 설문의 작성자 혹은 공동 관리자만 조회할 수 있다.

참고

  • API를 이용한 콘텐츠 다운로드 방법은 파일 업로드/다운로드를 참고한다.
  • 콘텐츠 다운로드 시에는 auto redirect가 off 상태여야 한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

form
form.read

HTTP Request

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

Path Parameters

ParameterTypeDescription
formId string 

설문 ID.

formId를 얻는 방법을 참고한다.


required
example : 11e4316cb72f3373a4a0780ac6de6440 
responseId string 

설문 응답 ID


required
example : 4b33f519cc4e3d5e971400ff790683dd 
attachmentId string 

설문 응답 파일 ID


required
example : 1122704 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

Location 헤더에 파일 접근 URL이 포함되어 반환된다.