GET api/CrosstabReport/GetExtraSettings?reportId={reportId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ExtraSettings
NameDescriptionTypeAdditional information
Rights

ReportRightType

None.

MeanScore

boolean

None.

Respondents

RespondentsType

None.

Response Formats

application/json, text/json

Sample:
{
  "Rights": "Private",
  "MeanScore": true,
  "Respondents": "RespondentsThatAnsweredQuestion"
}

text/plain

Sample:
{"Rights":"Private","MeanScore":true,"Respondents":"RespondentsThatAnsweredQuestion"}

application/xml, text/xml

Sample:
<ExtraSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Entities.Model">
  <MeanScore>true</MeanScore>
  <Respondents>RespondentsThatAnsweredQuestion</Respondents>
  <Rights>Private</Rights>
</ExtraSettings>