English
Button click
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/share/{shareId}/view/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
Show child attributes
Was this page helpful?