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": "54862a45-92eb-4599-a4da-c92c2e8c2771"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]