POST api/ScreenContent/ScreenContentList?isLoadBinaryContent={isLoadBinaryContent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isLoadBinaryContent | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of SimpleScreenContent| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ScreenID | integer |
None. |
|
| Name | string |
None. |
|
| SCType | string |
None. |
|
| Contents | string |
None. |
|
| ContentUrl | string |
None. |
|
| Updated | string |
None. |
|
| Hash | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"ScreenID": 2,
"Name": "sample string 3",
"SCType": "sample string 4",
"Contents": "sample string 5",
"ContentUrl": "sample string 6",
"Updated": "sample string 7",
"Hash": "sample string 8"
},
{
"ID": 1,
"ScreenID": 2,
"Name": "sample string 3",
"SCType": "sample string 4",
"Contents": "sample string 5",
"ContentUrl": "sample string 6",
"Updated": "sample string 7",
"Hash": "sample string 8"
}
]