Usage
Gets the usage of a list of search engines during a period.
It sums the query and API requests made to the service. Since usage is computed in UTC time, there is no need to specify the timezone in this endpoint.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Query Parameters
Start date of the period in the format of UNIX timestamp or YYYYMMDD.
^20\d{2}(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])$|^\d{10}|^\d{13}$End date of the period in the format of UNIX timestamp or YYYYMMDD.
^20\d{2}(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])$|^\d{10}$|^\d{13}Unique id of the search engine. It accepts an array of values. If you want to work with all user search engines just don't send this parameter. Arrays parameters must be in the format param[]=value.
^[a-f0-9]{32}$^[a-f0-9]{32}$The account code to filter by.
Flag to indicate when to aggregate all Search Engines stats data.
Filter usage by the given type, query_counters for requests to search API, and api_counters for requests to management API. You can also filter by product or obtain everything with all. If no type is provided it filters by search.
api_counters, query_counters, recommendations_counters, visual_counters, quiz_counters, category_page_counters, search, quizzes, recommendations, assistant_counters, all Indicates which response format should be used
json, csv