GET v1/flagClear/getSettings

Settings used to determine visibility and module settings for Flag activity

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FlagClearSettingsModel
NameDescriptionTypeAdditional information
DefaultToNonSerialized

Default commission settings to Non-Serialized

boolean

None.

HideSerializedToggle

Do not display the toggle for Serialized and Non-Serialized

boolean

None.

AllowMultipleRTIs

Indicates if multiple RTIs can be entered

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "defaultToNonSerialized": true,
  "hideSerializedToggle": true,
  "allowMultipleRTIs": true
}