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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.