GET api/export/ShreveportEngineeringDataWarehouse_RelationshipInfo/{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_ShreveportEngineeringDataWarehouse_RelationshipInfo_ResultName | Description | Type | Additional information |
---|---|---|---|
MPNProjectID | integer |
None. |
|
ProjectNumber | string |
None. |
|
ProjectName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "MPNProjectID": 1, "ProjectNumber": "sample string 2", "ProjectName": "sample string 3" }, { "MPNProjectID": 1, "ProjectNumber": "sample string 2", "ProjectName": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result> <MPNProjectID>1</MPNProjectID> <ProjectName>sample string 3</ProjectName> <ProjectNumber>sample string 2</ProjectNumber> </Export_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result> <Export_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result> <MPNProjectID>1</MPNProjectID> <ProjectName>sample string 3</ProjectName> <ProjectNumber>sample string 2</ProjectNumber> </Export_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result> </ArrayOfExport_ShreveportEngineeringDataWarehouse_RelationshipInfo_Result>