GET ContractHistory/GetCPORContractAwards?reportyear={reportyear}
Get CPOR Contract Awards for the specified year
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportyear |
Fiscal Year |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCPORContractAwards_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| FISCAL_YEAR | integer |
None. |
|
| DOCUMENT_URL | string |
None. |
|
| BOARD_REPORT_NUMBER | string |
None. |
|
| CONTRACT_URL | string |
None. |
|
| CONTRACT_NUMBER | string |
None. |
|
| CONTRACT_AMOUNT | string |
None. |
|
| SECRETARY_SIGNED_DISPLAY_DATE | string |
None. |
|
| SECRETARY_SIGNED_DATE | date |
None. |
|
| SPEC_NUMBER | string |
None. |
|
| VENDOR | string |
None. |
|
| AUTHORIZED_AMOUNT | string |
None. |
|
| PROJECT_NAME | string |
None. |
|
| CPOR_STAR | string |
None. |
|
| ACTUAL_START_DATE | string |
None. |
|
| ESTIMATED_COMPLETION_DATE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FISCAL_YEAR": 1,
"DOCUMENT_URL": "sample string 2",
"BOARD_REPORT_NUMBER": "sample string 3",
"CONTRACT_URL": "sample string 4",
"CONTRACT_NUMBER": "sample string 5",
"CONTRACT_AMOUNT": "sample string 6",
"SECRETARY_SIGNED_DISPLAY_DATE": "sample string 7",
"SECRETARY_SIGNED_DATE": "2025-11-02T11:44:01.2838662-06:00",
"SPEC_NUMBER": "sample string 8",
"VENDOR": "sample string 9",
"AUTHORIZED_AMOUNT": "sample string 10",
"PROJECT_NAME": "sample string 11",
"CPOR_STAR": "sample string 12",
"ACTUAL_START_DATE": "sample string 13",
"ESTIMATED_COMPLETION_DATE": "sample string 14"
},
{
"FISCAL_YEAR": 1,
"DOCUMENT_URL": "sample string 2",
"BOARD_REPORT_NUMBER": "sample string 3",
"CONTRACT_URL": "sample string 4",
"CONTRACT_NUMBER": "sample string 5",
"CONTRACT_AMOUNT": "sample string 6",
"SECRETARY_SIGNED_DISPLAY_DATE": "sample string 7",
"SECRETARY_SIGNED_DATE": "2025-11-02T11:44:01.2838662-06:00",
"SPEC_NUMBER": "sample string 8",
"VENDOR": "sample string 9",
"AUTHORIZED_AMOUNT": "sample string 10",
"PROJECT_NAME": "sample string 11",
"CPOR_STAR": "sample string 12",
"ACTUAL_START_DATE": "sample string 13",
"ESTIMATED_COMPLETION_DATE": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCPORContractAwards_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
<GetCPORContractAwards_Result>
<ACTUAL_START_DATE>sample string 13</ACTUAL_START_DATE>
<AUTHORIZED_AMOUNT>sample string 10</AUTHORIZED_AMOUNT>
<BOARD_REPORT_NUMBER>sample string 3</BOARD_REPORT_NUMBER>
<CONTRACT_AMOUNT>sample string 6</CONTRACT_AMOUNT>
<CONTRACT_NUMBER>sample string 5</CONTRACT_NUMBER>
<CONTRACT_URL>sample string 4</CONTRACT_URL>
<CPOR_STAR>sample string 12</CPOR_STAR>
<DOCUMENT_URL>sample string 2</DOCUMENT_URL>
<ESTIMATED_COMPLETION_DATE>sample string 14</ESTIMATED_COMPLETION_DATE>
<FISCAL_YEAR>1</FISCAL_YEAR>
<PROJECT_NAME>sample string 11</PROJECT_NAME>
<SECRETARY_SIGNED_DATE>2025-11-02T11:44:01.2838662-06:00</SECRETARY_SIGNED_DATE>
<SECRETARY_SIGNED_DISPLAY_DATE>sample string 7</SECRETARY_SIGNED_DISPLAY_DATE>
<SPEC_NUMBER>sample string 8</SPEC_NUMBER>
<VENDOR>sample string 9</VENDOR>
</GetCPORContractAwards_Result>
<GetCPORContractAwards_Result>
<ACTUAL_START_DATE>sample string 13</ACTUAL_START_DATE>
<AUTHORIZED_AMOUNT>sample string 10</AUTHORIZED_AMOUNT>
<BOARD_REPORT_NUMBER>sample string 3</BOARD_REPORT_NUMBER>
<CONTRACT_AMOUNT>sample string 6</CONTRACT_AMOUNT>
<CONTRACT_NUMBER>sample string 5</CONTRACT_NUMBER>
<CONTRACT_URL>sample string 4</CONTRACT_URL>
<CPOR_STAR>sample string 12</CPOR_STAR>
<DOCUMENT_URL>sample string 2</DOCUMENT_URL>
<ESTIMATED_COMPLETION_DATE>sample string 14</ESTIMATED_COMPLETION_DATE>
<FISCAL_YEAR>1</FISCAL_YEAR>
<PROJECT_NAME>sample string 11</PROJECT_NAME>
<SECRETARY_SIGNED_DATE>2025-11-02T11:44:01.2838662-06:00</SECRETARY_SIGNED_DATE>
<SECRETARY_SIGNED_DISPLAY_DATE>sample string 7</SECRETARY_SIGNED_DISPLAY_DATE>
<SPEC_NUMBER>sample string 8</SPEC_NUMBER>
<VENDOR>sample string 9</VENDOR>
</GetCPORContractAwards_Result>
</ArrayOfGetCPORContractAwards_Result>