Contents
Get List of Wiki attachments
Gets list of files attached to Wiki.
Role
All
Method
GET
URL
/api/v2/wikis/:wikiId/attachments
URL parameters
Parameter Name | Type | Description |
---|---|---|
wikiId | Number | Wiki page’s ID |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
[
{
"id": 1,
"name": "IMGP0088.JPG",
"size": 85079
},
// ...
]