GET api/DPSS/GetDPSSFromXY?x={x}&y={y}&srid={srid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
x

decimal number

Required

y

decimal number

Required

srid

integer

Default value is 2229

Body Parameters

None.

Response Information

Resource Description

DPSS_CALFRESH_APPROVED_ADULT
NameDescriptionTypeAdditional information
DIST

string

String length: inclusive between 0 and 5

NAME

string

String length: inclusive between 0 and 150

STREET

string

String length: inclusive between 0 and 75

ADDRESSLINE2

string

String length: inclusive between 0 and 50

CITY

string

String length: inclusive between 0 and 50

STATE

string

String length: inclusive between 0 and 2

ZIP

string

String length: inclusive between 0 and 10

TELEPHONE

string

String length: inclusive between 0 and 50

HELPLINE

string

String length: inclusive between 0 and 50

HELPLINE2

string

String length: inclusive between 0 and 50

LINK

string

String length: inclusive between 0 and 62

Response Formats

application/json, text/json

Sample:
{
  "dist": "sample string 2",
  "name": "sample string 3",
  "street": "sample string 4",
  "addresslinE2": "sample string 5",
  "city": "sample string 6",
  "state": "sample string 7",
  "zip": "sample string 8",
  "telephone": "sample string 9",
  "helpline": "sample string 10",
  "helplinE2": "sample string 11",
  "link": "sample string 12"
}

text/html

Sample:
{"dist":"sample string 2","name":"sample string 3","street":"sample string 4","addresslinE2":"sample string 5","city":"sample string 6","state":"sample string 7","zip":"sample string 8","telephone":"sample string 9","helpline":"sample string 10","helplinE2":"sample string 11","link":"sample string 12"}

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"dist":"sample string 2","name":"sample string 3","street":"sample string 4","addresslinE2":"sample string 5","city":"sample string 6","state":"sample string 7","zip":"sample string 8","telephone":"sample string 9","helpline":"sample string 10","helplinE2":"sample string 11","link":"sample string 12"});

application/xml, text/xml

Sample:
<DPSS_CALFRESH_APPROVED_ADULT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Models.DPSS">
  <ADDRESSLINE2>sample string 5</ADDRESSLINE2>
  <CITY>sample string 6</CITY>
  <DIST>sample string 2</DIST>
  <HELPLINE>sample string 10</HELPLINE>
  <HELPLINE2>sample string 11</HELPLINE2>
  <LINK>sample string 12</LINK>
  <NAME>sample string 3</NAME>
  <OBJECTID>1</OBJECTID>
  <STATE>sample string 7</STATE>
  <STREET>sample string 4</STREET>
  <Shape xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" />
  <TELEPHONE>sample string 9</TELEPHONE>
  <ZIP>sample string 8</ZIP>
</DPSS_CALFRESH_APPROVED_ADULT>