The Get Suggestion by ID API allows authenticated users to retrieve their own suggestions.
| 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/PROD-3259"
}, - "name": "Missing Article Information",
- "description": "Missing Account Type Information",
- "content": "<p>There should be an article that explains the account types offered. That would be very helpful.<br /></p>",
- "status": {
- "value": "suggested",
- "displayValue": "Suggested"
}, - "modifiedBy": {
- "firstName": "John",
- "middleName": "",
- "lastName": "Smith",
- "id": "1067"
}, - "modifiedDate": "2025-01-23T04:16:17.000Z",
- "language": {
- "code": "en-US",
- "label": "English"
}, - "hasRelatedArticles": false,
- "hasAttachments": false,
- "hasComments": true,
- "customAttribute": [ ],
- "id": "PROD-3259"
}