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": "2024-11-25T14:43:14.3060666+08:00" }, { "type_id": 1, "app_key": "sample string 2", "name": "sample string 3", "shop_id": 1, "date_created": "2024-11-25T14:43:14.3060666+08:00" } ] }