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": "429b5ff8-2e9a-483d-8294-78efa4168c4d",
"ChatActive": true,
"LanguageID": 1,
"UserUUIDCur": "b62d7280-51fa-46ac-90e9-023e8b66e9c1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]