curl --request POST \
--url https://app.teable.ai/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","mode":"all"}'{
"taskId": "<string>",
"rowCount": 123,
"processedCount": 123,
"isLimited": true
}Automatically generate suggestions for filling a specific field
curl --request POST \
--url https://app.teable.ai/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","mode":"all"}'{
"taskId": "<string>",
"rowCount": 123,
"processedCount": 123,
"isLimited": true
}Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Set the view you want to fetch, default is first view. result will filter and sort by view options.
"viwXXXXXXX"
A filter object for complex query conditions based on fields, operators, and values. Use our visual query builder at https://app.teable.ai/developer/tool/query-builder to build filters.
An array of sort objects that specifies how the records should be ordered.
An array of group objects that specifies how the records should be grouped.
When a viewId is specified, configure this to true will ignore the view's filter, sort, etc
all, emptyOnly 此页面对您有帮助吗?