English
Preview the results of a paste operation without applying changes to the table
cURL
curl --request PATCH \ --url https://app.teable.io/api/table/%7BtableId%7D/selection/temporaryPaste \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"viewId":"viwXXXXXXX","ranges":[[0,0],[1,1]],"projection":["string"],"ignoreViewQuery":"string","content":"John\tDoe\tjohn.doe@example.com","header":[]}'
[ { "fields": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Paste successfully
The response is of type object[].
object[]