GET api/ClientCompType/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ClientCompTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompType | string |
None. |
|
| CompCaption | string |
None. |
|
| ZRadioPlay | boolean |
None. |
|
| ChangeDesktopBackGround | boolean |
None. |
|
| Setting1 | boolean |
None. |
|
| Setting2 | boolean |
None. |
|
| Setting3 | boolean |
None. |
|
| Setting4 | boolean |
None. |
|
| Setting5 | boolean |
None. |
|
| Setting6 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompType": "sample string 1",
"CompCaption": "sample string 2",
"ZRadioPlay": true,
"ChangeDesktopBackGround": true,
"Setting1": true,
"Setting2": true,
"Setting3": true,
"Setting4": true,
"Setting5": true,
"Setting6": true
},
{
"CompType": "sample string 1",
"CompCaption": "sample string 2",
"ZRadioPlay": true,
"ChangeDesktopBackGround": true,
"Setting1": true,
"Setting2": true,
"Setting3": true,
"Setting4": true,
"Setting5": true,
"Setting6": true
}
]