GET api/ShareBook/Chat/{token}?param={param}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| token | No documentation available. |
Define this parameter in the request URI. |
| param | No documentation available. |
Define this parameter in the request URI. |
| info | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ChatId": 1,
"RecordId": 2,
"ShareBookId": 3,
"FromSno": "sample string 4",
"ToSno": "sample string 5",
"ChatMessage": "sample string 6",
"SendTime": "2026-04-17T19:36:13.9966883+08:00",
"Status": 8
}
text/html
Sample:
{"ChatId":1,"RecordId":2,"ShareBookId":3,"FromSno":"sample string 4","ToSno":"sample string 5","ChatMessage":"sample string 6","SendTime":"2026-04-17T19:36:13.9966883+08:00","Status":8}
application/xml, text/xml
Sample:
<ShareBookChatInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShareBookAppsServer.Data.Model"> <_x003C_ChatId_x003E_k__BackingField>1</_x003C_ChatId_x003E_k__BackingField> <_x003C_ChatMessage_x003E_k__BackingField>sample string 6</_x003C_ChatMessage_x003E_k__BackingField> <_x003C_FromSno_x003E_k__BackingField>sample string 4</_x003C_FromSno_x003E_k__BackingField> <_x003C_RecordId_x003E_k__BackingField>2</_x003C_RecordId_x003E_k__BackingField> <_x003C_SendTime_x003E_k__BackingField>2026-04-17T19:36:13.9966883+08:00</_x003C_SendTime_x003E_k__BackingField> <_x003C_ShareBookId_x003E_k__BackingField>3</_x003C_ShareBookId_x003E_k__BackingField> <_x003C_Status_x003E_k__BackingField>8</_x003C_Status_x003E_k__BackingField> <_x003C_ToSno_x003E_k__BackingField>sample string 5</_x003C_ToSno_x003E_k__BackingField> </ShareBookChatInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/html
Sample:
Sample not available.