Knowledge APIs
/- Portal Manager
- V4
- Get Article Attachment By ID
Get Article by ID
Get Article By ID with Editions
Get Article Edition Details
Get All Article Types in a Department
Add Article to Reply
Add as Reference
Get Articles in Topic
Get Article Attachment in Portal
Get Related Articles
Get Announcement Articles
Get Article Ratings
Rate an Article
Get Pending Article Compliances
Get Acknowledged Article Compliances
Comply With an Article
My Subscription
Subscribe to an Article
Unsubscribe to an Article
Get Article Permissions By ID
Get Article Personalization Details
Get Article Attachment By...
This API allows one article attachment identified by an attachment ID to be retrieved.
Security
oAuthClient(Required scopes:
https://api.egain.cloud/auth/.de...
)GET
curl -i -X GET \
https://api.egain.cloud/knowledge/portalmgr/v4/articles/attachments/PROD-1000 \
-H 'Accept-Language: en-US' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "attachmentContent": [ { … } ] }