GET/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}
Gets an attachment to a post.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
group.note
group.note.read
| Parameter | Type | Description |
|---|---|---|
| groupId | string | Team/group ID required example : group127-8545-4463-603b-04d550d23bf |
| postId | integer | Post ID required format : int64 |
| attachmentId | string | Attachment ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Found.
Returns the file access URL in the Location header.