Skip to main content

Table api_item_types

The api_item_types table exposes item type entities, which represent different types of hours or costs that can be registered in Simplicate.

Prosper Rabo avatar
Written by Prosper Rabo
Updated this week

⚠️ 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.

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 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

Did this answer your question?