Can't get most popular content
Content
Hi,
I'm trying to get most populars contents via REST API using the following method:
http://<MYURL>/km/api/content?orderBy=mostPopular
But this returns an error. I tried this method a lot of times weeks ago and there's no error.
{
"error": {
"title": "An application error has occurred. Root Cause: The following operation is not supported in this context: content",
"errorPath": null,
"errorCode": "OK-GEN0003",
"type": "APPLICATION",
"detail": null
},
"errorDetails": [
{
"title": "The following operation is not supported in this context: content",
"errorPath": null,
"errorCode": "OK-GEN0002",
"type": "VALIDATION",
"detail": null
}
]
}