简体中文
Automatically generate suggestions for filling a specific field
cURL
curl --request POST \ --url https://app.teable.cn/api/table/%7BtableId%7D/field/%7BfieldId%7D/auto-fill \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"viewId":"viwXXXXXXX","filter":"string","orderBy":"string","groupBy":"string","ignoreViewQuery":"string"}'
{ "taskId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the task ID for the auto-fill process
The response is of type object.
object