GET api/export/ShreveportMPCDataWarehouse_DateFieldInfo/{start}/{end}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

Required

end

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result
NameDescriptionTypeAdditional 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-07-01T16:25:49.2413082-05:00",
    "DateFieldDescription": "sample string 4"
  },
  {
    "MPNProjectID": 1,
    "DateFieldType": "sample string 2",
    "DateFieldValue": "2024-07-01T16:25:49.2413082-05: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-07-01T16:25:49.2413082-05: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-07-01T16:25:49.2413082-05:00</DateFieldValue>
    <MPNProjectID>1</MPNProjectID>
  </Export_ShreveportMPCDataWarehouse_DateFieldInfo_Result>
</ArrayOfExport_ShreveportMPCDataWarehouse_DateFieldInfo_Result>