GET api/export/ShreveportCEDataWarehouse_ActionInfo/{start}/{end}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | date |
Required |
|
| end | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_ShreveportCEDataWarehouse_ActionInfo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionCreated | date |
None. |
|
| ActionDescription | string |
None. |
|
| ActionCreatedBy | string |
None. |
|
| MPNProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ActionCreated": "2025-11-02T08:13:27.6761039-06:00",
"ActionDescription": "sample string 1",
"ActionCreatedBy": "sample string 2",
"MPNProjectID": 3
},
{
"ActionCreated": "2025-11-02T08:13:27.6761039-06:00",
"ActionDescription": "sample string 1",
"ActionCreatedBy": "sample string 2",
"MPNProjectID": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportCEDataWarehouse_ActionInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_ShreveportCEDataWarehouse_ActionInfo_Result>
<ActionCreated>2025-11-02T08:13:27.6761039-06:00</ActionCreated>
<ActionCreatedBy>sample string 2</ActionCreatedBy>
<ActionDescription>sample string 1</ActionDescription>
<MPNProjectID>3</MPNProjectID>
</Export_ShreveportCEDataWarehouse_ActionInfo_Result>
<Export_ShreveportCEDataWarehouse_ActionInfo_Result>
<ActionCreated>2025-11-02T08:13:27.6761039-06:00</ActionCreated>
<ActionCreatedBy>sample string 2</ActionCreatedBy>
<ActionDescription>sample string 1</ActionDescription>
<MPNProjectID>3</MPNProjectID>
</Export_ShreveportCEDataWarehouse_ActionInfo_Result>
</ArrayOfExport_ShreveportCEDataWarehouse_ActionInfo_Result>