简体中文
Button click
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/table/{tableId}/record/{recordId}/{fieldId}/button-click \ --header 'Authorization: Bearer <token>'
{ "runId": "<string>", "tableId": "<string>", "fieldId": "<string>", "record": { "id": "<string>", "fields": {}, "name": "<string>", "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>
Returns the clicked cell
显示 子属性
The record id.
Objects with a fields key mapping fieldId or field name to value for that field.
primary field value
Auto number, a unique identifier for each record
Created time, date ISO string (new Date().toISOString).
Last modified time, date ISO string (new Date().toISOString).
Created by, user name
Last modified by, user name
Permissions for the record
Whether the record is undeletable
此页面对您有帮助吗?