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": "7d25da05-e7c3-43c2-8581-1d7eef0c7e0f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]