Skip to main content

api_projects

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