GET/boards/{boardId}/posts/{postId}/attachments/{attachmentId}
게시글의 첨부 파일을 조회한다.
참고
API를 이용한 콘텐츠 다운로드 방법은 파일 업로드/다운로드를 참고한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
board
board.read
| Parameter | Type | Description |
|---|---|---|
| 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 | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Found
location 헤더에 파일 접근 URL이 포함되어 반환된다.