« Back to Documentation Overview

get_webforms

Section: WebForms
Version: 1.5.0


Get webforms.


Parameters
stringAPI_KEY
object
arraycampaigns
stringCAMPAIGN_ID
stringCAMPAIGN_ID
stringget_campaignsget_campaigns conditions
Return Value
objectWEBFORM_ID
stringcampaignCAMPAIGN_ID
stringnameMy other webform
stringurlhttp://app.getresponse.com/view_webform.js?wid=456&u=ABC

Example Request JSON

[
    "API_KEY",
    {
        "campaigns": [
            "CAMPAIGN_ID",
            "CAMPAIGN_ID"
        ],
        "get_campaigns": "get_campaigns conditions"
    }
]

Example Response JSON

{
    "WEBFORM_ID": {
        "campaign": "CAMPAIGN_ID",
        "name": "My other webform",
        "url": "http:\/\/app.getresponse.com\/view_webform.js?wid=456&u=ABC"
    }
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash