POST user/GetThemeList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
oGetThemeListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetThemeList |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"themeId": "sample string 1",
"themeImage": "sample string 2",
"themeName": "sample string 3",
"themeCSS": "sample string 4",
"themeIsDark": "sample string 5",
"themeIsClassic": "sample string 6",
"themeIsNew": "sample string 7",
"themeEnableBackground": "sample string 8",
"themeEnableImgBackground": "sample string 9"
},
{
"themeId": "sample string 1",
"themeImage": "sample string 2",
"themeName": "sample string 3",
"themeCSS": "sample string 4",
"themeIsDark": "sample string 5",
"themeIsClassic": "sample string 6",
"themeIsNew": "sample string 7",
"themeEnableBackground": "sample string 8",
"themeEnableImgBackground": "sample string 9"
}
],
"StatusCode": true,
"Message": "sample string 2"
}