GET Marketplaces/{marketplaceIdOrUrl}/MarketplaceImages/OwnerUploadImagesBrief
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| marketplaceIdOrUrl | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
[
{
"name": "sample string 1",
"type": "sample string 2",
"size": 3
},
{
"name": "sample string 1",
"type": "sample string 2",
"size": 3
},
{
"name": "sample string 1",
"type": "sample string 2",
"size": 3
}
]
application/xml, text/xml
<ArrayOfImageInfoBrief xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
<ImageInfoBrief>
<Name>sample string 1</Name>
<Size>3</Size>
<Type>sample string 2</Type>
</ImageInfoBrief>
<ImageInfoBrief>
<Name>sample string 1</Name>
<Size>3</Size>
<Type>sample string 2</Type>
</ImageInfoBrief>
<ImageInfoBrief>
<Name>sample string 1</Name>
<Size>3</Size>
<Type>sample string 2</Type>
</ImageInfoBrief>
</ArrayOfImageInfoBrief>