GET/boards/{boardId}/posts/{postId}/attachments/{attachmentId}

게시글의 첨부 파일을 조회한다.

참고
API를 이용한 콘텐츠 다운로드 방법은 파일 업로드/다운로드를 참고한다.

Authorization

oauth2

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

Scope

board
board.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/boards/{boardId}/posts/{postId}/attachments/{attachmentId}

Path Parameters

ParameterTypeDescription
boardId integer 

게시판 ID


required
example : 100
format : int64 
postId integer 

게시글 ID


required
example : 1
format : int64 
attachmentId string 

첨부 ID


required
example : 1000000000000000001.0.100000000004 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

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