Skip to content

ResponseOfFormVisibilityRuleResponse

Type: object

Properties

Property Type Required Description Constraints
errors array No
requestId string No
result array No
success boolean No
warnings array No

Generated example

{
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "requestId": "123",
  "result": [
    {
      "formFieldId": "123",
      "ruleType": "string",
      "rules": [
        {
          "altLabel": "string",
          "operator": "string",
          "picklistFilterValues": [
            {
              "isDefault": true,
              "label": "string",
              "selected": true,
              "value": "string"
            }
          ],
          "subjectField": "string",
          "values": [
            "string"
          ]
        }
      ]
    }
  ],
  "success": true,
  "warnings": [
    "string"
  ]
}

Referenced models

Source

Generated from swagger-asset.json.