Guest User

Other Data

a guest
Jan 1st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.70 KB | None | 0 0
  1. {
  2.     "success": 1,
  3.     "statuscode": 200,
  4.     "msg": "Other Data",
  5.     "banners": [
  6.         {
  7.             "id": 2,
  8.             "title": "Banner 2",
  9.             "image": "ic_package.png",
  10.             "image_url": "http://192.168.100.69:9096/Api/V1/RESIZE/ic_package.png"
  11.         },
  12.         {
  13.             "id": 1,
  14.             "title": "Banner 1",
  15.             "image": "payment@3x.png",
  16.             "image_url": "http://192.168.100.69:9096/Api/V1/RESIZE/payment@3x.png"
  17.         }
  18.     ],
  19.     "normal_categories": [
  20.         {
  21.             "id": 0,
  22.             "name": "Global",
  23.             "image": "Login_logo@3x.png",
  24.             "image_url": "http://192.168.100.69:9096/Api/V1/RESIZE/Login_logo@3x.png",
  25.             "category_subs": [
  26.                 {
  27.                     "id": 0,
  28.                     "category_id": 0,
  29.                     "name": "Global",
  30.                     "category_sub_subs": [
  31.                         {
  32.                             "id": 0,
  33.                             "category_id": 0,
  34.                             "category_sub_id": 0,
  35.                             "name": "Global",
  36.                             "category_filters": [
  37.                                 {
  38.                                     "id": 1,
  39.                                     "category_id": 0,
  40.                                     "category_sub_id": 0,
  41.                                     "category_sub_sub_id": 0,
  42.                                     "name": "ValueA",
  43.                                     "type": "List",
  44.                                     "min_value": "",
  45.                                     "max_value": "",
  46.                                     "is_required": "1",
  47.                                     "category_filter_values": [
  48.                                         {
  49.                                             "id": 1,
  50.                                             "category_filter_id": 1,
  51.                                             "name": "Test",
  52.                                             "deleted": "0",
  53.                                             "created_at": "2018-01-01 12:57:31",
  54.                                             "updated_at": "2018-01-01 12:57:31"
  55.                                         }
  56.                                     ]
  57.                                 }
  58.                             ]
  59.                         }
  60.                     ]
  61.                 },
  62.                 {
  63.                     "id": 3,
  64.                     "category_id": 0,
  65.                     "name": "Tops",
  66.                     "category_sub_subs": []
  67.                 }
  68.             ]
  69.         },
  70.         {
  71.             "id": 2,
  72.             "name": "Women",
  73.             "image": "payment@3x.png",
  74.             "image_url": "http://192.168.100.69:9096/Api/V1/RESIZE/payment@3x.png",
  75.             "category_subs": [
  76.                 {
  77.                     "id": 1,
  78.                     "category_id": 2,
  79.                     "name": "Pants",
  80.                     "category_sub_subs": [
  81.                         {
  82.                             "id": 1,
  83.                             "category_id": 2,
  84.                             "category_sub_id": 1,
  85.                             "name": "Jeans",
  86.                             "category_filters": []
  87.                         },
  88.                         {
  89.                             "id": 2,
  90.                             "category_id": 2,
  91.                             "category_sub_id": 1,
  92.                             "name": "Trousers",
  93.                             "category_filters": [
  94.                                 {
  95.                                     "id": 2,
  96.                                     "category_id": 1,
  97.                                     "category_sub_id": 1,
  98.                                     "category_sub_sub_id": 2,
  99.                                     "name": "ValueB",
  100.                                     "type": "MinMax",
  101.                                     "min_value": "1000",
  102.                                     "max_value": "9999",
  103.                                     "is_required": "1",
  104.                                     "category_filter_values": []
  105.                                 }
  106.                             ]
  107.                         }
  108.                     ]
  109.                 },
  110.                 {
  111.                     "id": 2,
  112.                     "category_id": 2,
  113.                     "name": "Sleeves",
  114.                     "category_sub_subs": []
  115.                 }
  116.             ]
  117.         },
  118.         {
  119.             "id": 3,
  120.             "name": "Men",
  121.             "image": "payment@3x.png",
  122.             "image_url": "http://192.168.100.69:9096/Api/V1/RESIZE/payment@3x.png",
  123.             "category_subs": []
  124.         }
  125.     ]
  126. }
Add Comment
Please, Sign In to add comment