# Search the list of companies that work with Search the list of companies that work with Endpoint: GET /api/companies/{id}/relations Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Query parameters: - `AssociatedCompanyId` (string) - `ExternalIdentifier` (string) - `OnlyWithoutContacts` (boolean) - `ContactUserId` (string) - `ContactResponsibilityId` (string) ## Response 200 fields (application/json): - `externalIdentifier` (string,null) - `externalName` (string,null) - `contacts` (array,null) - `contacts.userId` (string) - `contacts.responsibilityId` (string) - `comments` (array,null) - `comments.value` (string,null) - `comments.authorId` (string,null) - `comments.commentDate` (string,null) - `retailerCustomizedAttributes` (array,null) - `retailerCustomizedAttributes.retailerLabel` (string,null) - `retailerCustomizedAttributes.retailerCode` (string,null) - `categories` (array,null) - `categories.categoryId` (string) - `categories.categoryItemId` (string) - `companyActivities` (array,null) - `id` (string) - `ownerCompanyId` (string) - `associatedWithCompanyId` (string) - `createdAt` (string,null) - `modifiedAt` (string,null) - `enabled` (boolean) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)