Get row count in table
Use this API to get row count in the table
| Request Body — REQUIRED |
|---|
askribeKey stringYour secret Askribe key. Can be obtained from your org's settings dashboard |
tableId stringThe tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
getRowCountType stringPossible values: [ The mechanism to get the rows from the table. |
viewId stringThe viewId of your view. It looks like VXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. Send it when getRowCountType is IN_VIEW. |
| Responses | ||
|---|---|---|
200Returns the number of rows in table
|