GET /api/database/rows/names/

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.

Servers

Query parameters

Name Type Required Description
table__{id} String No

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.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.