The Get Article Ratings API returns ratings set for an Article. These ratings help you to assess the quality, helpfulness, or relevance of an article.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "articleRatings": [
- {
- "id": "1000",
- "articleId": "PROD-29028",
- "ratingValue": 85,
- "ratingComments": "Good article",
- "userId": "1002",
- "ratingTimestamp": "2024-09-16T14:30:00Z"
}, - {
- "id": "1001",
- "articleId": "PROD-29028",
- "ratingValue": 80,
- "ratingComments": "Good article",
- "userId": "1005",
- "ratingTimestamp": "2024-11-16T14:30:00Z"
}
], - "paginationInfo": {
- "count": 2,
- "pagenum": 1,
- "pagesize": 10,
- "link": [
- {
- "rel": "next",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articles/PROD-2996/ratings?$pagenum=2"
}
]
}
}