POST api/AdminSettingsSystem/AdmGetGPTChat
AdmGetGPTChat
Request Information
URI Parameters
None.
Body Parameters
GetGPTChat_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| GPTChatID | integer |
None. |
|
| GPTChatActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GPTChatID": 1,
"GPTChatActive": true,
"UserUUIDCur": "cd2cc7b7-c4a0-4fbe-ba9a-838c2797fa9e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]