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": "30fd4357-60a5-4bf5-a481-16c2d9905a58"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]