GET api/projectone/P1ProjectOverview?projectId={projectId}&spaceId={spaceId}

Get P1 project overview

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

spaceId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Get P1 project overview

API_Data_P1ProjectOverview
NameDescriptionTypeAdditional information
Success

boolean

None.

Error

ErrorInfo

None.

Data

P1ProjectOverview

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Error": {
    "ErrorCode": 1,
    "ErrorMessage": "sample string 1"
  },
  "Data": {
    "P1ProjectType": 1,
    "ProjectCategory": 2,
    "Identifier": "sample string 3",
    "ProjectId": 4,
    "SubProjectId": 5,
    "ParentId": 6,
    "ParentName": "sample string 7",
    "SubProjectType": 1,
    "SubProjectTypeName": "sample string 8",
    "SubProjectName": "sample string 9",
    "StatusId": 1,
    "StatusName": "sample string 10",
    "IfClosed": true,
    "PrimaryManagerId": 1,
    "PrimaryManagerName": "sample string 12",
    "PriorityId": 1,
    "PriorityName": "sample string 13",
    "PlanStartDate": "2024-12-21 19:12:24",
    "PlanFinishDate": "2024-12-21 19:12:24",
    "SupportReleaseBacklog": 1,
    "DevelopmentMethod": 1,
    "SupportSubReleaseOption": 1,
    "TeamSupportOption": 1,
    "PSTypeId": 1,
    "PSTypeName": "sample string 14",
    "DelayStatus": 1,
    "DelayStatusName": "sample string 15",
    "ProgressDescription": "sample string 16",
    "DelayDays": 1,
    "DelayReason": "sample string 17",
    "CustomFieldValues": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Value": "sample string 3",
        "ChoiceId": {}
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Value": "sample string 3",
        "ChoiceId": {}
      }
    ],
    "TeamMembers": [
      {
        "MemberId": {
          "Id": 1,
          "Option": 2
        },
        "MemberName": "sample string 1"
      },
      {
        "MemberId": {
          "Id": 1,
          "Option": 2
        },
        "MemberName": "sample string 1"
      }
    ],
    "ProjectHierarchyId": 1,
    "ProjectHierarchyPath": "sample string 18"
  }
}

application/xml, text/xml

Sample:
<API_Data_P1ProjectOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.ProjectOne">
    <CustomFieldValues xmlns:d3p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Task" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">
      <d3p1:TFieldValue>
        <d3p1:ChoiceId />
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TFieldValue>
      <d3p1:TFieldValue>
        <d3p1:ChoiceId />
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Value>sample string 3</d3p1:Value>
      </d3p1:TFieldValue>
    </CustomFieldValues>
    <DelayDays xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</DelayDays>
    <DelayReason xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 17</DelayReason>
    <DelayStatus xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</DelayStatus>
    <DelayStatusName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 15</DelayStatusName>
    <DevelopmentMethod xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</DevelopmentMethod>
    <IfClosed xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">true</IfClosed>
    <PSTypeId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</PSTypeId>
    <PSTypeName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 14</PSTypeName>
    <ParentId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">6</ParentId>
    <ParentName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 7</ParentName>
    <PlanFinishDate xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">2024-12-21T19:12:24.5428816-08:00</PlanFinishDate>
    <PlanStartDate xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">2024-12-21T19:12:24.5428816-08:00</PlanStartDate>
    <PrimaryManagerId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</PrimaryManagerId>
    <PrimaryManagerName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 12</PrimaryManagerName>
    <PriorityId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</PriorityId>
    <PriorityName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 13</PriorityName>
    <ProgressDescription xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 16</ProgressDescription>
    <ProjectHierarchyId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</ProjectHierarchyId>
    <ProjectHierarchyPath xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 18</ProjectHierarchyPath>
    <ProjectId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">4</ProjectId>
    <StatusChoices xmlns:d3p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities" />
    <StatusId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</StatusId>
    <StatusName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 10</StatusName>
    <SubProjectId xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">5</SubProjectId>
    <SubProjectName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 9</SubProjectName>
    <SubProjectType xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</SubProjectType>
    <SubProjectTypeName xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">sample string 8</SubProjectTypeName>
    <SupportReleaseBacklog xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</SupportReleaseBacklog>
    <SupportSubReleaseOption xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</SupportSubReleaseOption>
    <TeamMembers xmlns:d3p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">
      <d3p1:MemberObject>
        <d3p1:MemberId>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:Option>2</d3p1:Option>
        </d3p1:MemberId>
        <d3p1:MemberName>sample string 1</d3p1:MemberName>
      </d3p1:MemberObject>
      <d3p1:MemberObject>
        <d3p1:MemberId>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:Option>2</d3p1:Option>
        </d3p1:MemberId>
        <d3p1:MemberName>sample string 1</d3p1:MemberName>
      </d3p1:MemberObject>
    </TeamMembers>
    <TeamSupportOption xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">1</TeamSupportOption>
    <d2p1:Identifier>sample string 3</d2p1:Identifier>
    <d2p1:P1ProjectType>1</d2p1:P1ProjectType>
    <d2p1:ProjectCategory>2</d2p1:ProjectCategory>
  </Data>
  <Error>
    <ErrorCode>1</ErrorCode>
    <ErrorMessage>sample string 1</ErrorMessage>
  </Error>
  <Success>true</Success>
</API_Data_P1ProjectOverview>