POST web/admin/dictionary/radical/list/getallradicals

delete radical

Request Information

Parameters

NameDescriptionAdditional information
inVO

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "curUserId": "sample string 1",
  "isSSO": true,
  "requestHost": "sample string 3",
  "applicationPath": "sample string 4",
  "secureApplicationPath": "sample string 5",
  "absoluteApplicationPath": "sample string 6",
  "isHttps": true,
  "isMobileDevice": true,
  "clientType": 0,
  "clientVersion": "sample string 9",
  "clientOS": "sample string 10",
  "clientBuild": "sample string 11",
  "timeZone": 12,
  "clientId": "sample string 13"
}

application/xml, text/xml

Sample:
<BaseInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API.VO.Input.Common">
  <ClientId>sample string 13</ClientId>
  <ClientType>Web</ClientType>
  <TimeZone>12</TimeZone>
  <absoluteApplicationPath>sample string 6</absoluteApplicationPath>
  <applicationPath>sample string 4</applicationPath>
  <cachedKey>sample string 1</cachedKey>
  <clientBuild>sample string 11</clientBuild>
  <clientOS>sample string 10</clientOS>
  <clientVersion>sample string 9</clientVersion>
  <curUserId>sample string 1</curUserId>
  <isHttps>true</isHttps>
  <isMobileDevice>true</isMobileDevice>
  <isSSO>true</isSSO>
  <requestHost>sample string 3</requestHost>
  <secureApplicationPath>sample string 5</secureApplicationPath>
</BaseInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "cachedKey": "sample string 3",
  "correlationId": "8c7d1cd0-0460-4715-8520-2f9e3d32d325",
  "data": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/xml, text/xml

Sample:
<ApiResponseOfArrayOfstringuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API">
  <CachedKey>sample string 3</CachedKey>
  <Code>None</Code>
  <CorrelationId>8c7d1cd0-0460-4715-8520-2f9e3d32d325</CorrelationId>
  <IsDone>true</IsDone>
  <Message>sample string 2</Message>
</ApiResponseOfArrayOfstringuHEDJ7Dj>