GET /api/database/views/form/{slug}/edit-row/{row_token}/
Returns the current field values of the row identified by the edit token. Only fields visible in the form view are returned. The token must be a valid signed token generated by a form_view_edit_row field.
Servers
- /
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug |
String | Yes |
The slug of the form view. |
row_token |
String | Yes |
The signed edit token that identifies the row to edit. |
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.