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": "ec41e1aa-fa16-4899-a618-062c764afe8f",
  "RepeatWord": "sample string 1",
  "LanguageID": 1,
  "RepeatActive": true,
  "UserUUIDCur": "8ebd2d31-daaf-458e-a9b4-dcc4f5bc41a9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]