GET api/NewAndHot/CategoriesOrder/OnContentSet/{isOnContentSet}
Get Order for Categories Per User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isOnContentSet | boolean |
Required |
Body Parameters
None.
Response Information
Empty string if no settings
Name | Description | Type | Additional 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 } ] }