Back to Templates
This workflow provides an API endpoint /api/v1/get-companies that retrieves company records directly from your Odoo database. It’s built for teams who need to query or export company data — either as structured JSON for integrations or as Excel (.xlsx) for reporting.
When a request is made, the workflow:
name, response_format).like filter for partial name matches.response_format parameter.This makes it ideal for quickly exporting or syncing company information with other tools.
/api/v1/get-companies.fieldsList in the Odoo node to include more company details (VAT, address, etc.)./api/v1/get-companies?name=Tech&response_format=json/api/v1/get-companies?name=Tech&response_format=excel