Search REST API: TopClicked
Overview
Instructions to use REST API TopClicked service.
Step-by-step guide
Service Name
topclicked
Service URL
URL_SEARCH/INSTANCE_ID/topclicked?INPUT_PARAMETERS
Input Parameters
Parameter | Description | Data Type | Mandatory |
---|---|---|---|
lang | Set the language of the query | String | Yes |
*If additional params are required, please contact us |
Output
Topclicked results
The service will return a json node containing the most clicked articles in the day before.
{ topclicked: { docs: [ { id: "ARTICLE_ID", name: "ARTICLE_NAME", url: "ARTICLE_URL", image: "IMAGE_NAME", *other_fields*: "FIELD_NAME"* }, ... ] } }
*Depending on your product view. Here it is shown the common fields used.
Related articles
-
Search REST API: Search & Tagging (Empathy Knowledge Base)
-
Search REST API: TopClicked (Empathy Knowledge Base)
-
Search REST API: Links (Empathy Knowledge Base)
-
Search REST API: Search (Empathy Knowledge Base)
-
Empathy Search REST API (Empathy Knowledge Base)
-
Search REST API: Search Trends (Empathy Knowledge Base)
-
Search REST API: Browse (Empathy Knowledge Base)
-
Search REST API: Browse & Tagging (Empathy Knowledge Base)
-
Search REST API: FullSearch & Tagging (Empathy Knowledge Base)
-
Search REST API: Empathize (Empathy Knowledge Base)