Skip to main content

api_project_assignments

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

Description

The api_project_assignments table exposes project assignment entities, which represent the assignment of employees to specific project services and item types.

Fields

Field NameTypeDescription
project_assignment_idIntegerUnique identifier for the project assignment
project_idIntegerIdentifier of the project
project_service_idIntegerIdentifier of the project service
project_item_type_idIntegerIdentifier of the project item type
item_type_idIntegerIdentifier of the item type (hour type)
employee_idIntegerIdentifier of the assigned employee
assignmentStringName or description of the assignment

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_assignment_idIntegerproject_assignment_id
key_project_idIntegerproject_id
key_project_service_idIntegerproject_service_id
key_project_item_type_idIntegerproject_item_type_id
key_item_type_idIntegeritem_type_id
key_employee_idIntegeremployee_id
assignment_nameStringassignment
  • api_projects - Project details via project_id
  • api_project_services - Service details via project_service_id
  • api_employees - Employee details via employee_id
  • api_item_types - Item type details via item_type_id
  • api_project_assignments_facts - Daily facts via project_assignment_id