GET users/subsites

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "subsiteId": 1,
    "parentId": 1,
    "siteId": 2,
    "name": "sample string 3",
    "headerImgPath": "sample string 4",
    "emailHeaderImgPath": "sample string 5",
    "homeImgPath": "sample string 6",
    "createdDate": "2020-02-27T12:02:20.5765284+11:00",
    "expiryDate": "2020-02-27T12:02:20.5765284+11:00",
    "status": 1,
    "orderViewMode": 7
  },
  {
    "subsiteId": 1,
    "parentId": 1,
    "siteId": 2,
    "name": "sample string 3",
    "headerImgPath": "sample string 4",
    "emailHeaderImgPath": "sample string 5",
    "homeImgPath": "sample string 6",
    "createdDate": "2020-02-27T12:02:20.5765284+11:00",
    "expiryDate": "2020-02-27T12:02:20.5765284+11:00",
    "status": 1,
    "orderViewMode": 7
  },
  {
    "subsiteId": 1,
    "parentId": 1,
    "siteId": 2,
    "name": "sample string 3",
    "headerImgPath": "sample string 4",
    "emailHeaderImgPath": "sample string 5",
    "homeImgPath": "sample string 6",
    "createdDate": "2020-02-27T12:02:20.5765284+11:00",
    "expiryDate": "2020-02-27T12:02:20.5765284+11:00",
    "status": 1,
    "orderViewMode": 7
  }
]