PSOhub API - Project Type
Learn how to retrieve the available project types
In PSOhub, project types can be used to define projects into a specific category. Project types are managed within PSOhub but can be retrieved and their ID can be send when creating a project to link it to a type.
Get all project types
To get all project types, you can use the following endpoint
GET https://www.psohubapp.com/rest/psohubapi/v1/projecttype
If successful, the response will be this
[
{
"ProjectTypeName": "Consultancy",
"ObjectID": 117938015241764922
},
{
"ProjectTypeName": "Other",
"ObjectID": 117938015241764924
},
{
"ProjectTypeName": "Product sales",
"ObjectID": 117938015241764923
}
]