POST api/AdminChatNotiff/GetChat
AdmGetChat
Request Information
URI Parameters
None.
Body Parameters
GetChat_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| ChatActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "b3ef8703-4a24-4d79-9d57-44c78108fd16",
"ChatActive": true,
"LanguageID": 1,
"UserUUIDCur": "e1f72cde-2e60-4284-8c87-f3b443a7914d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]