GET api/ExamTask/LoadExamTaskStepAction

当前任务动作

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

当前任务动作

JsonRtnDtoOfListOfTemplateKeyValueOfInt32AndString
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

Collection of TemplateKeyValueOfInt32AndString

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": [
    {
      "Key": 1,
      "Value": "sample string 2"
    },
    {
      "Key": 1,
      "Value": "sample string 2"
    }
  ]
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":[{"Key":1,"Value":"sample string 2"},{"Key":1,"Value":"sample string 2"}]}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArrayOfTemplateKeyValueOfintstringS_STz13wm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BJ.Infrastructure">
    <d2p1:TemplateKeyValueOfintstring>
      <d2p1:Key>1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:TemplateKeyValueOfintstring>
    <d2p1:TemplateKeyValueOfintstring>
      <d2p1:Key>1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:TemplateKeyValueOfintstring>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArrayOfTemplateKeyValueOfintstringS_STz13wm>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":[{"Key":1,"Value":"sample string 2"},{"Key":1,"Value":"sample string 2"}]});