workiva_wdata_batch_refresh_connections
Refresh multiple Wdata connections in one batch call. Uses the per-connection refresh endpoint to avoid the deprecated batch endpoint, returning aggregated results.
Instructions
Batch refresh multiple Wdata connections by fanning out to the per-connection endpoint.
The deprecated batch /connections/refresh endpoint (POST with {"connectionIds": [...]}) is dead — it returns 400 for every request shape. This function fans out to the working per-connection endpoint POST /connections/{id}/refresh (same as workiva_wdata_refresh_connection) and aggregates results.
Args: connection_ids: List of connection IDs to refresh
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |