Count
Returns the number of rows in the document (without first row).
GET
https://api.sheet2db.com/v1/{connection-id}/count
Query Parameters
sheet
string (Optional)
Specify the name of the sheet (tab) you wish to select within your Google Spreadsheet.
Example Request
curl -XGET 'https://api.sheet2db.com/v1/{connection-id}/count'
Example Response
{count:7}