curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/searches \
--header 'X-API-Key: <api-key>'{
"most_searched": [
{
"term": "password reset",
"quantity": 847
}
],
"no_results": [
{
"term": "api documentation",
"quantity": 94
}
]
}curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/searches \
--header 'X-API-Key: <api-key>'{
"most_searched": [
{
"term": "password reset",
"quantity": 847
}
],
"no_results": [
{
"term": "api documentation",
"quantity": 94
}
]
}Start date for the statistics range in YYYY-MM-DD format.
End date for the statistics range in YYYY-MM-DD format.
Was this page helpful?