CDC WONDER
Query CDC WONDER using structured parameters while the tool handles XML request and response parsing.
Query CDC WONDER using structured parameters while the tool handles XML request and response parsing.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Tools exposed (2) ▾
Query CDC WONDER using structured parameters while the tool handles XML request and response parsing.
Create or update a recurring CDC WONDER connector using the XML API.
Inputs ▾
cdc/get_wonder_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| datasetCode | string | yes | CDC WONDER dataset code, e.g. 'D76' for Detailed Mortality. |
| groupBy | string[] | no | Optional WONDER group-by values that will be mapped to B_1, B_2, etc. Example: ['D76.V1-level1', 'D76.V8']. |
| measures | string[] | no | Optional WONDER measure values that will be mapped to M_1, M_2, etc. Example: ['D76.M1', 'D76.M2', 'D76.M3']. |
| parameters | object | no | Single-value WONDER parameters such as O_* or F_* entries. Example: { 'O_ucd': 'D76.V2', 'O_show_totals': 'true' }. |
Nested schema for parametersNo inputs. | |||
| multiValueParameters | object | no | Multi-value WONDER parameters where the XML should contain repeated <value> entries. Example: { 'F_D76.V1': ['2019', '2020'], 'I_D76.V8': ['*All*'] }. |
Nested schema for multiValueParametersNo inputs. | |||
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
schedule_cdc_wonder_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| datasetCode | string | yes | CDC WONDER dataset code, e.g. 'D76' for Detailed Mortality. |
| groupBy | string[] | no | Optional WONDER group-by values that will be mapped to B_1, B_2, etc. Example: ['D76.V1-level1', 'D76.V8']. |
| measures | string[] | no | Optional WONDER measure values that will be mapped to M_1, M_2, etc. Example: ['D76.M1', 'D76.M2', 'D76.M3']. |
| parameters | object | no | Single-value WONDER parameters such as O_* or F_* entries. Example: { 'O_ucd': 'D76.V2', 'O_show_totals': 'true' }. |
Nested schema for parametersNo inputs. | |||
| multiValueParameters | object | no | Multi-value WONDER parameters where the XML should contain repeated <value> entries. Example: { 'F_D76.V1': ['2019', '2020'], 'I_D76.V8': ['*All*'] }. |
Nested schema for multiValueParametersNo inputs. | |||
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll the CDC WONDER dataset. |
| connectorId | string | no | If provided, updates an existing connector. |
| description | string | no | Human-readable description shown in the connector UI. |