ProjectTypes
Queryable, Introduced in version 2.43
GET https://localhost:8001/sv/001.1/api/v1/Common/ProjectTypes
Represents a project type.
GUID
bcacaada-fbd4-43d4-97b6-cacc951f81fb
Required permission
Show basic data for project
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the project type. |
|
Number | Int64 | The human readable identifier of the project type. |
|
Description | String | The translated description of the project type. |
Example
{
"Id": 0,
"Number": 0,
"Description": null
}