A company represents an organization or a group of users that work under a common corporate entity.
Attributes
| Attribute | Type | Description |
|---|---|---|
id | Integer | The unique id of the Company. |
tenant_id | Integer | The id of the Tenant the Company belongs to. |
name | String | The Company's name. |
timezone | String | The Company's timezone setting. |
Allowed includes
| Relation | Type | Description |
|---|---|---|
tenant | Tenant | The Tenant the Company belongs to. |
Allowed filters
| Name | Type | Description |
|---|---|---|
id | Integer | Filter Companies by their id. |
name | String | Filter Companies by their name. |
Allowed sorts
| Name | Description |
|---|---|
name | Sort Companies by their name |
