Contents
Get Wiki Page Attachment
Downloads Wiki page’s attachment file.
Role
All
Method
GET
URL
/api/v2/wikis/:wikiId/attachments/:attachmentId
URL parameters
| Parameter Name | Type | Description |
|---|---|---|
| wikiId | Number | Wiki Page ID |
| attachmentId | Number | Attachment file ID |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/octet-stream
Content-Disposition:attachment;filename="attachment.doc"