Projekt-Typen abrufen
GET /v1/projectTypes
Base url: https://pcp-api.semyouonline.com
Mit diesem Endpunkt können Sie eine Liste aller Projekt-Typen abrufen.
Authentifizierung
API Key
Parameter
| Name | Erforderlich | Beschreibung |
|---|---|---|
| BuGuid | x | Business Unit Guid. SEMYOU Domänen-Identifikator |
Responses
Media type: application/json
| Status code | Beschreibung |
|---|---|
| 200 | Ok |
Beispiel
[
{
"BuGuid": "3fa84-5717-4562-b3fc-2c963f66afa6",
"Name": "string"
}
]