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": "ed543df7-b91c-43ae-8c2f-3b03aa0baa39"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]