The Get Suggestion Attachment by ID API allows authenticated users to get the details of an attachment that belongs to their own Suggestion. It also allows the download of attachment content.
| x-egain-activity-id | string [ 4 .. 9 ] characters ^[0-9]{4,9}$ A unique numeric interaction identifier from eGain. Example: 59237 |
| x-ext-integration-id | string <= 40 characters ^[\w\W]+$ The unique numeric identifier for a tenant, used in self-service functionality as well as third-party integrations. 3155180e-0c13-43e9-9c38-e9045bcbf176 00Dbn00000IxGnx |
| x-ext-interaction-id | string <= 40 characters ^[\w\W]+$ A unique interaction identifier from other CRM applications. 3155180e-0c13-43e9-9c38-e9045bcbf176 00Dbn00000IxGnx |
| Accept-Language required | string The Language locale accepted by the client (used for locale specific fields in resource representation and in error responses). Example: en-US |
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/suggestions/attachments/PROD-1001"
}, - "fileName": "eightbank.png",
- "size": 45152,
- "id": "PROD-1001"
}