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
DataResponseOfListOfBannerTypeViewModelName | 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-03-15T06:05:09.1240083+08:00" }, { "type_id": 1, "app_key": "sample string 2", "name": "sample string 3", "shop_id": 1, "date_created": "2025-03-15T06:05:09.1240083+08:00" } ] }