GET api2/shops.json
Get used shops
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+Shops| Name | Description | Type | Additional information | 
|---|---|---|---|
| shopTitle | string | None. | |
| shopDescription | string | None. | |
| shopIcon | string | None. | |
| shopUrl | string | None. | |
| shopID | integer | None. | |
| categoryID | integer | None. | |
| category | string | None. | |
| inAppPurchases | boolean | None. | |
| categories | Collection of API.Code.DeviceHelperAPI+clsCategory | None. | |
| companyID | integer | None. | |
| launchImage | string | None. | |
| theme | string | None. | 
Response Formats
[
  {
    "shopTitle": "sample string 1",
    "shopDescription": "sample string 2",
    "shopIcon": "sample string 3",
    "shopUrl": "sample string 4",
    "shopID": 5,
    "categoryID": 6,
    "category": "sample string 7",
    "inAppPurchases": true,
    "categories": [
      {
        "id": 1,
        "name": "sample string 2",
        "child": []
      },
      {
        "id": 1,
        "name": "sample string 2",
        "child": []
      }
    ],
    "companyID": 9,
    "launchImage": "sample string 10",
    "theme": "sample string 11"
  },
  {
    "shopTitle": "sample string 1",
    "shopDescription": "sample string 2",
    "shopIcon": "sample string 3",
    "shopUrl": "sample string 4",
    "shopID": 5,
    "categoryID": 6,
    "category": "sample string 7",
    "inAppPurchases": true,
    "categories": [
      {
        "id": 1,
        "name": "sample string 2",
        "child": []
      },
      {
        "id": 1,
        "name": "sample string 2",
        "child": []
      }
    ],
    "companyID": 9,
    "launchImage": "sample string 10",
    "theme": "sample string 11"
  }
]