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

組織/グループノートの投稿の添付ファイルを取得する。

Authorization

oauth2

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

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 

組織/グループ ID


required
example : group127-8545-4463-603b-04d550d23bf 
postId integer 

投稿 ID


required
format : int64 
attachmentId string 

添付ファイル ID


required 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

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