POST mobile/me/usersetting/getrecordconfig

get record configuration

Response Information

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "cachedKey": "sample string 3",
  "correlationId": "af0777a5-7fdb-4514-ac60-b9f0b1558b0b",
  "data": null
}

application/xml, text/xml

Sample:
<ApiResponseOfRecordConfigurationOutVODeMvvqei 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>af0777a5-7fdb-4514-ac60-b9f0b1558b0b</CorrelationId>
  <IsDone>true</IsDone>
  <Message>sample string 2</Message>
</ApiResponseOfRecordConfigurationOutVODeMvvqei>