List beacon belonging store - shine-chen/Quest-Web-API GitHub Wiki

Brief

List the store(s) that a given beacon belonging to.

Path

v1/beacons/:uuid/:major/:minor/stores

Path Params

  1. uuid
    • Beacon UUID
  2. major
    • Beacon Major Number
  3. minor
    • Beacon Minor Number

URL Params

  1. token
    • Authorized access token.

Request

GET /v1/beacons/F48EC283-B617-15BD-10CF-34BCC3F1465C/2/1/stores?token=ROYwWbdYo6FpHgHX4QMkSsg8FLCWCiFirlOWjbVlvfI= HTTP/1.1
Host: localhost:3000
Cache-Control: no-cache

Response

{
    "count": "1",
    "data": [
        {
            "store_id": "4",
            "store_uuid": "ssssssss-ssss-ssss-ssss-ssssssssssss",
            "store_name": "精元台中店",
            "store_intro": "精元成立於 1975 年,是全球電腦輸入裝置的主要供應商。\n提供高品質、具有價格競爭力的產品。",
            "store_address": "台中市大雅區昌平路4段475號",
            "store_tel": "+886-4-25686983",
            "store_website": "http://www.sunrex.com.tw/",
            "store_booking": null,
            "store_note": null,
            "store_longitude": "121.574016",
            "store_latitude": "24.993218",
            "store_logo": "logo.png",
            "store_wifi": "1",
            "store_icg": "0",
            "store_chat": "1",
            "store_flyer": "1",
            "store_insidemap": "0",
            "store_listimg": "list.png",
            "store_headerimg": "sunrex_header.jpg",
            "store_activate": "1",
            "zipcode_id": "1",
            "store_creator": "4",
            "application_id": "1",
            "beacon_tag_id": "21"
        }
    ]
}
⚠️ **GitHub.com Fallback** ⚠️