{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Data APIs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Data APIs", "type": "folder" }, "items": [ { "info": { "name": "Add Row", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Adds a single row to the specified table." }, { "info": { "name": "Update Rows", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Updates rows in the specified table." }, { "info": { "name": "Delete Row", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] } }, "docs": "Deletes rows from the specified table. Note: While OpenAPI generally discourages request bodies for DELETE operations, this API supports it for detailed filtering." } ] } ], "bundled": true }