curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/articles \
--header 'X-API-Key: <api-key>'[
{
"id": 789,
"title": "How to reset your password",
"link": "https://help.piedpiper.com/articles/789-how-to-reset-your-password",
"category_id": 12,
"last_updated": "2026-01-15T14:30:00Z",
"views": 1847,
"score": {
"disappointed": 5,
"neutral": 12,
"happy": 48
}
}
]curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/articles \
--header 'X-API-Key: <api-key>'[
{
"id": 789,
"title": "How to reset your password",
"link": "https://help.piedpiper.com/articles/789-how-to-reset-your-password",
"category_id": 12,
"last_updated": "2026-01-15T14:30:00Z",
"views": 1847,
"score": {
"disappointed": 5,
"neutral": 12,
"happy": 48
}
}
]Returns the top 20 articles for the specified date range. Results can be ordered by various metrics to identify high-performing or problematic articles.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Start date for the statistics range in YYYY-MM-DD format.
End date for the statistics range in YYYY-MM-DD format.
Field to order results by.
last_updated, total_views, disappointed, neutral, happy Sort direction (ascending or descending).
ASC, DESC Articles retrieved successfully.
Unique identifier of the article.
789
Title of the article.
"How to reset your password"
Full URL to view the article.
"https://help.piedpiper.com/articles/789-how-to-reset-your-password"
ID of the collection/category this article belongs to.
12
ISO 8601 timestamp of when the article was last updated.
"2026-01-15T14:30:00Z"
Total number of views during the specified date range.
1847
Breakdown of user satisfaction ratings for this article.
Show child attributes
Was this page helpful?