« Back to Documentation Overview

get_webform

Section: WebForms
Version: 1.5.0


Get single webform using WEBFORM_ID.


Parameters
stringAPI_KEY
object
stringwebformWEBFORM_ID
Return Value
objectWEBFORM_ID
stringcampaignCAMPAIGN_ID
stringnameMy webform
stringurlhttp://app.getresponse.com/view_webform.js?wid=123&u=ABC

Example Request JSON

[
    "API_KEY",
    {
        "webform": "WEBFORM_ID"
    }
]

Example Response JSON

{
    "WEBFORM_ID": {
        "campaign": "CAMPAIGN_ID",
        "name": "My webform",
        "url": "http:\/\/app.getresponse.com\/view_webform.js?wid=123&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