Skip to main content

Get row count in table

Use this API to get row count in the table

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

tableId string

The tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

getRowCountType string

Possible values: [ALL, IN_VIEW]

The mechanism to get the rows from the table.

viewId string

The viewId of your view. It looks like VXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. Send it when getRowCountType is IN_VIEW.

Responses
200

Returns the number of rows in table

Schema OPTIONAL
object