Table
Get the table data with optional filtering by multiple column values.
GET
/
table
/
gettablevalues
/
{tableName}
Headers
x-api-key
string
requiredPath Parameters
tableName
string
requiredThe name of the table to retrieve data from
Query Parameters
filters
string
Optional filters in a key=value format, separated by commas. Example: item_id=3,player_id=2