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