Skip to main content

api_projects

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

Description

The api_projects table exposes project entities from Simplicate's project management module.

Fields

Field NameTypeDescription
project_idIntegerUnique identifier for the project
relation_idIntegerIdentifier of the client relation
administration_idIntegerIdentifier of the administration
project_manager_idIntegerIdentifier of the project manager (employee)
project_numberStringHuman-readable project number or code
projectStringName or title of the project
project_statusStringCurrent status of the project (e.g., active, completed, on hold)
is_project_billableStringIndicates whether the project is billable to the client (yes/no)
project_categoryStringCategory of project: direct (billable) or indirect (non-billable)
project_start_dateDatePlanned or actual start date of the project
project_end_dateDatePlanned or actual end date of the project
date_createdDateTimeDate when the project was created in the system
date_updatedDateTimeDate when the project was last updated

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_project_idIntegerproject_id
key_administration_idIntegeradministration_id
key_project_manager_idIntegerproject_manager_id
project_nameStringproject
is_billableStringis_project_billable
start_dateDateproject_start_date
end_dateDateproject_end_date
  • api_project_services - Project services via project_id
  • api_project_assignments - Project assignments via project_id
  • api_relations - Client details via relation_id
  • api_employees - Project manager details via project_manager_id
  • api_administrations - Administration details via administration_id
  • api_project_custom_fields - Custom fields via project_id
  • api_workflows - Workflows via linked_project_id