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

Returns a theme custom stylesheet for a game play

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gamePlayKey

the key for the game play

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

A response containing the theme's custom stylesheet.

ThemePostResponse
NameDescriptionTypeAdditional information
Id

string

None.

Response Codes

  • 200 OK: The stylesheet for the Game Play returned successfully
  • 500 InternalServerError:

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1"
}

text/html

Sample:
{"Id":"sample string 1"}

application/xml, text/xml

Sample:
<ThemePostResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITAGroup.Games.Api.Contracts.v1.Responses">
  <Id>sample string 1</Id>
</ThemePostResponse>