GET api/LASD/GetACES?x={x}&y={y}&lat={lat}&lon={lon}&singleLineAddress={singleLineAddress}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
x | decimal number |
None. |
|
y | decimal number |
None. |
|
lat | decimal number |
None. |
|
lon | decimal number |
None. |
|
singleLineAddress | string |
None. |
Body Parameters
None.
Response Information
Resource Description
GetACESFromXY_ResultName | Description | Type | Additional information |
---|---|---|---|
CourtServiceBranchNumber | string |
None. |
|
CourtServiceBranchName | string |
None. |
|
LawEnforcementAgency | string |
None. |
|
LawEnforcementStation | string |
None. |
|
LandUseDescription | string |
None. |
|
LandUseCode | string |
None. |
|
WithinLACounty | string |
None. |
|
CensusTract | string |
None. |
|
CourtServiceServingArea | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "courtServiceBranchNumber": "sample string 1", "courtServiceBranchName": "sample string 2", "lawEnforcementAgency": "sample string 3", "lawEnforcementStation": "sample string 4", "landUseDescription": "sample string 5", "landUseCode": "sample string 6", "withinLACounty": "sample string 7", "censusTract": "sample string 8", "courtServiceServingArea": "sample string 9" }
text/html
Sample:
{"courtServiceBranchNumber":"sample string 1","courtServiceBranchName":"sample string 2","lawEnforcementAgency":"sample string 3","lawEnforcementStation":"sample string 4","landUseDescription":"sample string 5","landUseCode":"sample string 6","withinLACounty":"sample string 7","censusTract":"sample string 8","courtServiceServingArea":"sample string 9"}
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"courtServiceBranchNumber":"sample string 1","courtServiceBranchName":"sample string 2","lawEnforcementAgency":"sample string 3","lawEnforcementStation":"sample string 4","landUseDescription":"sample string 5","landUseCode":"sample string 6","withinLACounty":"sample string 7","censusTract":"sample string 8","courtServiceServingArea":"sample string 9"});
application/xml, text/xml
Sample:
<GetACESFromXY_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Models.EF"> <CensusTract>sample string 8</CensusTract> <CourtServiceBranchName>sample string 2</CourtServiceBranchName> <CourtServiceBranchNumber>sample string 1</CourtServiceBranchNumber> <CourtServiceServingArea>sample string 9</CourtServiceServingArea> <LandUseCode>sample string 6</LandUseCode> <LandUseDescription>sample string 5</LandUseDescription> <LawEnforcementAgency>sample string 3</LawEnforcementAgency> <LawEnforcementStation>sample string 4</LawEnforcementStation> <WithinLACounty>sample string 7</WithinLACounty> </GetACESFromXY_Result>