Enables administrators and developers to programmatically retrieve a list of search queries such as keywords, click counts and click-through rate for each keyword.
Authorization
Bearer YOUR_TOKEN
StartPage
PageLength
SpaceID
StartDate
EndDate
Term
UserId
SortBy
SortOrder
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/searchqueries?startPage=1&pageLength=10
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "SearchTerm": "a", "UserID": 0, "DateSearched": "0001-01-01T00:00:00", "SearchCount": 925, "ClickCount": 154, "ClickThroughRate": 16.64864864864865, "TenantID": 0 } ] }
{ "Message": "No HTTP resource was found that matches the request URI 'https://your-site.com/api/searchqueries?PageLength=5'." }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/89931/rest-api-get-search-analytics
Your session has expired. You are being logged out.