Eckpunkte abrufen
GET /v1/keypoints
Base url: https://pcp-api.semyouonline.com
Mit diesem Endpunkt können Sie entweder eine Liste aller Eckpunkte abrufen oder spezifisch für ein Projekt.
Authentifizierung
API Key
Parameter
Name | Erforderlich | Beschreibung |
---|---|---|
BuGuid | x | Business Unit Guid. SEMYOU Domänen-Identifikator |
Start | x | Startposition der abzurufenden Daten |
Limit | x | Anzahl Datensätze pro Anfrage. Maximales Limit ist 100 |
ProjectId | Optional. Identifikator des Projektes. Wird dieser Parameter gesetzt, so werden nur die Eckpunkte dieses Projektes abgerufen |
Responses
Media type: application/json
Status code | Beschreibung |
---|---|
200 | Ok |
Beispiel
[
{
"BuGuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ProjectId": 0,
"No": "string",
"Title": "string",
"PhaseId": 0,
"WorkstreamId": 0,
"QgId": 0,
"Responsibility": "string",
"RagStatus": 0,
"ProgressStatus": 0,
"EndDate": "06/20/2022",
"StartDate": "01/20/2022",
"Id": 0,
"PcpId": 0,
"PhaseName": "string",
"WorkstreamName": "string",
"QgName": "string",
"ActiveStatus": 0,
"Duration": 0,
"StartDatePlanned": "01/20/2021",
"EndDatePlanned": "05/20/2022",
"Tags": "[\"Tag 1\", \"Tag 2\", \"Tag 3\"]",
"Effort": 20.55,
"EffortPlanned": 25.35
}
]