Append Rows To A Sheet

View as Markdown

Appends rows to an existing master data sheet. The rows array should match the sheet’s column structure. Use this to add records incrementally without re-uploading the whole sheet.

Authentication

x-api-keystring
API key issued by Staple.
AuthorizationBearer
JWT obtained from the login endpoint.

Path parameters

sheetIdstringRequired

Request

This endpoint expects an object.
rowslist of objectsOptional

Response

OK