GET api/OrganizerLogo/Exists?id={id}

Checks if an image exists or not using the provided id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

of the related element to check for

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

containing the information if the image exists or not

ImageExistsResponse
NameDescriptionTypeAdditional information
ImageExists

indicating if an image exists

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ImageExists": true
}

application/xml, text/xml

Sample:
<ImageExistsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBA3x3_MediaApi.Models">
  <ImageExists>true</ImageExists>
</ImageExistsResponse>