Skip to main content

Table api_project_assignments

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

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.

ields

Field Name

Type

Description

project_assignment_id

Integer

Unique identifier for the project assignment

project_id

Integer

Identifier of the project

project_service_id

Integer

Identifier of the project service

project_item_type_id

Integer

Identifier of the project item type

item_type_id

Integer

Identifier of the item type (hour type)

employee_id

Integer

Identifier of the assigned employee

assignment

String

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

Type

Recommended Alternative

key_project_assignment_id

Integer

project_assignment_id

key_project_id

Integer

project_id

key_project_service_id

Integer

project_service_id

key_project_item_type_id

Integer

project_item_type_id

key_item_type_id

Integer

item_type_id

key_employee_id

Integer

employee_id

assignment_name

String

assignment

Related Tables

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

Did this answer your question?