GET api/GetSouthTerminalctedProjects/{projectids}/{protypevalue}/{typeid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectids | string |
Required |
|
| protypevalue | string |
Required |
|
| typeid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of KPISelectedProjects| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionProjectID | integer |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectNO | string |
None. |
|
| ProjectNumber | string |
None. |
|
| Description | string |
None. |
|
| VendorName | string |
None. |
|
| ProjectTypeText | string |
None. |
|
| ProjectType | integer |
None. |
|
| SectionID | integer |
None. |
|
| SubProgramID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SectionProjectID": 1,
"ProjectId": 1,
"ProjectNO": "sample string 2",
"ProjectNumber": "sample string 3",
"Description": "sample string 4",
"VendorName": "sample string 5",
"ProjectTypeText": "sample string 6",
"ProjectType": 7,
"SectionID": 8,
"SubProgramID": 9
},
{
"SectionProjectID": 1,
"ProjectId": 1,
"ProjectNO": "sample string 2",
"ProjectNumber": "sample string 3",
"Description": "sample string 4",
"VendorName": "sample string 5",
"ProjectTypeText": "sample string 6",
"ProjectType": 7,
"SectionID": 8,
"SubProgramID": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfKPISelectedProjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<KPISelectedProjects>
<Description>sample string 4</Description>
<ProjectId>1</ProjectId>
<ProjectNO>sample string 2</ProjectNO>
<ProjectNumber>sample string 3</ProjectNumber>
<ProjectType>7</ProjectType>
<ProjectTypeText>sample string 6</ProjectTypeText>
<SectionID>8</SectionID>
<SectionProjectID>1</SectionProjectID>
<SubProgramID>9</SubProgramID>
<VendorName>sample string 5</VendorName>
</KPISelectedProjects>
<KPISelectedProjects>
<Description>sample string 4</Description>
<ProjectId>1</ProjectId>
<ProjectNO>sample string 2</ProjectNO>
<ProjectNumber>sample string 3</ProjectNumber>
<ProjectType>7</ProjectType>
<ProjectTypeText>sample string 6</ProjectTypeText>
<SectionID>8</SectionID>
<SectionProjectID>1</SectionProjectID>
<SubProgramID>9</SubProgramID>
<VendorName>sample string 5</VendorName>
</KPISelectedProjects>
</ArrayOfKPISelectedProjects>