ProjectPhases
Queryable, Introduced in version 2.36
GET https://localhost:8001/sv/001.1/api/v1/Common/ProjectPhases
Represents a project phase.
GUID
2A81071D-467A-4E01-823C-5508AEB554DC
Required permission
Show Activity list – Project
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the project phase. |
|
Description | String | The translated description of the project phase. |
|
Number | Int64 | The number of the project phase. |
|
PhaseTypeId | Int64 | The business key identifier of the type of the project phase. References ProjectPhaseTypes. |
|
PhaseType | ProjectPhaseTypes | The type of the project phase.
|
|
ResponsibleUserId | Int64 | The business key identifier of the project phase's reponsible user. References ApplicationUsers. |
|
ParentId | Int64 | The business key identifier of the phase's parent. References Projects. |
|
IsDummy | Boolean | Specifies if the project phase is a dummy phase. |
|
RowIndex | Int32 | The row index of the project phase. |
|
Activities | ProjectActivities[] | The activities of the project phase.
|
Example
{
"Id": 0,
"Description": null,
"Number": 0,
"PhaseTypeId": 0,
"PhaseType": null,
"ResponsibleUserId": 0,
"ParentId": 0,
"IsDummy": false,
"RowIndex": 0,
"Activities": null
}