Yes, In SearchBlox it is possible to fetch Top Queries for collections using the below API request. SB-PKEY is the Private key can be copied from new Admin role user under Administration > Users tab.
Index URL
Method
POST
Media Type
application/json
Headers
content-type : application/json
accept: application/json
accept: application/json
SB-PKEY: MJxdHTfBplp06eEfUbhxoHseH8j7QoU7zUfpC6vVRtoz/QdPP0LrB7Xz7Vu+w+G2CHhmqg==
Document Syntax
{
"apikey":"ADB9E38C363A5AB7B17E34956D21543B",
"col":1,
"limit":12
}
Document Description
JSON Fields | Value |
---|---|
apikey | API key accessible in the SearchBlox Admin Console. It is also present in the config.xml file. |
col | collection id |
limit | Number of top queries returned |
To learn more on search related API read: Search Related API
Comments
0 comments
Please sign in to leave a comment.