Resource Data
resource_dataRead row-level data from a tabular resource (one with a tabular_data relationship). Returns JSON:API "row" objects whose attributes map column names (col1, col2, ...) to {repr, val} pairs. Supports paging and full-text row filtering via q. Use list_resources first to find a tabular resource id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text filter across row cells (Polish or English), e.g. "AUSTRIA". | |
| page | No | Page number (default 1). | |
| per_page | No | Rows per page, 1-100 (default 20). | |
| resource_id | Yes | Resource numeric id, e.g. "22509". |