The Department Object ### Description The Department
object is used to represent a department within a company. ### Usage Example Fetch from the LIST Departments
endpoint and view the departments within a company.
Name | Type | Description | Notes |
---|---|---|---|
id | str | [optional] [readonly] | |
remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
name | str, none_type | The department's name. | [optional] |
remote_data | [RemoteData], none_type | [optional] [readonly] | |
remote_was_deleted | bool | Indicates whether or not this object has been deleted by third party webhooks. | [optional] [readonly] |