Search and filter within dataset
Datastore search
Search Rows in Dataset
Query parameters
resource_idstringRequired
ID or alias of the resource to be searched against. This corresponds to the dataset_id (resource_id is a legacy reference)
limitintegerOptionalDefault:
Maximum number of rows to return (optional, default: 100)
100offsetintegerOptional
Offset this number of rows (optional)
fieldsstringOptional
Fields to return (optional, default: all fields in original order)
filtersstringOptional
Dictionary of matching conditions, e.g {"key1": "a", "key2": "b"}
qstringOptional
Example: {"columnName": "columnValue"}
sortstringOptional
Comma-separated field names with ordering, eg.: "fieldname1, fieldname2 desc"
Responses
200
Fetched data
application/json
successbooleanRequired
Whether fetch is succesfully
429
Rate limit exceeded
application/json
default
Error information
application/json
get
/api/action/datastore_searchLast updated
Was this helpful?