# CrmAttributes_AttributeOptionsCompanies Get company attributes Retrieve the list of all attributes defined for companies, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes. - Catalog: `Brevo` - Schema: `Companies` This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API. ## Table Columns The columns of the table `CrmAttributes_AttributeOptionsCompanies` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `attributeTypeName` | `varchar2` | | ☐ | Type of the attribute | | `internalName` | `varchar2` | | ☐ | Internal name of the attribute | | `isRequired` | `char` | | ☐ | Whether this attribute is required | | `isValueReadonly` | `char` | | ☐ | Whether this attribute value is read-only | | `key` | `varchar2` | Key | ☐ | | | `label` | `varchar2` | Label | ☐ | Display label of the attribute | | `value` | `varchar2` | Value | ☐ | |