POST
/
share
/
{shareId}
/
view
/
form-submit
curl --request POST \
  --url https://app.teable.cn/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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shareId
string
required

Body

application/json

Response

201 - application/json
Successfully submit

The response is of type object.