Table Data
table_dataFetch the time-series data rows for a Singapore statistics table by resourceId (get ids from search_tables). Data is returned under Data with a row array of series, each containing dated columns. Filter time periods with timeFilter (comma-separated periods like "2020,2021") or between (a from,to range like "2010,2020"); page with offset/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of rows to return. | |
| offset | No | Number of rows to skip (pagination). | |
| sortBy | No | Sort expression, e.g. "rowtext asc". | |
| between | No | Inclusive period range "from,to", e.g. "2010,2020". | |
| resourceId | Yes | Table id from search_tables, e.g. "M810001". | |
| timeFilter | No | Comma-separated specific periods to return, e.g. "2020,2021,2022". | |
| seriesNoORrowNo | No | Comma-separated series/row numbers to limit which series are returned. |