List companies
distru_list_companiesRetrieve company relationships including customers, vendors, and brands. Resolve brand names to brand IDs for product filtering.
Instructions
List company relationships - customers, vendors, and brands all live here (GET /public/v1/companies). A product's brand is a company record, so this is also how you resolve a brand name to a brand_id for product filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| name | No | Case-insensitive substring match. | |
| page | No | 1-indexed page number. Page size is not guaranteed stable; follow next_page instead. | |
| names | No | Exact match on any name in this list. | |
| deleted | No | Whether to include soft-deleted records. Defaults to "no". | |
| category | No | ||
| updated_datetime | No | Comma-delimited datetime range. "T," = on or after T; ",T" = on or before T; "A,B" = between A and B inclusive. Format: YYYY-MM-DDTHH:MM:SS.MSZ. |