Skip to main content

Pull Changes From Google Sheet

POST 

/api/v2/google/sheets/:sheetLink/pull

Read a linked sheet's current rows and start validation of the changes. Rows are matched on the id column (blank id inserts a new record). The response returns a data_import_id whose validation results and execution are handled through the standard import endpoints.

Returns total_rows 0 with a null data_import_id when the sheet has only a header row.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type