How to get data for submission of form using REST or SOAP API

Hello

Can someone let me know how to recover data using REST or SOAP API for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Answer please I need to implement in one of my projects.

Thanks and greetings

Angela

Post edited by: Md Shahid

Here the answer How to recover data for submission of form using REST or SOAP API

Tags: Marketers

Similar Questions

  • How to recover data for submission of form using REST or SOAP API

    Hi Topliners,

    Can someone let me know how to recover data using REST or SOAP API, for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Please answer I need to implement in one of my projects.

    Thanks and greetings

    Angela

    See REST API - to access form data REST API - Documentation for kernel objects

    Delete only is not supported via the API.

  • Is there a way to get the data for submission of form of eloqua using the REST API?

    I was wondering if there is a way to get the data for submission of form of eloqua using the REST API?

    Thank you

    On the page that egan related, there is a 'RawData' field for FormSubmit activities. In this area, the raw sending the form query string is returned.

    Whatever it is, you can get this info from the activities of the API block, or the endpoints data Rest API.

  • HOW to get date max of meaningless months USING SYSDATE

    DATE_X
    ------------
    2 JULY 10
    JUNE 3, 10
    6 JUNE 10
    15 JUNE 10
    JUNE 20, 10


    OUTPUT WOULD BE: -.
    ---------------------------
    JUNE 20, 10

    I tried with following query returns the same result

    SELECT MAX (ADD_MONTHS(SYSDATE,-1)) FROM < table_x >
    output:-
    2 JUNE 10

    Concerning
    Amou

    Please press OK button or the helpfu

    SELECT MAX(DATE_X)
    FROM 
    where DATE_X >= ADD_MONTHS(SYSDATE,-1);
    
  • How to get LASTDAY for each month between data dates...

    Hi friend

    I have a doubt, how to get LASTDAY for each month between data dates...

    for ex:
    My contribution will be like this
    date = 01/12/2011
    To date = 14/04/2011

    And I need an output like
    31/01/2011
    28/02/2011
    31/03/2011

    is it possible to achieve through sql query in oracle
    Thanks in advance for all friends to help him

    Hello

    Something like this (assuming that the dates are originally VARCHAR2s):

    SQL> var dt_start varchar2(10)
    SQL> var dt_end varchar2(10)
    SQL> exec :dt_start := '12-01-2011'
    
    PL/SQL procedure successfully completed
    
    SQL> exec :dt_end := '14-04-2011'
    
    PL/SQL procedure successfully completed
    
    SQL>
    SQL> select last_day(
      2           add_months(
      3             trunc(to_date(:dt_start,'DD-MM-YYYY'),'MM'),
      4             level-1
      5           )
      6         ) as result
      7  from dual
      8  connect by level <= months_between(to_date(:dt_end,'DD-MM-YYYY'), to_date(:dt_start,'DD-MM-YYYY'))
      9  ;
    
    RESULT
    -----------
    31/01/2011
    28/02/2011
    31/03/2011
     
    

    If the dates are already of the date data type, simply remove the to_date function.

  • How to get drivers for my smart tv S320/PB74300101

    How to get drivers for my smart tv S320/PB74300101

    I would start by going to a site of Packard Bell. They made your TV and they argue, not HP.

    This is the forum of global consumer of Hewlett Packard (HP).

    Best regards
    ERICO

  • How to get licenses for charity in India (Vipassana International Academy)

    I want Licenses to charity for A worldwide non-profit organization. Our main office is located in India (Vipassana International Academy)

    Please suggest who to contact and how to apply, I tried the link of
    But it displays error for the Indian region.
    Please suggest how to get licenses for charity in India

    See the following topics:

    http://www.Microsoft.com/licensing/

    There is a section for charity.

  • I canceled my account same day and join as convert PDF word has not converted correctly how to get credit for membership cancellation

    I canceled my account same day and join as convert PDF word has not converted correctly how to get credit for membership cancellation

    You need to contact Adobe customer service:

    They will check and help you. (Live chat)

    Contact the customer service

  • How to get alerts for hardware failures

    Hai,

    As I am new on the vmware I'm interested to know how many VI troubleshooting if something goes wrong?

    How to get alerts for hardware failures? IF a drive failed in RAID1 how to identify? VM is grayed out, no use via the GUI and Console, where to check?

    If anyone knows where to find the answers for part of vsphere troubleshooting please let me know, is there any blogs or sites for beginners? Am in the theritical part. I need troubleshooting documents or videos.

    Thanks in advance

    In vSphere, you can monitor hardware heakth and status and receive alerts in the client vSphere also depending on the hardware that you use you can take for that hardware manufacturers probes.

    For troubleshooting / you can check this site - http://www.vmware.com/support/product-support/vsphere/

  • How to get the frame number current timeline using jsx?

    How to get the frame number current timeline using jsx?

    Thanks for the link!

    Clarification: I was looking for the current image on the timeline of the video. OP he mentions that he had found how to get that so I searched a bit more and found this thread: Re: can I inpoint in read/write and out-point of the clips in a group of video with scripts? They have the following functions, I have not tried yet, but it seems like it should work.

    function getCurrentFrame() {}

    try {}

    Var ref = new ActionReference();

    ref.putProperty (charIDToTypeID ('Rprp'), stringIDToTypeID ('currentFrame'));

    ref.putClass (stringIDToTypeID ('timeline'));

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ('null'), ref);

    var TC = executeAction (charIDToTypeID ('getd'), desc, DialogModes.NO);

    Return TC.getInteger (stringIDToTypeID ('currentFrame'));

    } catch (e) {return null ;}

    };

  • How to get the CPU usage in LabWindows using C program

    Hi all

    Please help me...

    How to get the CPU usage and the use of the RAM in LabWindows CVI 12.0 using C.

    Any help with this will be appreciated.

    Thank you in advance


  • How to insert data into the table by using the expression builder in the assign activity

    How to insert data into the table by using the expression builder in affect business in BPEl, I use SOA Suite 11.1.1.5
    Can someone help me please

    Hello

    I don't think that oraext:query-database() can insert data into the table.

    What are your needs?
    Can not you plan to use the DB adapter with the insert operation?

    Kind regards
    Neeraj Sehgal

  • How Adobe gets DATE and its format?

    Hello

    I'm current date (today) to below JS in some flds and below using FormCalc for some flds in my_form;

    JS:

    var currentTime = new Date()

    Form Calc:

    $.rawValue = num2date (date (), DateFmt(MM/DD/YYYY))

    But I have not much idea how adobe is at that date? For my business it is the first form, that's why they ask me how adobe gets so, date format and its

    1) count local address IP/Internet provider, format?

    (2) or PREMISES of the portable PC/computer user settings, date format? If Yes, for example, if the user (the laptop settings) Germany has a DD. MM YYYY configured, if this user is delivered to the United States on a business trip and if the user opens the form, and then how the date looks like for this user? Depending on the settings of computer laptop user JJ. MM YYYY or local internship provider date format MM/DD/YYYY?

    Thank you

    Go to PDF... No!

  • How to get data from excel

    Hello world

    How can I get data from excel inside my program? I'm using labview 8.2. I have tried to find the solution for this but seems that the solutions are not suitable. Can someone help me? Thank you.

    Hi jieah,

    Inside of the attachment nijams don't you see this?

    read_excel_values. LLB

  • Does anyone know how to get data from a web service of Labview with ajax or JSON?

    Hello

    I try to use ajax and json to service Web restful which I build with the labview. However I get errors

    For example. I create a web service from a labview vi (z = x / y http://localhost: 8080/math/divide/5/20 will give {Z: "4,000,000"})

    I get errors for the attached html files.

    Does anyone know how to get al labview WebService with ajax or json data?

    Thank you... Eran


Maybe you are looking for

  • password storage

    Hi all Weird question that happened a few weeks back. On a few sites I just save my password in firefox as not really worried for the security being the site it is. in any case, I noticed a few weeks ago the storage of the password no longer works on

  • Is there an antivirus program free?

    cannot access my internet. turn off guard. 1000's of pop ups. thought I will run an antivirus via safe mode. enjoy some stuff to make this problem go away. Thank you.

  • My video does not work!

    Hi used lve my clip most of today at the help of cds and now its has decided he does not want to turn on what do l? (Please be gentle with me new lm for this lol)

  • Package id error. Signed applications WebWorks.

    Could someone please tell me why when signing of the same app for OS BB10 and PlayBook OS I'm different application id in MANIFEST. File MF, which translates as the rejection by the supplier portal .bar file downloading. Two software development kits

  • screen saver gives an error MSVCR100.dll is missing

    The program cannot start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem. I get this message when my screen saver tries to start. Two sequential boxes appear, which canceled once then start the scr