GET api/themes/OnContentSet/{isOnContentSet}
Get Themes <param name="isOnContentSet">Turn On to use ContentSet options</param>
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isOnContentSet | boolean |
Required |
Body Parameters
None.
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
Items |
Themes |
Collection of ThemeItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "items": [ { "name": "sample string 1" }, { "name": "sample string 1" } ] }