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_ResultName | Description | Type | Additional information |
---|---|---|---|
ActionCreated | date |
None. |
|
ActionDescription | string |
None. |
|
ActionCreatedBy | string |
None. |
|
MPNProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ActionCreated": "2024-11-22T20:57:25.4698685-06:00", "ActionDescription": "sample string 1", "ActionCreatedBy": "sample string 2", "MPNProjectID": 3 }, { "ActionCreated": "2024-11-22T20:57:25.4698685-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>2024-11-22T20:57:25.4698685-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>2024-11-22T20:57:25.4698685-06:00</ActionCreated> <ActionCreatedBy>sample string 2</ActionCreatedBy> <ActionDescription>sample string 1</ActionDescription> <MPNProjectID>3</MPNProjectID> </Export_ShreveportCEDataWarehouse_ActionInfo_Result> </ArrayOfExport_ShreveportCEDataWarehouse_ActionInfo_Result>