POST api/AppChat/AppGetChat
AppGetChat
Request Information
URI Parameters
None.
Body Parameters
ApGetChatName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "16ee50cf-fb6d-4c54-8450-4692e793dedc", "ChatUUID": "8c852a91-6fa0-492a-a414-ca6c3fcafc81", "ChatRoomUUID": "a823b695-ee07-4075-b46a-e09002941c22", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApGetChatListName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
ChatUUID | globally unique identifier |
None. |
|
ChatRoomUUID | globally unique identifier |
None. |
|
ChatDelivered | boolean |
None. |
|
ChatSeen | boolean |
None. |
|
LastActivityTimeChar | string |
None. |
|
ChatFavorite | boolean |
None. |
|
ChatLikeQ | integer |
None. |
|
PhotoURI | string |
None. |
|
ChatUnseenQ | integer |
None. |
|
ChatLike | boolean |
None. |
|
GiftUUID | globally unique identifier |
None. |
|
GiftLeftTime | date |
None. |
|
GiftVisible | boolean |
None. |
|
ChatSystem | boolean |
None. |
|
Mute | boolean |
None. |
|
Pined | boolean |
None. |
|
GiftPackName | string |
None. |
|
GiftPackReason | string |
None. |
|
AvatarName | string |
None. |
|
ChatRoomName | string |
None. |
|
ChatCommand | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
ChatText | string |
None. |
|
EntryTime | date |
None. |
|
EntryTimeChar | string |
None. |
|
LastChatUUID | globally unique identifier |
None. |
|
i | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserUUID": "66fcaec0-4bf6-4b68-8b4a-f769721459d4", "ChatUUID": "71aeacc4-5ddf-4a5e-a94c-dd4366bee9df", "ChatRoomUUID": "a767157f-ad55-44bc-9117-8810073d4110", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "f06aa8ca-5947-446e-b6ec-debac198e455", "GiftLeftTime": "2025-04-19T09:47:57.2805652+03:00", "GiftVisible": true, "ChatSystem": true, "Mute": true, "Pined": true, "GiftPackName": "sample string 14", "GiftPackReason": "sample string 15", "AvatarName": "sample string 16", "ChatRoomName": "sample string 17", "ChatCommand": "sample string 18", "PhotoUUID": "4cf4bc7d-d9b9-48c0-b8d2-38e7a1bddb70", "ChatText": "sample string 19", "EntryTime": "2025-04-19T09:47:57.2805652+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "8ecdcce8-5811-40f8-9542-b08b35fd2f11", "i": 21, "UserUUIDCur": "7c62f357-4279-45a8-b697-244b2fdfda70" }