Skip to main content

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 NameTypeDescription
item_type_idIntegerUnique identifier for the item type
hour_typeStringName of the item or hour type
item_type_typeStringCategory 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 FieldTypeRecommended Alternative
key_item_type_idIntegeritem_type_id
item_type_nameStringhour_type
  • api_time_registrations - Time registrations via item_type_id
  • api_project_assignments - Project assignments via item_type_id
  • api_project_service_costs - Costs via item_type_id
  • api_project_service_hour_budgets - Hour budgets via item_type_id
  • api_project_service_cost_budgets - Cost budgets via item_type_id