GET api/CommunityV770/CommunityMapList?streetId={streetId}&communityId={communityId}&newspapergroupId={newspapergroupId}&sign={sign}&stamp={stamp}

社区地图

Request Information

URI Parameters

NameDescriptionTypeAdditional information
streetId

integer

Default value is 0

communityId

integer

Default value is 0

newspapergroupId

integer

Default value is 0

sign

string

Default value is

stamp

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.CommunityMapClassifyView
NameDescriptionTypeAdditional information
recordsetCount

integer

None.

pageSize

integer

None.

page

integer

None.

allPage

integer

None.

message

string

None.

success

boolean

None.

code

integer

None.

data

Collection of ZaiMieApp.WebApi.ViewModel.CommunityMapClassifyView

None.

Response Formats

application/json, text/json

Sample:
{
  "recordsetCount": 1,
  "pageSize": 2,
  "page": 3,
  "allPage": 4,
  "message": "sample string 5",
  "success": true,
  "code": 7,
  "data": [
    {
      "Id": 1,
      "classifyName": "sample string 2",
      "communityMaps": [
        {
          "Id": 1,
          "name": "sample string 2",
          "lng": 3.1,
          "lat": 4.1,
          "address": "sample string 5",
          "phone": "sample string 6"
        },
        {
          "Id": 1,
          "name": "sample string 2",
          "lng": 3.1,
          "lat": 4.1,
          "address": "sample string 5",
          "phone": "sample string 6"
        }
      ]
    },
    {
      "Id": 1,
      "classifyName": "sample string 2",
      "communityMaps": [
        {
          "Id": 1,
          "name": "sample string 2",
          "lng": 3.1,
          "lat": 4.1,
          "address": "sample string 5",
          "phone": "sample string 6"
        },
        {
          "Id": 1,
          "name": "sample string 2",
          "lng": 3.1,
          "lat": 4.1,
          "address": "sample string 5",
          "phone": "sample string 6"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ResultDataOfCommunityMapClassifyViewPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <allPage>4</allPage>
  <code>7</code>
  <data>
    <CommunityMapClassifyView>
      <Id>1</Id>
      <classifyName>sample string 2</classifyName>
      <communityMaps>
        <CommunityMapView>
          <Id>1</Id>
          <address>sample string 5</address>
          <lat>4.1</lat>
          <lng>3.1</lng>
          <name>sample string 2</name>
          <phone>sample string 6</phone>
        </CommunityMapView>
        <CommunityMapView>
          <Id>1</Id>
          <address>sample string 5</address>
          <lat>4.1</lat>
          <lng>3.1</lng>
          <name>sample string 2</name>
          <phone>sample string 6</phone>
        </CommunityMapView>
      </communityMaps>
    </CommunityMapClassifyView>
    <CommunityMapClassifyView>
      <Id>1</Id>
      <classifyName>sample string 2</classifyName>
      <communityMaps>
        <CommunityMapView>
          <Id>1</Id>
          <address>sample string 5</address>
          <lat>4.1</lat>
          <lng>3.1</lng>
          <name>sample string 2</name>
          <phone>sample string 6</phone>
        </CommunityMapView>
        <CommunityMapView>
          <Id>1</Id>
          <address>sample string 5</address>
          <lat>4.1</lat>
          <lng>3.1</lng>
          <name>sample string 2</name>
          <phone>sample string 6</phone>
        </CommunityMapView>
      </communityMaps>
    </CommunityMapClassifyView>
  </data>
  <message>sample string 5</message>
  <page>3</page>
  <pageSize>2</pageSize>
  <recordsetCount>1</recordsetCount>
  <success>true</success>
</ResultDataOfCommunityMapClassifyViewPr2Hy9OI>