GET api/ACES/GetACESFromXY?x={x}&y={y}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
x

decimal number

Required

y

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetACESFromXY_Result
NameDescriptionTypeAdditional 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"
  },
  {
    "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"},{"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"},{"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:
<ArrayOfGetACESFromXY_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Models.EF">
  <GetACESFromXY_Result>
    <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>
  <GetACESFromXY_Result>
    <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>
</ArrayOfGetACESFromXY_Result>