The Get Article Attachment API retrieves an attachment associated to an article by calling the attachment ID.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "attachmentContent": [
- {
- "attachmentId": "PROD-1000",
- "name": "eightbank.png",
- "type": "INTERNAL",
- "attachmentContentType": "image/png",
- "size": 45152,
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/PROD-1000/articles/attachments/PROD-1000?%24attribute=all&%24lang=en-US"
}
}
]
}