GET v1/take/stylesheet/{takekey}

Returns a theme custom stylesheet for a take

Request Information

URI Parameters

NameDescriptionTypeAdditional information
takekey

the takekey for the take

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 Take 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.Questionnaire.Api.Contracts.v1.Responses">
  <Id>sample string 1</Id>
</ThemePostResponse>