api_item_types
⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.
This table provides item type (hour type/cost type) data from Simplicate.
Description
The api_item_types table exposes item type entities, which represent different types of hours or costs that can be
registered in Simplicate.
Fields
| Field Name | Type | Description |
|---|---|---|
item_type_id | Integer | Unique identifier for the item type |
hour_type | String | Name of the item or hour type |
item_type_type | String | Category of the item type (e.g., hours, costs) |
Deprecated Fields
⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.
| Deprecated Field | Type | Recommended Alternative |
|---|---|---|
key_item_type_id | Integer | item_type_id |
item_type_name | String | hour_type |
Related Tables
api_time_registrations- Time registrations viaitem_type_idapi_project_assignments- Project assignments viaitem_type_idapi_project_service_costs- Costs viaitem_type_idapi_project_service_hour_budgets- Hour budgets viaitem_type_idapi_project_service_cost_budgets- Cost budgets viaitem_type_id