GET api/GetGrantChartData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GrantChartData| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| ProjectNO | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Progress | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectID": 1,
"ProjectNO": "sample string 2",
"StartDate": "2025-11-01T00:45:10.1433797-04:00",
"EndDate": "2025-11-01T00:45:10.1433797-04:00",
"Progress": "sample string 5"
},
{
"ProjectID": 1,
"ProjectNO": "sample string 2",
"StartDate": "2025-11-01T00:45:10.1433797-04:00",
"EndDate": "2025-11-01T00:45:10.1433797-04:00",
"Progress": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfGrantChartData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<GrantChartData>
<EndDate>2025-11-01T00:45:10.1433797-04:00</EndDate>
<Progress>sample string 5</Progress>
<ProjectID>1</ProjectID>
<ProjectNO>sample string 2</ProjectNO>
<StartDate>2025-11-01T00:45:10.1433797-04:00</StartDate>
</GrantChartData>
<GrantChartData>
<EndDate>2025-11-01T00:45:10.1433797-04:00</EndDate>
<Progress>sample string 5</Progress>
<ProjectID>1</ProjectID>
<ProjectNO>sample string 2</ProjectNO>
<StartDate>2025-11-01T00:45:10.1433797-04:00</StartDate>
</GrantChartData>
</ArrayOfGrantChartData>