Skip to content

ResponseOfLandingPageDynamicContentResponse

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": [
    {
      "content": [
        {
          "content": {},
          "followupType": "string",
          "followupValue": "string",
          "segmentId": 123,
          "segmentName": "Example name",
          "type": "string"
        }
      ],
      "createdAt": "2026-01-15T10:30:00Z",
      "id": 123,
      "segmentation": 123,
      "updatedAt": "2026-01-15T10:30:00Z"
    }
  ],
  "success": true,
  "warnings": [
    "string"
  ]
}

Referenced models

Source

Generated from swagger-asset.json.