API Reference//
- Update PDF generation status
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
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
Update PDF generation sta...
Updates the status (and optional file URL) of a previously triggered PDF generation job. Typically called by the PDF rendering service as a callback once generation finishes or fails.
- https://uberall.com/apihttps://uberall.com/api/dashboard/pdf/export-async/status
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/pdf/export-async/status
curl -i -X POST \
https://uberall.com/api/dashboard/pdf/export-async/status \
-H 'Content-Type: application/json' \
-d '{
"id": null,
"status": "PENDING",
"fileUrl": null
}'Response
{
"status": "SUCCESS",
"response": null
}