English
share form view submit new record
cURL
curl --request POST \ --url https://app.teable.io/api/share/%7BshareId%7D/view/form-submit \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"fields":{"property1":null,"property2":null},"typecast":true}'
{ "id": "<string>", "name": "<string>", "fields": {}, "autoNumber": 123, "createdTime": "<string>", "lastModifiedTime": "<string>", "createdBy": "<string>", "lastModifiedBy": "<string>", "permissions": {}, "undeletable": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully submit
The response is of type object.
object