GET v1/game-play/programLogo/{gamePlayKey}

Get a ProgramLogo.png for game play

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gamePlayKey

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Created Status on successful upload.

Collection of byte

Response Codes

  • 200 OK: Program Logo successfully retrieved.
  • 400 BadRequest: Data validation failed, see the response body for more information.
  • 500 InternalServerError:

Response Formats

application/json, text/json, text/html

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>