POST api/AdminSettingsSystem/AdmGetGPTChatRepeat

AdmGetGPTChatRepeat

Request Information

URI Parameters

None.

Body Parameters

GetGPTChatRepeat_Request
NameDescriptionTypeAdditional information
GPTChatRepeatUUID

globally unique identifier

None.

RepeatWord

string

None.

LanguageID

integer

None.

RepeatActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GPTChatRepeatUUID": "31ddafb9-65ec-4a61-b762-bc62b8a92d4c",
  "RepeatWord": "sample string 1",
  "LanguageID": 1,
  "RepeatActive": true,
  "UserUUIDCur": "eb00235e-9938-4366-856e-237f278d73bb"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]