GET api/TourLogo?id={id}&size={size}

Returns the related image for the given id and size requested

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the related entity

globally unique identifier

Required

size

The requested size of the image

ImageSize

Required

Body Parameters

None.

Response Information

Resource Description

The full qualified url for the requested image size of a specific entity or the default url in case no image could be found

ImageResponse
NameDescriptionTypeAdditional information
ImageUrl

The image url of a specific image in the CDN

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>