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

投稿に添付されたファイルを取得する。

API を利用したコンテンツのダウンロード方法については ファイルアップロード / ダウンロード を確認してください。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

board
board.read

HTTP Request

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

Path Parameters

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

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

Found - Location ヘッダーのダウンロード URL にリダイレクト