GET/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}
게시글의 첨부파일을 조회한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
group.note
group.note.read
| Parameter | Type | Description |
|---|---|---|
| groupId | string | 조직/그룹 ID required example : group127-8545-4463-603b-04d550d23bf |
| postId | integer | 게시글 ID required format : int64 |
| attachmentId | string | 첨부 ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Found
location 헤더에 파일 접근 URL이 포함되어 반환된다.