GET api/PlayerProfile?id={id}&size={size}&gender={gender}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

size

ImageSize

Required

gender

Gender

Required

Body Parameters

None.

Response Information

Resource Description

ImageResponse
NameDescriptionTypeAdditional 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>