GET api/HeatMap/GetAllData?SurveyID={SurveyID}&QuestionID={QuestionID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SurveyID

integer

Required

QuestionID

integer

Required

Body Parameters

FilterSettings
NameDescriptionTypeAdditional information
SurveyID

integer

None.

QuestionID

integer

None.

FilterID

integer

None.

Range

integer

None.

FromSecond

integer

None.

ToSecond

integer

None.

Persentage

integer

None.

Type

string

None.

dataType

string

None.

DotFilterType

integer

None.

ImagePath

string

None.

FirstClick

boolean

None.

MergedSurvey

boolean

None.

MergedSurveyId

integer

None.

SurveyVersion

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SurveyID": 1,
  "QuestionID": 2,
  "FilterID": 1,
  "Range": 1,
  "FromSecond": 1,
  "ToSecond": 1,
  "Persentage": 1,
  "Type": "sample string 3",
  "dataType": "sample string 4",
  "DotFilterType": 1,
  "ImagePath": "sample string 5",
  "FirstClick": true,
  "MergedSurvey": true,
  "MergedSurveyId": 8,
  "SurveyVersion": 9
}

text/plain

Sample:
{"SurveyID":1,"QuestionID":2,"FilterID":1,"Range":1,"FromSecond":1,"ToSecond":1,"Persentage":1,"Type":"sample string 3","dataType":"sample string 4","DotFilterType":1,"ImagePath":"sample string 5","FirstClick":true,"MergedSurvey":true,"MergedSurveyId":8,"SurveyVersion":9}

application/xml, text/xml

Sample:
<FilterSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Api.Domain.Model.DotTechnique">
  <DotFilterType>1</DotFilterType>
  <FilterID>1</FilterID>
  <FirstClick>true</FirstClick>
  <FromSecond>1</FromSecond>
  <ImagePath>sample string 5</ImagePath>
  <MergedSurvey>true</MergedSurvey>
  <MergedSurveyId>8</MergedSurveyId>
  <Persentage>1</Persentage>
  <QuestionID>2</QuestionID>
  <Range>1</Range>
  <SurveyID>1</SurveyID>
  <SurveyVersion>9</SurveyVersion>
  <ToSecond>1</ToSecond>
  <Type>sample string 3</Type>
  <dataType>sample string 4</dataType>
</FilterSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DataTable
NameDescriptionTypeAdditional information
CaseSensitive

boolean

None.

IsInitialized

boolean

None.

RemotingFormat

SerializationFormat

None.

ChildRelations

Collection of Object

None.

Columns

Collection of Object

None.

Constraints

Collection of Object

None.

DataSet

DataSet

None.

DefaultView

Collection of Object

None.

DisplayExpression

string

None.

ExtendedProperties

Dictionary of Object [key] and Object [value]

None.

HasErrors

boolean

None.

Locale

CultureInfo

None.

MinimumCapacity

integer

None.

ParentRelations

Collection of Object

None.

PrimaryKey

Collection of DataColumn

None.

Rows

Collection of Object

None.

TableName

string

None.

Namespace

string

None.

Prefix

string

None.

Site

ISite

None.

Container

IContainer

None.

DesignMode

boolean

None.

Response Formats

application/json, text/json, text/plain, application/xml, text/xml

Sample:

Sample not available.