Database table rows
Returns the names of the given row of the given tables. The nameof a row is the primary field value for this row. The result can be usedfor example, when you want to display the name of a linked row from another table.
get/api/database/rows/names/
Query parameters
table__{id}string
A list of comma separated row ids to query from the table with id {id}. For example, if you want the name of row 42 and 43 from table 28 this parameter will be table__28=42,43. You can specify multiple rows for different tables but every tables must be in the same database. You need at least read permission on all specified tables.