POST common/utils/gettablerecords
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "f7453e20-19a0-4722-a6f9-8dfeb53bbd61",
"data": {
"sample string 1": 2,
"sample string 3": 4,
"sample string 5": 6
}
}
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfKeyValueOfstringintuHEDJ7Dj 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>f7453e20-19a0-4722-a6f9-8dfeb53bbd61</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfArrayOfKeyValueOfstringintuHEDJ7Dj>