GET api/Pictures
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WebServiceSelectPicture_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MimeType | string |
None. |
|
| SeoFilename | string |
None. |
|
| BinaryData | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"MimeType": "sample string 2",
"SeoFilename": "sample string 3",
"BinaryData": "QEA="
},
{
"Id": 1,
"MimeType": "sample string 2",
"SeoFilename": "sample string 3",
"BinaryData": "QEA="
}
]