GET /api/database/views/{slug}/link-row-field-lookup/{field_id}/
If the view is publicly shared or if an authenticated user has access to the related workspace, then this endpoint can be used to do a value lookup of the link row fields that are included in the view. Normally it is not possible for a not authenticated visitor to fetch the rows of a table. This endpoint makes it possible to fetch the id and primary field value of the related table of a link row included in the view.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
field_id |
Integer | Yes |
The field id of the link row field. |
slug |
String | Yes |
The slug related to the view. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
search |
String | No |
If provided only rows with data that matches the search query are going to be returned. |
search_mode |
String | No |
If provided, allows API consumers to determine what kind of search experience they wish to have. If the default |
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.