GET api/recreation/list?area_id={area_id}&lang={lang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area_id | string |
Required |
|
| lang | Lang |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PageListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
编号 |
globally unique identifier |
None. |
| Name |
名称 |
string |
None. |
| ImageUrl |
图片URL |
string |
None. |
| Sequence |
排序 |
integer |
None. |
| Summary |
概要简介 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "32b34c7e-dfdd-447d-8e7a-34ce516a7ad6",
"Name": "sample string 2",
"ImageUrl": "sample string 3",
"Sequence": 4,
"Summary": "sample string 5"
},
{
"ID": "32b34c7e-dfdd-447d-8e7a-34ce516a7ad6",
"Name": "sample string 2",
"ImageUrl": "sample string 3",
"Sequence": 4,
"Summary": "sample string 5"
}
]