ProjectPhaseTypes
Queryable, Introduced in version 2.36
GET https://localhost:8001/sv/001.1/api/v1/Common/ProjectPhaseTypes
Represents a project phase type.
GUID
FE62079E-AAE9-4E41-8C47-6BFEDD53A9CE
Required permission
Show basic data for project
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the type. |
|
Number | Int32 | The number of the type. |
|
Description | String | The translated description of the type. |
|
ManagerId | Int64? | The business key identifier of the manager of the type. References ApplicationUsers. |
Example
{
"Id": 0,
"Number": 0,
"Description": null,
"ManagerId": null
}