CheatSheet

Created by Roanne Jane Jane Jaype, Modified on Wed, 10 Aug, 2022 at 3:28 PM by Roanne Jane Jane Jaype

As a summary for all our functionalities, you can go to us Cheat Sheet


URLMethodDataResponse
/api/sheets/<id>GETGet all rows from the sheet
/api/sheets/<id>?raw=1GETGet all rows raw data from the sheet
/api/sheets/<id>POST{ "email": "john.doe@gmail.com" }Add a new row with to the Sheet
/api/sheets/<id>/2DELETEDelete the third row from the Sheet (it is 0 indexed)
/api/sheets/<id>/2PUT{ "email": "john.doe@gmail.com" }Overwrite the third row from the Sheet (it is 0 indexed)
/api/sheets/<id>/2PATCH{ "email": "john.doe@gmail.com" }Update the third row from the Sheet (it is 0 indexed)
/api/sheets/<id>?_format=GETRetrieve the data in different output formats
/api/sheets/<id>/tabs/OtherTabGETRetrieve the rows from "OtherTab" tab
/api/sheets/<id>/Name/JohnGETRetrieve the rows that have "John" inside "Name" column
/api/sheets/<id>/2:4GETRetrieve only the rows 3 and 4 from the Sheet (it is 0 indexed)
/api/sheets/<id>/agg/maxGETRetrieve the data from Sheet aggregating by the maximum of each column
/api/sheets/<id>/infoGETRetrieve the column information from the Sheet

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article