GET v1/piecedemo/invoke/overview?provinceName={provinceName}&cityName={cityName}&districtName={districtName}&gardenId={gardenId}
演示界面总览
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
provinceName | string |
None. |
|
cityName | string |
None. |
|
districtName | string |
None. |
|
gardenId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PieceDemoOverviewDtoName | Description | Type | Additional information |
---|---|---|---|
Sleep | Collection of TupleOfStringAndInt32 |
None. |
|
Sport | Collection of TupleOfStringAndInt32 |
None. |
Response Formats
application/json, text/json
Sample:
{ "sleep": [ { "item1": "sample string 1", "item2": 2 }, { "item1": "sample string 1", "item2": 2 } ], "sport": [ { "item1": "sample string 1", "item2": 2 }, { "item1": "sample string 1", "item2": 2 } ] }