You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Eloqua Form API

Export Form from Eloqua:

  1. Get List of Forms

https://secure.p04.eloqua.com/api/REST/1.0/assets/forms

  1. Get Form Data

https://secure.p04.eloqua.com/api/REST/1.0/data/form/40

Import/Create Form to Eloqua:

  1. Create Form

POST : https://secure.p04.eloqua.com/api/REST/1.0/assets/form

Body :

{   

"name":"API_Form_Create",

"htmlName":"API_Form_Create",

"elements":

[

{

"type":"FormField",

"name":"First Name",

"dataType":"text",

"displayType":"text",

"htmlName":"FirstName"

}

],

"processingtype":""

}

Response:

{

    "type": "Form",

    "currentStatus": "Draft",

    "id": "110",

    "createdAt": "1565162081",

    "createdBy": "23",

    "depth": "complete",

    "folderId": "7",

    "name": "API_Form_Create",

    "permissions": "fullControl",

    "updatedAt": "1565162081",

    "updatedBy": "23",

    "elements": [

        {

"type": "FormField",

"id": "727",

"name": "First Name",

"dataType": "text",

"displayType": "text",

"htmlName": "FirstName",

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!