API Reference//
- Get profile completeness
Get visibility index score
Get suppressed duplicate locations
Get search keywords
Get review response time
Get listings health
Get insight data warnings
Get insight metrics
Export insights data with threshold
Legacy Export Excel Report
Export Excel report
Get data availability date
Get customer feedback by period
Get customer feedback keywords
Get customer feedback by period (legacy alias)
Get customer feedback overview
Update PDF generation status
Trigger async PDF report generation
Create Excel export job
Get Excel export job
Update Excel export job
Get current visibility index score for a location
Get PDF generation job
Legacy get listings health for a location
Download Excel export file
Get next best actions
Get managers count
Get profile completeness
Retrieves the average profile completeness score and a breakdown of locations by completeness classification (REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER) for filtered locations. Reflects current state (no date range).
- https://uberall.com/apihttps://uberall.com/api/dashboard/profile-completeness
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/profile-completeness
curl -i -X GET \
'https://uberall.com/api/dashboard/profile-completeness?v=20191203&filterCategory=location&locationIds=%7BlocationIds%7D&businessIds=%7BbusinessIds%7D&labels=%7Blabels%7D&locationGroupIds=%7BlocationGroupIds%7D&excludedLocationIds=%7BexcludedLocationIds%7D&excludedBusinessIds=%7BexcludedBusinessIds%7D&excludedLabels=%7BexcludedLabels%7D&excludedLocationGroupIds=%7BexcludedLocationGroupIds%7D'Profile completeness statistics with classification breakdown. Versions older than 20191203 also include missingFields, directoriesMissingConnect and isLegacy.
One of:
Profile completeness statistics with location classification breakdown
Average profile completeness percentage (0-100)
Example:82
Response
- object
- object (2)
{ "averageProfileCompleteness": 82, "countLocationsMissingData": null, "locationClassificationCounts": { "property1": null, "property2": null } }