GET/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}

Gets an attachment to a post.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

group.note
group.note.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}

Path Parameters

ParameterTypeDescription
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 Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

Found.
Returns the file access URL in the Location header.