API Reference//
- Trigger async PDF report generation
Get visibility index score
Get suppressed duplicate locations
Get search keywords
Get review response time
Get profile completeness
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
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
Trigger async PDF report...
Triggers asynchronous generation of a PDF report containing insights data and ratings for the filtered locations within the resolved date range. Returns the created job with a SCHEDULED status; the completed report is delivered once generation finishes.
- https://uberall.com/apihttps://uberall.com/api/dashboard/pdf/export-async
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/pdf/export-async
curl -i -X POST \
'https://uberall.com/api/dashboard/pdf/export-async?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' \
-H 'X-Uberall-Access-Token: {X-Uberall-Access-Token}' \
-H 'X-Uberall-User-Id: {X-Uberall-User-Id}'Response
{
"status": "SUCCESS",
"response": {
"id": null,
"start": null,
"end": null,
"language": null,
"status": "SCHEDULED",
"whitelabelIdentifier": null,
"salesPartnerCountry": null
}
}