POST /api/database/views/form/{slug}/submit/
Submits the form if the form is publicly shared or if the user has access to the related workspace. The provided data will be validated based on the fields that are in the form and the rules per field. If valid, a new row will be created in the table.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
slug |
String | Yes |
The slug related to the form. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
field_17[] |
Array | No |
This field represents the |
field_18 |
String | No |
This field represents the |
field_8 |
String | No |
This field represents the |
field_2 |
String | No |
This field represents the |
field_3 |
String | No |
This field represents the |
field_1 |
String | No |
This field represents the |
field_6 |
Integer | No |
This field represents the Default value: 0 |
field_7 |
Boolean | No |
This field represents the Default value: false |
field_4 |
String | No |
This field represents the |
field_5 |
String | No |
This field represents the |
field_23[] |
Array | No |
This field represents the |
field_23[].id |
Integer | Yes | |
field_23[].name |
String | Yes | |
field_13 |
Number | No |
This field represents the |
field_14[] |
Array | No |
This field represents the |
field_15[] |
Array | No |
This field represents the |
field_26 |
String | No |
This field represents the |
field_16 |
Integer | No |
This field represents the |
field_27 |
String | Yes |
This field represents the |
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.