GET banner/type?shop_id={shop_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shop_id

integer

None.

Body Parameters

None.

Response Information

Resource Description

DataResponseOfListOfBannerTypeViewModel
NameDescriptionTypeAdditional 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-07-05T06:01:15.1966065+08:00"
    },
    {
      "type_id": 1,
      "app_key": "sample string 2",
      "name": "sample string 3",
      "shop_id": 1,
      "date_created": "2024-07-05T06:01:15.1966065+08:00"
    }
  ]
}