This API allows eGain users and authenticated customers to retrieve their own suggestions based on suggestion status. For this API to execute successfully:
Success
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "suggestion": [
- {
- "link": [
- {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/suggestions/777700000002313"
}
], - "relatedArticle": {
- "name": "Source Article",
- "id": 409700000002451
}, - "name": "Sample Suggestion (1658985440033)",
- "description": "Sample Description",
- "content": "Sample Content",
- "status": {
- "value": "suggested",
- "displayValue": "Suggested"
}, - "lastModified": {
- "user": {
- "firstName": "kb",
- "lastName": "author",
- "id": "1005"
}, - "date": "2022-07-28T05:17:20.000Z"
}, - "attachments": {
- "count": 1,
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/suggestions/777700000002313/attachments"
}
}, - "language": {
- "code": "fr-fr",
- "label": "French"
}, - "id": 777700000002313,
- "alternateId": "DEV1-2313"
}, - {
- "link": [
- {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/suggestions/777700000002265"
}
], - "relatedArticle": {
- "name": "Original Article",
- "id": 409700000002452
}, - "name": "Sample Suggestion (1658323740819)",
- "description": "Sample Description",
- "content": "Sample Content",
- "status": {
- "value": "suggested",
- "displayValue": "Suggested"
}, - "lastModified": {
- "user": {
- "firstName": "kb",
- "lastName": "author",
- "id": "1005"
}, - "date": "2022-07-20T13:29:00.000Z"
}, - "attachments": {
- "count": 1,
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/suggestions/777700000002265/attachments"
}
}, - "language": {
- "code": "fr-fr",
- "label": "French"
}, - "id": 777700000002265,
- "alternateId": "DEV1-2265"
}
], - "paginationInfo": {
- "count": 2,
- "pagenum": 1,
- "pagesize": 25
}
}