GET api/export/EBROpenData/{startDate}/{endDate}/{permitType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startDate | date |
Required |
|
endDate | date |
Required |
|
permitType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_EBROpenData_ResultName | Description | Type | Additional information |
---|---|---|---|
PermitID | integer |
None. |
|
PermitNumber | string |
None. |
|
ProjectDescription | string |
None. |
|
Address | string |
None. |
|
StreetAddress | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Zip | string |
None. |
|
Subdivision | string |
None. |
|
LotNumber | string |
None. |
|
Squarefootage | decimal number |
None. |
|
ProjectValue | decimal number |
None. |
|
PermitType | string |
None. |
|
ParishName | string |
None. |
|
PermitFee | decimal number |
None. |
|
IssuedDate | string |
None. |
|
CreationDate | date |
None. |
|
OwnerName | string |
None. |
|
OwnerWorkPhone | string |
None. |
|
ApplicantName | string |
None. |
|
ApplicantWorkPhone | string |
None. |
|
ContractorName | string |
None. |
|
ContractorWorkPhone | string |
None. |
|
ContractorAddress | string |
None. |
|
Lat | decimal number |
None. |
|
Long | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PermitID": 1, "PermitNumber": "sample string 2", "ProjectDescription": "sample string 3", "Address": "sample string 4", "StreetAddress": "sample string 5", "City": "sample string 6", "State": "sample string 7", "Zip": "sample string 8", "Subdivision": "sample string 9", "LotNumber": "sample string 10", "Squarefootage": 11.0, "ProjectValue": 12.0, "PermitType": "sample string 13", "ParishName": "sample string 14", "PermitFee": 15.0, "IssuedDate": "sample string 16", "CreationDate": "2024-11-22T20:53:20.1872103-06:00", "OwnerName": "sample string 18", "OwnerWorkPhone": "sample string 19", "ApplicantName": "sample string 20", "ApplicantWorkPhone": "sample string 21", "ContractorName": "sample string 22", "ContractorWorkPhone": "sample string 23", "ContractorAddress": "sample string 24", "Lat": 1.0, "Long": 1.0 }, { "PermitID": 1, "PermitNumber": "sample string 2", "ProjectDescription": "sample string 3", "Address": "sample string 4", "StreetAddress": "sample string 5", "City": "sample string 6", "State": "sample string 7", "Zip": "sample string 8", "Subdivision": "sample string 9", "LotNumber": "sample string 10", "Squarefootage": 11.0, "ProjectValue": 12.0, "PermitType": "sample string 13", "ParishName": "sample string 14", "PermitFee": 15.0, "IssuedDate": "sample string 16", "CreationDate": "2024-11-22T20:53:20.1872103-06:00", "OwnerName": "sample string 18", "OwnerWorkPhone": "sample string 19", "ApplicantName": "sample string 20", "ApplicantWorkPhone": "sample string 21", "ContractorName": "sample string 22", "ContractorWorkPhone": "sample string 23", "ContractorAddress": "sample string 24", "Lat": 1.0, "Long": 1.0 } ]
application/xml, text/xml
Sample:
<ArrayOfExport_EBROpenData_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_EBROpenData_Result> <Address>sample string 4</Address> <ApplicantName>sample string 20</ApplicantName> <ApplicantWorkPhone>sample string 21</ApplicantWorkPhone> <City>sample string 6</City> <ContractorAddress>sample string 24</ContractorAddress> <ContractorName>sample string 22</ContractorName> <ContractorWorkPhone>sample string 23</ContractorWorkPhone> <CreationDate>2024-11-22T20:53:20.1872103-06:00</CreationDate> <IssuedDate>sample string 16</IssuedDate> <Lat>1</Lat> <Long>1</Long> <LotNumber>sample string 10</LotNumber> <OwnerName>sample string 18</OwnerName> <OwnerWorkPhone>sample string 19</OwnerWorkPhone> <ParishName>sample string 14</ParishName> <PermitFee>15</PermitFee> <PermitID>1</PermitID> <PermitNumber>sample string 2</PermitNumber> <PermitType>sample string 13</PermitType> <ProjectDescription>sample string 3</ProjectDescription> <ProjectValue>12</ProjectValue> <Squarefootage>11</Squarefootage> <State>sample string 7</State> <StreetAddress>sample string 5</StreetAddress> <Subdivision>sample string 9</Subdivision> <Zip>sample string 8</Zip> </Export_EBROpenData_Result> <Export_EBROpenData_Result> <Address>sample string 4</Address> <ApplicantName>sample string 20</ApplicantName> <ApplicantWorkPhone>sample string 21</ApplicantWorkPhone> <City>sample string 6</City> <ContractorAddress>sample string 24</ContractorAddress> <ContractorName>sample string 22</ContractorName> <ContractorWorkPhone>sample string 23</ContractorWorkPhone> <CreationDate>2024-11-22T20:53:20.1872103-06:00</CreationDate> <IssuedDate>sample string 16</IssuedDate> <Lat>1</Lat> <Long>1</Long> <LotNumber>sample string 10</LotNumber> <OwnerName>sample string 18</OwnerName> <OwnerWorkPhone>sample string 19</OwnerWorkPhone> <ParishName>sample string 14</ParishName> <PermitFee>15</PermitFee> <PermitID>1</PermitID> <PermitNumber>sample string 2</PermitNumber> <PermitType>sample string 13</PermitType> <ProjectDescription>sample string 3</ProjectDescription> <ProjectValue>12</ProjectValue> <Squarefootage>11</Squarefootage> <State>sample string 7</State> <StreetAddress>sample string 5</StreetAddress> <Subdivision>sample string 9</Subdivision> <Zip>sample string 8</Zip> </Export_EBROpenData_Result> </ArrayOfExport_EBROpenData_Result>