Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey
). An api_key is linked to a user. This user's role will give you different access level to the API features.
Query Parameters
List of analytics to return. At least one in that list.
average_rating
, rating_distribution
, reviews_count
, reply_time
, reply_means
, average_rating_distribution
, rank
How the returned data will be aggregated. If no dimension is given, the request will return the sum of each metric for all requested days and businesses.
day
, week
, month
, year
, business
, group
, user
, tag
See above for the list of all orders available. At most one in the list.
-
before a field to order_by DESC, nothing for ASC
"-average_rating"
Filter by business ids
Business id
Filter by all allowed businesses except
the ones given in business__notin
Business id
Filter by groups ids
Business id
Restrict the data returned on reviews that have been assigned the specified tags.
Tag id
Restrict the data returned on reviews which update_date
are after the given date.
Restrict the data returned on reviews which update_date
are before the given date.
The page number you want to request.
x >= 1
The maximum number of result items to return in a page.