The Get Suggestion by Status API allows authenticated users to retrieve their own suggestions based on Suggestion status.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "suggestion": [
- {
- "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 (US)"
}, - "hasRelatedArticles": false,
- "hasAttachments": false,
- "hasComments": true,
- "customAttribute": [ ],
- "id": "PROD-3259"
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 25
}
}