GET banner/type?shop_id={shop_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shop_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
DataResponseOfListOfBannerTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | Collection of BannerTypeViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"success": true,
"data": [
{
"type_id": 1,
"app_key": "sample string 2",
"name": "sample string 3",
"shop_id": 1,
"date_created": "2025-11-07T05:21:28.4923905+08:00"
},
{
"type_id": 1,
"app_key": "sample string 2",
"name": "sample string 3",
"shop_id": 1,
"date_created": "2025-11-07T05:21:28.4923905+08:00"
}
]
}