Hello everybody.
Can somebody please tell me what is wrong with this REST API invoke URL?
App ID: 1c6e4add-154b-4990-a528-a6a708af92e9
I don't think you should have "Add" in there. It should be "Action" and then you specify the action in the payload.
This has worked for me (invoked from Google Apps Script so adjust accordingly): The url like: 'https://api.appsheet.com/api/v2/apps/' + appId + '/tables/' + tableName + '/Action?applicationAccessKey=' + accessKey
And the payload beginning:
{
"Action": "Add",
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |