Eckpunkt-Details abrufen

Eckpunkt-Details abrufen

 

GET /v1/keypoints/keypoint

Base url: https://pcp-api.semyouonline.com

Mit diesem Endpunkt können Sie alle Detail-Informationen eines Eckpunktes abrufen.

 

Authentifizierung 

API Key

 

Parameter

Name Erforderlich Beschreibung
BuGuid x Business Unit Guid. SEMYOU Domänen-Identifikator
ProjectId x Identifikator des Projektes
KeypointId x Identifikator des Eckpunktes

 

 

Responses

Media type: application/json

Status code Beschreibung
200 Ok

Fehler Codes 

 

Beispiel

{
  "BuGuid": "3fa84f64-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,
  "Description": "string",
  "DescriptionInput": "string",
  "DescriptionOutput": "string",
  "DescriptionAction": "string",
  "Customfields": "{\"FieldName1\":\"FieldValue1\",\"FieldName2\":\"FieldValue2\"}",
  "Contributors": "[\"Contributor Name\", \"Contributor Name\"]"
}