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": "e1d7fdc9-e949-4355-bcbe-2c12733d77e2",
"ChatActive": true,
"LanguageID": 1,
"UserUUIDCur": "63477692-62bb-416d-a39d-2f070542ac44"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]