Table Query
Table Query
POST
Table Query
Body
application/json
The ID of the project
Example:
"my_entity/my_project"
The digest of the table to query
Example:
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
Optional filter to apply to the query. See TableRowFilter for more details.
Example:
{
"row_digests": [
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims",
"aonareimsvtl13apimtalpa4435rpmgnaemrpgmarltarstaorsnte134avrims"
]
}Maximum number of rows to return
Example:
100
Number of rows to skip before starting to return rows
Example:
10
List of fields to sort by. Fields can be dot-separated to access dictionary values. No sorting uses the default table order (insertion order).
Example:
[
{ "field": "col_a.prop_b", "order": "desc" }
]Response
Successful Response