GET api/export/ShreveportMPCDataWarehouse_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_ShreveportMPCDataWarehouse_DateFieldInfo_ResultName | Description | Type | Additional information |
---|---|---|---|
MPNProjectID | integer |
None. |
|
DateFieldType | string |
None. |
|
DateFieldValue | date |
None. |
|
DateFieldDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MPNProjectID": 1, "DateFieldType": "sample string 2", "DateFieldValue": "2024-11-22T20:43:55.4812621-06:00", "DateFieldDescription": "sample string 4" }, { "MPNProjectID": 1, "DateFieldType": "sample string 2", "DateFieldValue": "2024-11-22T20:43:55.4812621-06:00", "DateFieldDescription": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportMPCDataWarehouse_DateFieldInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result> <DateFieldDescription>sample string 4</DateFieldDescription> <DateFieldType>sample string 2</DateFieldType> <DateFieldValue>2024-11-22T20:43:55.4812621-06:00</DateFieldValue> <MPNProjectID>1</MPNProjectID> </Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result> <Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result> <DateFieldDescription>sample string 4</DateFieldDescription> <DateFieldType>sample string 2</DateFieldType> <DateFieldValue>2024-11-22T20:43:55.4812621-06:00</DateFieldValue> <MPNProjectID>1</MPNProjectID> </Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result> </ArrayOfExport_ShreveportMPCDataWarehouse_DateFieldInfo_Result>