GET api/NewAndHot/CategoriesOrder/OnContentSet/{isOnContentSet}

Get Order for Categories Per User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isOnContentSet

boolean

Required

Body Parameters

None.

Response Information

Empty string if no settings

NameDescriptionTypeAdditional information
Items

Primary Categories Extention

Collection of PrimaryCategoryItemExtn

None.

Response Formats

application/json, text/json

Sample:
{
  "items": [
    {
      "orderId": 1,
      "enable": true,
      "id": 3,
      "name": "sample string 4",
      "count": 5
    },
    {
      "orderId": 1,
      "enable": true,
      "id": 3,
      "name": "sample string 4",
      "count": 5
    }
  ]
}