GET api/Analyze/{id}?aid={aid}&siteId={siteId}&sid={sid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

siteId

string

Required

id

string

Default value is

sid

string

Default value is

Body Parameters

None.

Response Information

Resource Description

AnalyzeInfo
NameDescriptionTypeAdditional information
State

boolean

None.

ison

boolean

None.

BriefIntroduction

string

None.

topicInfo

Collection of TopicInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "State": true,
  "ison": true,
  "BriefIntroduction": "sample string 3",
  "topicInfo": [
    {
      "TopicID": "sample string 1",
      "TopicState": true,
      "TopicName": "sample string 3",
      "TopicType": "sample string 4",
      "Taxis": 5,
      "Weighted": 6,
      "PropertyWeighted": 7,
      "PropertyName": "sample string 8",
      "PropertyID": "sample string 9",
      "answerInfo": [
        {
          "AnswerName": "sample string 1",
          "AnswerScore": 2,
          "Checked": true,
          "flag": true,
          "textNum": "sample string 5"
        },
        {
          "AnswerName": "sample string 1",
          "AnswerScore": 2,
          "Checked": true,
          "flag": true,
          "textNum": "sample string 5"
        }
      ]
    },
    {
      "TopicID": "sample string 1",
      "TopicState": true,
      "TopicName": "sample string 3",
      "TopicType": "sample string 4",
      "Taxis": 5,
      "Weighted": 6,
      "PropertyWeighted": 7,
      "PropertyName": "sample string 8",
      "PropertyID": "sample string 9",
      "answerInfo": [
        {
          "AnswerName": "sample string 1",
          "AnswerScore": 2,
          "Checked": true,
          "flag": true,
          "textNum": "sample string 5"
        },
        {
          "AnswerName": "sample string 1",
          "AnswerScore": 2,
          "Checked": true,
          "flag": true,
          "textNum": "sample string 5"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<AnalyzeController.AnalyzeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Questionnaire.Controllers">
  <BriefIntroduction>sample string 3</BriefIntroduction>
  <State>true</State>
  <ison>true</ison>
  <topicInfo>
    <AnalyzeController.TopicInfo>
      <PropertyID>sample string 9</PropertyID>
      <PropertyName>sample string 8</PropertyName>
      <PropertyWeighted>7</PropertyWeighted>
      <Taxis>5</Taxis>
      <TopicID>sample string 1</TopicID>
      <TopicName>sample string 3</TopicName>
      <TopicState>true</TopicState>
      <TopicType>sample string 4</TopicType>
      <Weighted>6</Weighted>
      <answerInfo>
        <AnalyzeController.AnswerInfo>
          <AnswerName>sample string 1</AnswerName>
          <AnswerScore>2</AnswerScore>
          <Checked>true</Checked>
          <flag>true</flag>
          <textNum>sample string 5</textNum>
        </AnalyzeController.AnswerInfo>
        <AnalyzeController.AnswerInfo>
          <AnswerName>sample string 1</AnswerName>
          <AnswerScore>2</AnswerScore>
          <Checked>true</Checked>
          <flag>true</flag>
          <textNum>sample string 5</textNum>
        </AnalyzeController.AnswerInfo>
      </answerInfo>
    </AnalyzeController.TopicInfo>
    <AnalyzeController.TopicInfo>
      <PropertyID>sample string 9</PropertyID>
      <PropertyName>sample string 8</PropertyName>
      <PropertyWeighted>7</PropertyWeighted>
      <Taxis>5</Taxis>
      <TopicID>sample string 1</TopicID>
      <TopicName>sample string 3</TopicName>
      <TopicState>true</TopicState>
      <TopicType>sample string 4</TopicType>
      <Weighted>6</Weighted>
      <answerInfo>
        <AnalyzeController.AnswerInfo>
          <AnswerName>sample string 1</AnswerName>
          <AnswerScore>2</AnswerScore>
          <Checked>true</Checked>
          <flag>true</flag>
          <textNum>sample string 5</textNum>
        </AnalyzeController.AnswerInfo>
        <AnalyzeController.AnswerInfo>
          <AnswerName>sample string 1</AnswerName>
          <AnswerScore>2</AnswerScore>
          <Checked>true</Checked>
          <flag>true</flag>
          <textNum>sample string 5</textNum>
        </AnalyzeController.AnswerInfo>
      </answerInfo>
    </AnalyzeController.TopicInfo>
  </topicInfo>
</AnalyzeController.AnalyzeInfo>