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

Gets an attachment from a comment.

Note
For how to download content using the API, see Upload or Download Files.

Authorization

oauth2

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

Scope

board
board.read

HTTP Request

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

Path Parameters

ParameterTypeDescription
boardId integer 

Board ID


required
example : 100
format : int64 
postId integer 

Post ID


required
example : 1
format : int64 
commentId integer 

Comment ID


required
example : 1
format : int64 
attachmentId string 

Attachment ID


required
example : 1000000000000000001.0.100000000004 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

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