/lists/{listId}/rows

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For this function we have to activate allow push to server for our App. To do so, go to the App Admin page, select Manage data > Allow client changes in the left navigation and after the activation, click save on the top menu bar.

Create a row at the and of the list. The data has to be in the following format. Not filled fields will be filled with a null value.

As a response we get the complete object stored in the excel file.

{
  "data": {
    "2": "Mr",
    "3": "John",
    "4": "Doe",
    "5": "Mr John Doe"
  }
}
Path Params
string
required

Id of the app

string
required

Id of the list in the app

Body Params
data
object
required

Object with "id": "field Value" pairs like in the example.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json