GET api/GetProjectsPerMonthGridData/{month}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProjectsPerMonthGridData| Name | Description | Type | Additional information |
|---|---|---|---|
| MonthDate | date |
None. |
|
| MonthYear | string |
None. |
|
| ConstructionQty | integer |
None. |
|
| BidAwardedQty | integer |
None. |
|
| DesignQty | integer |
None. |
|
| StartupQty | integer |
None. |
|
| CloseoutsQty | integer |
None. |
|
| ConstructionAmount | decimal number |
None. |
|
| BidAwardedAmount | decimal number |
None. |
|
| DesignAmount | decimal number |
None. |
|
| StartupAmount | decimal number |
None. |
|
| CloseoutsAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MonthDate": "2025-11-01T00:44:32.621792-04:00",
"MonthYear": "sample string 2",
"ConstructionQty": 3,
"BidAwardedQty": 4,
"DesignQty": 5,
"StartupQty": 6,
"CloseoutsQty": 7,
"ConstructionAmount": 8.0,
"BidAwardedAmount": 9.0,
"DesignAmount": 10.0,
"StartupAmount": 11.0,
"CloseoutsAmount": 12.0
},
{
"MonthDate": "2025-11-01T00:44:32.621792-04:00",
"MonthYear": "sample string 2",
"ConstructionQty": 3,
"BidAwardedQty": 4,
"DesignQty": 5,
"StartupQty": 6,
"CloseoutsQty": 7,
"ConstructionAmount": 8.0,
"BidAwardedAmount": 9.0,
"DesignAmount": 10.0,
"StartupAmount": 11.0,
"CloseoutsAmount": 12.0
}
]
application/xml, text/xml
Sample:
<ArrayOfProjectsPerMonthGridData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<ProjectsPerMonthGridData>
<BidAwardedAmount>9</BidAwardedAmount>
<BidAwardedQty>4</BidAwardedQty>
<CloseoutsAmount>12</CloseoutsAmount>
<CloseoutsQty>7</CloseoutsQty>
<ConstructionAmount>8</ConstructionAmount>
<ConstructionQty>3</ConstructionQty>
<DesignAmount>10</DesignAmount>
<DesignQty>5</DesignQty>
<MonthDate>2025-11-01T00:44:32.621792-04:00</MonthDate>
<MonthYear>sample string 2</MonthYear>
<StartupAmount>11</StartupAmount>
<StartupQty>6</StartupQty>
</ProjectsPerMonthGridData>
<ProjectsPerMonthGridData>
<BidAwardedAmount>9</BidAwardedAmount>
<BidAwardedQty>4</BidAwardedQty>
<CloseoutsAmount>12</CloseoutsAmount>
<CloseoutsQty>7</CloseoutsQty>
<ConstructionAmount>8</ConstructionAmount>
<ConstructionQty>3</ConstructionQty>
<DesignAmount>10</DesignAmount>
<DesignQty>5</DesignQty>
<MonthDate>2025-11-01T00:44:32.621792-04:00</MonthDate>
<MonthYear>sample string 2</MonthYear>
<StartupAmount>11</StartupAmount>
<StartupQty>6</StartupQty>
</ProjectsPerMonthGridData>
</ArrayOfProjectsPerMonthGridData>