GET api/SlideShowImage/GetAllSlideShowImages
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SlideShowImage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Photo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Title": "sample string 2",
"Photo": "sample string 3"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"Title":"sample string 2","Photo":"sample string 3"},{"$ref":"1"}]