CarBure Backend

WorkEazi API Infrastructure

ONLINE

Available API Endpoints

GET /fetchSheetData

Fetch all rows from the primary database Google Sheet.

Click to copy path
GET /fetchKilnData

Fetch temperature and operations log for specified kiln sheets.

Click to copy path
GET /fetchSheet2Data

Fetch second sheet data (e.g. employee logs & details).

Click to copy path
POST /editRow

Update details of a specific row based on matching identifier.

Click to copy path
POST /clearRowToNil

Clear fields in a target row back to default ('nil') state.

Click to copy path
POST /addRow

Add a new record to the sheet automatically matching column headers.

Click to copy path
POST /deleteRow

Permanently remove a row from sheets referencing unique identifier.

Click to copy path
POST /updateSheet2Row

Update log entries for Sheet 2 database (e.g. Employee updates).

Click to copy path
POST /askGemini

Query context-aware Gemini AI assistant regarding sheet metrics.

Click to copy path