POST api/AdminSettingsSystem/AdmGetGPTChat

AdmGetGPTChat

Request Information

URI Parameters

None.

Body Parameters

GetGPTChat_Request
NameDescriptionTypeAdditional information
GPTChatID

integer

None.

GPTChatActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GPTChatID": 1,
  "GPTChatActive": true,
  "UserUUIDCur": "2a9d98d8-7945-4eb7-87a4-85c8140433e1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]