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.
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.
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. Only PROVIDER users can use this filter. If you are not a PROVIDER, this will default to the ID of your organization.
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, closed_temporarily "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.
true, only businesses subscribed to review_management will be included.false, only businesses not subscribed to review_management will be included.Equivalent to using features__in=review_management.
Filter by current subscription to presence_management.
true, only businesses subscribed to presence_management will be included.false, only businesses not subscribed to presence_management will be included.Equivalent to using features__in=diffusion.
Filter by current subscription to review_booster.
true, only businesses subscribed to review_booster will be included.false, only businesses not subscribed to review_booster will be included.Equivalent to using features__in=review_invite.
Filter by current subscription to messages.
true, only businesses subscribed to messages will be included.false, only businesses not subscribed to messages will be included.Equivalent to using features__in=messages.
Filter by completion_rate attribute (completion_rate >= completion_rate__gte)
0 <= x <= 100Filter by completion_rate attribute (completion_rate <= completion_rate__lte)
0 <= x <= 100Filter by completion_rate attribute. You can separate the values by a comma, as done in the example.
low, mid, high "low,mid"
true, include only businesses having promotional offers.false, include only businesses not having any promotional offer.true, only businesses currently linked to a Google location will be included.false, only businesses not linked to any Google location will be included.true, only businesses currently linked to a Facebook location will be included.false, only businesses not linked to any Facebook location will be included.