GET api/EventLogo?id={id}&size={size}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
size | ImageSize |
Required |
Body Parameters
None.
Response Information
Resource Description
ImageResponseName | Description | Type | Additional information |
---|---|---|---|
ImageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ImageUrl": "sample string 1" }
application/xml, text/xml
Sample:
<ImageResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBA3x3_MediaApi.Models"> <ImageUrl>sample string 1</ImageUrl> </ImageResponse>