v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBReference Tables
Get rows by id
Get reference table rows by their primary key values.
get/api/v2/reference-tables/tables/{id}/rows
Path parameters
idstring required
Unique identifier of the reference table to get rows from
Query parameters
row_idstring[] required
List of row IDs (primary key values) to retrieve from the reference table.
Response
Some or all requested rows were found.
Example response
{
"data": [
{
"type": "row"
}
]
}