Skip to main content

api_project_services

⚠️ 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 project service data from Simplicate.

Description

The api_project_services table exposes project service entities, which represent the individual services configured within a project.

Fields

Field NameTypeDescription
project_service_idIntegerUnique identifier for the project service
project_idIntegerIdentifier of the parent project
revenue_group_idIntegerIdentifier of the revenue group for categorization
project_serviceStringName of the project service
default_serviceStringDefault name template for this type of service
service_numberStringHuman-readable service number or code
project_service_invoice_methodStringMethod used for invoicing this service (e.g., hours, fixed price)
project_service_subscription_cycleStringBilling cycle for subscription-based services (e.g., monthly, quarterly, half_year, yearly)
is_activeStringIndicator whether the project service is active or inactive
should_not_invoice_valueNumericFlag indicating if the value should not be invoiced (1=do not invoice, 0=invoice)
tracking_budget_enabledNumericWhether budget tracking is enabled for this service (1=enabled, 0=disabled)
progressNumericProgress percentage of the project service (0-100)
project_service_created_atDateDate when the project service was created

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_projectsservice_idIntegerproject_service_id
key_project_idIntegerproject_id
key_revenue_group_idIntegerrevenue_group_id
project_service_nameStringproject_service
default_service_nameStringdefault_service
invoice_methodStringproject_service_invoice_method
subscription_cycleStringproject_service_subscription_cycle
has_tracking_budgetNumerictracking_budget_enabled
create_dateDateproject_service_created_at
  • api_projects - Project details via project_id
  • api_revenuegroups - Revenue group details via revenue_group_id
  • api_project_service_hour_budgets - Hour budgets via project_service_id
  • api_project_service_cost_budgets - Cost budgets via project_service_id
  • api_project_service_costs - Costs via project_service_id
  • api_project_service_date_facts - Daily facts via project_service_id
  • api_time_registrations - Time registrations via project_service_id
  • api_project_assignments - Assignments via project_service_id