GET v1/gameTypes/{id}/screenShot

Get a ScreenShot.png

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Image as a png.

Collection of byte

Response Codes

  • 200 OK: Screen shot 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>