v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Dashboard

Get insight data warnings

Retrieves connection and permission warnings for insight data collection. Runs concurrent checks for listings connection status, missing permissions (paginated), and location counts per directory for both connected and not-connected states. Pagination accepts either page/pageSize or the legacy max/offset, where offset is a record offset.

get/dashboard/insights-data/warnings

Query parameters

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:0:schema","oasType":"schema","type":"unknown","example":20260713}

API version. Defaults to the latest version. Versions older than 20260713 additionally return warnings.missingConnection.locations and warnings.missingPermission.accounts[].totalLocationsCount, paginate both of those lists with max/offset, and report offset as a record offset.

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:1:schema","oasType":"schema","type":"unknown"}
filterCategory'location' | 'business' | 'labels' | 'location-groups'

Filter strategy to use for scoping locations

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:3:schema","oasType":"schema","type":"unknown"}

Comma-separated location IDs (used when filterCategory=location)

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:4:schema","oasType":"schema","type":"unknown"}

Comma-separated business IDs (used when filterCategory=business)

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:5:schema","oasType":"schema","type":"unknown"}

Label names (used when filterCategory=labels)

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:6:schema","oasType":"schema","type":"unknown"}

Location group IDs (used when filterCategory=location-groups)

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:7:schema","oasType":"schema","type":"unknown"}

Comma-separated location IDs to exclude from results

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:8:schema","oasType":"schema","type":"unknown"}

Comma-separated business IDs to exclude from results

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:9:schema","oasType":"schema","type":"unknown"}

Label names to exclude from results

{"stackTrail":"paths:/dashboard/insights-data/warnings:get:parameters:10:schema","oasType":"schema","type":"unknown"}

Location group IDs to exclude from results

Response

Connection and permission warnings with directory-level counts

OR

Example response

{
  "connectedLocations": [
    {
      "type": "GOOGLE"
    }
  ],
  "notConnectedLocations": [
    {
      "type": "GOOGLE"
    }
  ],
  "warnings": {
    "missingPermission": {
      "accounts": [
        {
          "type": "GOOGLE"
        }
      ]
    }
  }
}