GET api/export/ShreveportCEDataWarehouse_DateFieldInfo/{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_DateFieldInfo_ResultName | Description | Type | Additional information |
---|---|---|---|
DateFieldType | string |
None. |
|
DateFieldValue | date |
None. |
|
MPNProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DateFieldType": "sample string 1", "DateFieldValue": "2024-11-22T20:59:06.2764371-06:00", "MPNProjectID": 3 }, { "DateFieldType": "sample string 1", "DateFieldValue": "2024-11-22T20:59:06.2764371-06:00", "MPNProjectID": 3 } ]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportCEDataWarehouse_DateFieldInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_ShreveportCEDataWarehouse_DateFieldInfo_Result> <DateFieldType>sample string 1</DateFieldType> <DateFieldValue>2024-11-22T20:59:06.2764371-06:00</DateFieldValue> <MPNProjectID>3</MPNProjectID> </Export_ShreveportCEDataWarehouse_DateFieldInfo_Result> <Export_ShreveportCEDataWarehouse_DateFieldInfo_Result> <DateFieldType>sample string 1</DateFieldType> <DateFieldValue>2024-11-22T20:59:06.2764371-06:00</DateFieldValue> <MPNProjectID>3</MPNProjectID> </Export_ShreveportCEDataWarehouse_DateFieldInfo_Result> </ArrayOfExport_ShreveportCEDataWarehouse_DateFieldInfo_Result>