This endpoint works in the same way as the operation/searchBusinesses endpoint, but instead of returning data on all returned businesses, this endpoint returns completion rate statistics aggregated across all businesses.
The statistics returned are the average completion rate for all businesses that fit the given filters, as well as the count of businesses with a low, medium, and high respectively. The thresholds for low, medium, and high can be found below in the response details.
Note that this endpoint works in the exact same way as operation/searchBusinesses (with the exception of parameters that format the output, such as order_by and pagination), but the return value is different.
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.
Parameter to fuzzy search businesses on city, zipcode and name
Filter by business ids. Use a comma-separated list to provide multiple ids.
"a1c9f37b4deca92f83b61d02,9f4e2a8c0d73b154e621bc97,c73b15e9fa42d60b3a8c21ef"
Filter by organization id
Filter by groups, using the access logic with the and/or depending on the groups sections
Filter by country - ISO 3166 alpha2 code (i.e. “FR” for France)
Filter by name
Defines the current status of the business.
Open indicates the business is up and running.Closed means that the business has definitely closed.Opening Soon indicates the business is open with an opening date set in the future.Temporarily closed means that the business is temporarily closed.⚠️ To get all businesses with the status open, regardless of whether the opening_date has passed yet or not, submit both the open and opening_soon options in the filter: status=open,opening_soon.
open, closed, opening_soon, temporarily_closed "open"
Filter by zipcode
Filter by city
Filter by code
Filter by modified attribute (modified >= modified_gte)
Filter businesses that have all the features provided, separated by commas.
diffusion, feedback_management, messages, posts, review_invite, review_management "diffusion,review_management"
Filter businesses that do not have all the features provided, separated by commas.
diffusion, feedback_management, messages, posts, review_invite, review_management "diffusion,review_management"
Filter by current subscription to review_management.
Equivalent to using features__in=review_management.
True, False Filter by current subscription to presence_management.
Equivalent to using features__in=diffusion.
True, False Filter by current subscription to review_booster.
Equivalent to using features__in=review_invite.
True, False Filter by current subscription to messages
Equivalent to using features__in=messages
True, False Filter by completion_rate attribute (completion_rate >= completion_rate__gte)
Filter by completion_rate attribute (completion_rate <= completion_rate__lte)
Filter by completion_rate attribute. You can separate the values by a comma, as done in the example.
low, mid, high "low,mid"
Retrieve only businesses having promotional offers
True, False Filter by current link to a Google location
True, False Filter by current link to a Facebook location
True, False