Query Table
query_tablePull data from a table. id is the numeric SSB table id; body is a PxWeb query object. Omitted dimensions with elimination collapse; otherwise select values per dimension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric table id, e.g. "07459". | |
| body | Yes | {query: [{code, selection: {filter: "item", values: [...]}}], response: {format: "json-stat2"}} |