/api/2.0/campaigns/email/schema/

GET https://developer.salesfusion.com/api/2.0/campaigns/email/schema/

Description:

Reads the schema of the campaigner table and displays data regarding field types/length.

Sample Response:
{
    "campaign_editor_body": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "view_data": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "total_clicks": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "recurring_frequency": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 20
    },
    "from_email": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false,
        "max_length": 150
    },
    "activated_date": {
        "type": "DateTimeField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true
    },
    "trigger_minute": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "created_by_id": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "body": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "parent_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "total_opens": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "post_date": {
        "type": "DateTimeField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true
    },
    "crm_id": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 100
    },
    "webinar_master_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "campaigner_list": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 200
    },
    "recurring_stop": {
        "type": "DateTimeField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true
    },
    "total_delivered": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "refresh": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "header": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 200
    },
    "throttle_drip_days": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "design_type_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "created_by_name": {
        "type": "CharField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "throttle_trigger_days": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "campaign_editor_body_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "from_email_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 150
    },
    "campaign_editor_body_text_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "create_date": {
        "type": "DateTimeField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "campaign_id": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "advanced_ab": {
        "type": "BooleanField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "display_name": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false,
        "max_length": 100
    },
    "subject": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 500
    },
    "campaigner_type": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 50
    },
    "updated_by_id": {
        "type": "IntegerField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "post_date_b": {
        "type": "DateTimeField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true
    },
    "rss_feed_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "subject_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 500
    },
    "display_name_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 100
    },
    "body_text_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "body_text": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "last_update_date": {
        "type": "DateTimeField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "campaign_editor_body_text": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "campaign_name": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 100
    },
    "trigger_days": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "updated_by_name": {
        "type": "CharField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "dialog_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "body_b": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false
    },
    "trigger_hour": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "folder_name": {
        "type": "CharField",
        "read_only": true,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "sender": {
        "type": "CharField",
        "read_only": false,
        "write_only": true,
        "required": false,
        "allow_null": false,
        "max_length": 150
    },
    "recurring": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "dynamic_type": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 50
    },
    "folder_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false
    },
    "activated": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    },
    "notification_list": {
        "type": "CharField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": false,
        "max_length": 500
    },
    "asset_id": {
        "type": "IntegerField",
        "read_only": false,
        "write_only": false,
        "required": false,
        "allow_null": true,
        "max_value": 2147483647,
        "min_value": -2147483648
    }
}