changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "campaigns": {
+ "description": "Array of campaigns",
+ "items": {
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "archive_url": {
+ "description": "Archive URL",
+ "type": "string"
+ },
+ "create_time": {
+ "description": "ISO date when campaign was created",
+ "type": "string"
+ },
+ "emails_sent": {
+ "description": "Number of emails sent",
+ "type": "number"
+ },
+ "from_name": {
+ "description": "From name",
+ "type": "string"
+ },
+ "id": {
+ "description": "Campaign ID",
+ "type": "string"
+ },
+ "list_id": {
+ "description": "Associated audience/list ID",
+ "type": "string"
+ },
+ "long_archive_url": {
+ "description": "Long archive URL",
+ "type": "string"
+ },
+ "preview_text": {
+ "description": "Preview text",
+ "type": "string"
+ },
+ "reply_to": {
+ "description": "Reply-to email",
+ "type": "string"
+ },
+ "send_time": {
+ "description": "Send time ISO date",
+ "type": "string"
+ },
+ "status": {
+ "description": "Campaign status",
+ "enum": [
+ "save",
+ "paused",
+ "schedule",
+ "sending",
+ "sent"
+ ],
+ "type": "string"
+ },
+ "subject_line": {
+ "description": "Email subject line",
+ "type": "string"
+ },
+ "template_id": {
+ "description": "Template ID",
+ "type": "number"
+ },
+ "title": {
+ "description": "Campaign title",
+ "type": "string"
+ },
+ "type": {
+ "description": "Campaign type (regular, automation, etc.)",
+ "type": "string"
+ },
+ "web_id": {
+ "description": "Web ID",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_items": {
+ "description": "Total number of campaigns",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}