How to recover Contacts using ContactGroupID using SOAP or RESTFul API in c#?

Hi guys,.

I want to recover contact records from Eloqua 10 using ContactGroupID or by using the SOAP API or RESTFul API in c#. Well want to, help me for the same thing.

Thanking you,

Kind regards

Dhaval Doshi.

Hi Alain,

You can use the bulk API to export contacts who are members of a segment or group. Documentation is available at the following address: Eloqua bulk API 1.0: importing and exporting data

Hope this helps and please let me know if you need more information.

Thank you

Fred

Tags: Marketers

Similar Questions

  • How to recover contact entities then 125 more using Eloqua API Version 1.2?

    Hello Falks,

    I created my own windows App in .net for recover data from Eloqua-10 Contacts using the Eloqua API version 1.2. When I ask for the contact entity by using the following code:

    queryResult = service.serviceProxy.Query (contactEntityType, searchQuery, fieldList.ToArray (), currentPage, pageSize);

    where if I give pageSize in more than 125 it gives the following error msg being attached to this discussion. While I've made thousands and I want back all in a single query. Kindly, help me on the same based on the ASAP. It will be a great help for me.

    Thanking you,

    Kind regards

    Dhaval Doshi.

    Hi Alain,

    If you plan to export contact thousands records, you want to look at the documentation of the API in bulk here: Eloqua bulk API 1.0: import and export of data.

  • How to export Contact using the vCard and SMS to the non-iPhone user

    Hello

    so I just tried to share a contact, using Messages, from another phone (non-iPhone) and I expect Messages to send a vCard using SMS to other mobile phone, but instead the iPhone said: "failed to send Message."  Text messages normal sending very well (with the Green bubbles).

    I followed the 7 steps listed at this link: http://www.iphoneheat.com/2013/01/how-to-send-contact-card-vcard-from-iphone-ipa d-ipod-touch /, but it did not work.

        1. Launch the Contacts application from the home screen of your iPhone, iPad, and iPod Touch.
        2. Search for the contact you want to share and tap the name;
        3. When you contact details, scroll to the bottom and press the button Share contact ;
        4. Choose the option Message ;
        5. The vCard contact will be automatically inserted into an empty message.
        6. Now simply select the recipient you want to send the contact card to the field to the message.
        7. Click on send. That's all!

    If anyone knows how it's supposed to be done with the latest iOS - to send contact information to another phone (non-iphone) by SMS?

    Well, I figured that out, and it relates to this discussion of the Apple forum:

    Why should I mobile data market to send/receive MMS?

    According to my cellular provider (Fido, Canada), the decision to send vCards and picture Messages to cellular data radio was conducted by mobile phone manufacturers (Apple, Samsung, etc.), but it's probably a standard now that cellular providers design their networks (although I could believe the reverse had happened).

    Fortunately, even if I use the connection 'data' Fido that they don't consider it as data, but as the e-mail... which is good for my boyfriend who is also using Fido, because is not a data plan but can now receive vCards (and picture messages) via MMS when it allows its cellular data (radio).

    But the real question is why was decided to send a business card on the data network and not on the SMS network, as it is just text (such as a comma-delimited file).  And if the vCard happened to contain non-text byte then why they wouldn't just UUENCODE (or MIME) the vCard if there no text fields so that it could be sent via SMS?

    Oh, wait... Search..., Wikipedia watch looks like what a card and its ALL TEXT: https://en.wikipedia.org/wiki/VCard#vCard_4.0

    And very little text too.

    If anyone knows why Apple does not send vCards via SMS (or why LG/Samsung either)?

    Why I care, well of curiosity, of course, but also because if we could do more over the cellular transmitter voice/sms, so maybe we could turn cellular data more often, which would save on energy consumption (I guess), reduce the heat our phones get and to reduce our exposure to the EM radiation have some of the disabled (c.f. Bluetooth WiFi wireless transmitters (, data transmitters and cell phones cellular voice/sms).

    Let's hope that someone out there knows.

    Thank you.

    P.S. I also understood why so many of my friends use Whatsapp and WiFi to send text messages instead of using the network of suppliers of cells, the standard e-mail application in Android (and iOS when you message for a non-Apple device) will not send messages (SMS/MMS) via WiFi.

  • create the document using the CMIS REST API

    Hello! I would like to integrate my java application with Oracle Webcenter via the REST API of CMIS. I can read, delete documents, but have some problem with creating one.

    I get success only when I create document (type = "/ ucmserver / IDC:GlobalProfile") with the name "idcPrimaryFile". In other cases I have the exception:

    oracle.webcenter.content.integration.RepositoryException: November 12, 2015 08:52:06 oracle.webcenter.content.integration.spi.ucm.DocumentManager mapBinaryPropertiesToTransferFile

    GRAVE: Impossible to perform the action on document with binary because the binary name and the name of the node must be the same, but they are not.  The binary name is XXX and the name of the file is idcPrimaryFile

    My properties:

    Properties =]

    (PropertyIds.OBJECT_TYPE_ID): type.

    (PropertyIds.NAME): name,.

    "/ ucmserver / IDC:GlobalProfile.ora:p:dDocType ':"Application. "

    ' / ucmserver / IDC:GlobalProfile.ora:p:dDocTitle ': 'Test ',.

    ' / ucmserver / IDC:GlobalProfile.ora:p:dSecurityGroup ': 'Public ',.

    ]

    I would appreciate help

    Hello! I solved my problem, but with a workaround.

    I will try to explain the problem and how it is possible to create documents via Oracle Webcenter Content Management API REST CMIS:

    For the next POST request:

    POST/rest/api/cmis/children/ucmserver? UID = IDC:Folder / FLD_USERS & versioningState = none HTTP/1.1

    Host: 192.168.32.192:8888

    User-Agent: Mozilla/5.0 (X 11; Linux x86_64; RV:38.0) Gecko/20100101 Firefox/38.0

    Accept-Encoding: gzip, deflate

    Connection: keep-alive

    Accept-Language: en-US, en; q = 0.5

    Content-Type: application/atom + xml; type = entry

    Cache-Control: no cache

    "http://www.w3.org/2005/Atom' xmlns:cmis ="http://docs.oasis-open.org/ns/cmis/core/200908/"xmlns:cmisra ="http://docs.oasis-open.org/ns/cmis/restatom/200908/"xmlns:chemistry ="http://chemistry.apache.org/">."

    urn: uuid:00000000 - 0000-0000-0000-00000000000

    test

    2015 11-13 T 08: 06:27.014Z

    a text

    Public

    test

    Application

    MyTitle

    / ucmserver / IDC:GlobalProfile

    I get the response from the server

    Error 500 - Internal server error

    oracle.webcenter.content.integration.RepositoryException: 18 November 2015 05:24:04 oracle.webcenter.content.integration.spi.ucm.DocumentManager mapBinaryPropertiesToTransferFile

    GRAVE: Impossible to perform the action on document with binary because the binary name and the name of the node must be the same, but they are not.  The binary name is test , and the name of the file is idcPrimaryFile.

    When the test is the document name.

    This request, I checked with an another compatible services of CMIS (IBM FileNet and OpenCMIS InMemory repository). I created the document with name test it.

    Workaround solution:

    POST request:

    POST/rest/api/cmis/children/ucmserver? UID = IDC:Folder / FLD_USERS & versioningState = none HTTP/1.1

    Host: 192.168.32.192:8888

    User-Agent: Mozilla/5.0 (X 11; Linux x86_64; RV:38.0) Gecko/20100101 Firefox/38.0

    Accept-Encoding: gzip, deflate

    Connection: keep-alive

    Accept-Language: en-US, en; q = 0.5

    Host: 192.168.32.192:8888

    Content-Type: application/atomsvc + xml

    Slug: test

    Cache-Control: no cache

    "http://www.w3.org/2005/Atom' xmlns:cmis ="http://docs.oasis-open.org/ns/cmis/core/200908/"xmlns:cmisra ="http://docs.oasis-open.org/ns/cmis/restatom/200908/"xmlns:chemistry ="http://chemistry.apache.org/">."

    urn: uuid:00000000 - 0000-0000-0000-00000000000

    test

    2015 11-13 T 08: 06:27.014Z

    a text

    Public

    test

    Application

    MyTitle

    / ucmserver / IDC:GlobalProfile

    I created the document with the name test in Oracle Webcenter.

    The differences between applications are:

    Content-Type: application/atomsvc + xml

    Slug: test

    So I'm not sure that the Oracle Webcenter Content Management Service STILL provides "correct" implementation of the OASIS CMIS specification, because I found nothing in therehttp://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html on the Slug query parameter and it is not clear to me how the Oracle Webcenter Content Management REST Service works with Content-type application/atom + xml; type = entry (I mean according to CMIS specification().



    It will be very useful for me to get another point of view. Maybe someone could correct me if I'm wrong.

    Thanks in advance.

  • Add a contact e-mail group via the Rest API

    Hello

    Is it possible to add a contact to a group of e-mail through the Rest API?

    I saw this article here http://topliners.eloqua.com/docs/DOC-3526 which shows that you can get a subscription email group contacts status, however it is not clear how actually to add a contact to a group of e-mail via the API.

    I tried to post data to ' data/contact / {id} / groups/email/subscription "but I get a response of"Method not allowed"API."

    If someone managed to achieve? If so, how?

    See you soon

    Hi David,

    The POST operation is not supported by this endpoint, but you can use PUT a method for updating subscriptions Contact:

    • PUT: / data/contact / {id} / email/group / {groupId} / subscription

    Where the request body contains an object of the subscription. Hope this helps and please let us know if you need more information.

    Thank you

    Fred

  • How to configure Hostname of the node with the REST API?

    I tried the value of hostname of the virtual machine when I deploy an application, but were unsuccessful.  The application consists of all the operating system - there is no installed service but an example here that I used when I deployed the application.  It is based on the release of the REST API "node info": for the particular deployment profile.

    {

    'node': [{}

    "name': 'VM1."

    "properties": [{}

    "hostname": "joe".

    }],

    ["nodeComponent":]

    }]

    }

    But when you use this application I get the error message: "the node 'VM1' does not exist in the current 'deployment profile'. ' even if 'VM1' is the only node in the deployment profile.  I tried other variations and still get the same error message.

    Does anyone have suggestions for how I can configure the hostname of the node when you deploy the application?  Thank you.

    Apparently, the REST API for planning a deployment is designed after characteristic GUI Application Director "rapid deployment". Rapid deployment does not allow the substitution of properties of node as hostname. Idea being the deployment profile once defined and prepared, each individual call of it must change some subset of the properties of the component. We can always create several profiles of deployment to account for changes in node.

    Nevertheless, it seems that property of node specifications would help your situation... so that your comments reached the product team.

    Thank you rags

    This posting is provided as is and confers no rights.

  • When do wind 10 install lost 2nd screen, screenshot of pc how to recover the use of pc now

    I had no problem getting windows 10 softwear suddenly when finished and needed cleaning to continue, well was shocked operating only lcd screen exploded signal dark and thought was a function key on the pc to 2 screen, pc or external only one, which missed too - in fact when the pc fell to lose its screen I managed to retrieve external display used by beat keyboard , Well, it worked once, good now only use tried was thinking volt battery drain low source flip some wells internal adjustment other than having perhaps a mouse operation pc double same time so know where the icons are on a screen display or removal of the drive for a player of the player id rather get a fix that allows using pc busted as he went a while until downloading He messed, got together 500 filled concerts and spent $ 10 for that data too, save me a trip pc shop please

    Hello Edward,.

    Thanks for posting your query on the Microsoft Community.

    If you encounter a problem with dual screen and you have lost your second screen when installing Windows 10 then first of all I suggest you to install all the updates of Windows available. Then try to update all device drivers, and see the article mentioned below to add multiple monitors.

    How to: install and update drivers in Windows 10

    If the problem persists, then install the drivers for Windows 8/8.1 from the site of the constructor in compatibility mode and check if it works.

    Make the programs more compatible with this version of Windows
    http://Windows.Microsoft.com/en-in/Windows-8/older-programs-compatible-version-Windows

    Reference:

    http://Windows.Microsoft.com/en-us/Windows/network-connection-problem-help#network-problems=Windows-81&V1H=win81tab5&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    More information: You can also refer to the article mentioned below and see if it helps.

    Plug a second monitor or projector

    Note: Article 8.1 of Windows but not be too good for Windows 10.

    Hope it would help. If problem persists always post back with the current state of your computer and the result of the proposed suggestion, we will be happy to help you.

    Kind regards

  • How to recover data using regexp_like

    Hi all

    I have to use the function regexp_like on our books, please let me know how to use in this situation.below is sample data.
     id        Name          department
     1         A                3~2~1
     2         B                14~10~3
     3         C                 22~7~6
     4         D                 4~5~9
    If I pass the Department number 2 result shows id 1
    14-> id 2 are coming.
    22-> id 3.

    Kind regards
    Rajasekhar

    Published by: SuNRiZz68 on April 27, 2009 07:30

    Hello
    Just add: WHERE INSTR ('~ ' | Department |) '~', '~' || : by | '~') > 0;

    Cordially Salim

    SQL> var par varchar2(20)
    SQL> exec :par:='1';
    
    Procédure PL/SQL terminée avec succès.
    
    SQL> WITH t AS
      2       (SELECT 1 ID, 'A' NAME, '3~2~1' department
      3          FROM DUAL
      4        UNION ALL
      5        SELECT 2, 'B', '14~10~3'
      6          FROM DUAL
      7        UNION ALL
      8        SELECT 3, 'C', '22~7~6'
      9          FROM DUAL
     10        UNION ALL
     11        SELECT 4, 'D', '4~5~9'
     12          FROM DUAL)
     13  SELECT *
     14    FROM t
     15   WHERE INSTR ('~' || department || '~', '~' || :par || '~') > 0;
    
            ID N DEPARTM
    ---------- - -------
             1 A 3~2~1
    
    SQL> exec :par:='22'
    
    Procédure PL/SQL terminée avec succès.
    
    SQL> WITH t AS
      2       (SELECT 1 ID, 'A' NAME, '3~2~1' department
      3          FROM DUAL
      4        UNION ALL
      5        SELECT 2, 'B', '14~10~3'
      6          FROM DUAL
      7        UNION ALL
      8        SELECT 3, 'C', '22~7~6'
      9          FROM DUAL
     10        UNION ALL
     11        SELECT 4, 'D', '4~5~9'
     12          FROM DUAL)
     13  SELECT *
     14    FROM t
     15   WHERE INSTR ('~' || department || '~', '~' || :par || '~') > 0;
    
            ID N DEPARTM
    ---------- - -------
             3 C 22~7~6
    
    SQL> 
    
  • How to recover Contacts and former e-mail records after changinf Win 7 32 bit to Win 7 64 bit?

    Before I loaded Window 7 64 bit, I saved all my data files into Windows.old and that the file is still there. I know may Contacts and notes folders/old E-mail (Outlook.pst) are in the Windows.old folder. Can I import or directly replace the new files created so I don't have to manually enter the information this old? How can I do?

    You can, but you need to hurry: the Windows.old folder automatically deletes itself after awhile.  It is not supposed to be a backup.

    Basically you can just go to the folder and find (or search) to your PST file.  Open your Outlook and choose file > import to get imported old PST data.

  • How to recover contacts from Windows live mail email messages from the hard drive.

    I was download my messages to e-mail AT and T through Windows live mail (Pop3). My computer has a hardware problem and stopped working.

    However, the hard drive is fine and all the data is safe. I now have a new computer. How can I transfer old computer to the new e-mail and messages

    Windows live mail in the new computer can actuall import the old e-mail messages and contacts.

    Plug the old drive to the new computer.

    You may need to show hidden files to see the records of WLMail.

    olddrive:\Users\old Live Mail

    Drag and drop messages into an open folder of WLMail.

    If you have been given a copy of messages on the AT & T server you have duplicates.

  • Use JSON with REST API vCO 5.1

    I'm developing a simple REST client to run a workflow in vCO.  I am using perl and the module REST::Client, which is pretty simple.  I can retrieve the items in the inventory and definition for my target workflow, but when I try to POST a run, I get an error report by stating:

    The request sent by the client is syntactically incorrect.

    I use JSON (as is the default output of the vCO if no Content-Type is specified, and my personal preference), and the JSON format documentation is pretty sparse compared to the XML documentation.  The documents describe the context of execution as follows:

    { "parameters" : [ { "name" : "...", "type" : "...", "description" : "...", "scope" : "local", "value" : { } }, ... ] }

    My workflow accepts two string for the input parameters and returns a string as output parameter.  I read that the scope and description fields are optional, and I am omitting the two.  Clearly, however, Miss something needed on the structure of the execution context.  Can anyone help to shed light on this?

    Complete debugging:

    Accept: application/json
    Accept-Encoding: gzip, x-gzip, deflate, bzip2-x
    Authorization: *.
    User-Agent: REST::Client/249
    Content-Length: 137
    Content-Type: application/json
    {"parameters":[{"value":"10.0.0.0/24","name":"network","type":"string"},{"value":"test-hostname.dom","name":"hostname","type":"string"}]}

    HTTP/1.1 400 Bad Request
    Connection: close
    Date: Wednesday, December 5, 2012 19:01:11 GMT
    Server: vCO Server
    Content-Length: 965
    Content-Type: text/html; charset = utf-8
    Client-Date: Wednesday, December 5, 2012 19:06:21 GMT
    Client-Peer: *: 8281
    Customer-response-Num: 1
    Client-SSL-Cert-Issuer: /C=US/O=VMware/OU=VMware/CN=localhost.localdom
    Client-SSL-Cert-subject: /C=US/O=VMware/OU=VMware/CN=localhost.localdom
    Client-SSL-Cipher: DHE-RSA-AES256-SHA
    Client SSL-Socket-class: IO::Socket
    Client alert-SSL: certificate of the peer unaudited
    Title: JBossWeb/2.0.1.GA - error report


    < html > < head > < title > JBossWeb/2.0.1.GA - error report < / title > < style > <!-H1 {do-family: Tahoma, Arial, without serif; color: white; background-color: # 525 76; do-size: 22px ;}} H2 {do-family: Tahoma, Arial, without serif; color: white; background-color: # 525 76; do-size: 16px ;}} H3 {do-family: Tahoma, Arial, without serif; color: white; background-color: # 525 76; do-size: 14px ;}} BODY {do-family: Tahoma, Arial, without serif; color: black; background-color: white ;}} B {do-family: Tahoma, Arial, without serif; color: white; background-color: # 525 76 ;}} P {do-family: Tahoma, Arial, without serif;: white background; color: black; do-size: 12px ;}} A {color: black ;}} B.SID {color: black ;}} HR {color: # 525 76 ;} - > < / style > < / head > < body > < h1 > State HTTP 400 - < / h1 > < HR size = "1" = "noshade" noshade > < p-type > < b > < /b > < /p > < p > < b > report message < /b > < u > < / u > < / p > < p > < b > description < /b > < u > the request sent by} the client was syntactically incorrect (). < /u > < /p > < HR size = "1" noshade "noshade" = > < h3 JBossWeb/2.0.1.GA > < / h3 > < body / > < / html >

    There was a problem with the value of the format JSON deserialization, it is fixed and will be available in version 5.1 of U1.

  • 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.

  • How to pass the elqCustomerGUID as well as data of form through the rest API?

    Hey everybody,

    We have our own installer of forms on our front-end server.  We take this data with the basting eloqua (elqCustomerGUID) id and pass it on to our backend.  We then use the Eloqua Rest API to send the form data to Eloqua.  The problem is that I can not understand how to properly send the elqCustomerGUID so that it binds a contact to the the ID.  Need this to display the tracking page to work.

    According to the data of the shipment, it works perfectly - map us the values of their corresponding form ID field and send it.

    Any help would be appreciated!

    Thank you

    Chris

    I just finished using the CURL approach to imitate the real form post that Eloqua uses.  If you look at the html code of the form, you can see the fields, it took:

    elqFormName, elqCustomerGUID, elqCookieWrite, elqSiteID

    and then the htmlNames in any other field that the form is intended.

    If you post all what to "http://s«.$elqSiteID.".t.eloqua.com/e/f2 "in a tone of param query normal-online configuration of the value, it will count as if you clicked on submit on the real shape."

    Hope that helps! If you have any questions just shoot me a message.

  • How to import an Android application contact information in BC campaign list using SOAP?

    I have a client who wants to import the contact information for an Android app in BC campaign list using Contact_CampaignListListUpdateInsert using SOAP. We have a communication problem and I was wondering if someone done this kind of work?

    Depends on what you are coding it, being the soap API you could use phonegap or Cordoba and javascript to access the API, there is no restriction of area for a mobile application and without security issues because your code is encapsulated in an application.

  • I deleted the file from my desktop using Shift + Delete how to recover this file?

    Earlier I deleted my desktop using 'Shift + delete' important file how to recover this file?

    Please see the thread of the following responses:

    How can I recover the files deleted (with shift-delete)

    This solution provided by 101 pretty much says it all.

Maybe you are looking for

  • Connected HP - Server errors / cannot add a device

    The new "HP" connected problems?  I migrated to the eprintcenter at this thought, that it would be better, but so far, I have not been able to add my printer that I wouldn't have to do anyway because everything was supposed to go and whenever I click

  • Mac os 10.6.8 does support deskjet 932C?

    After the last update, I was unable to print anything through my deskjet 932c. I just get printer error messages that basically say that my printer driver is not installed. I tried everything I can think of few gutenprint including download free copi

  • Out-of-order of Microsoft for automatic activation phone

    To the right,. My self updated Windows Vista Ultimate SP 2 64-bit requires an automatic validation by telephone. I wrote for a week Tel. 01 800 527 2000 of the Mexico, but the only response is " ¡Servicio not available in! . (Service unavailable). Th

  • Update for Windows Vista (KB971644) platform

    I recently installed "Update for Windows Vista (KB971644) platform" but when I try and install the latest version of windows live messenger, it is said that I still need to install the "platform for Windows Vista (KB971644) update" before I can insta

  • Optical drive for XPS 17 (L702X) read is not all disks

    I have recently reinstalled Windows 7 Home Premium 64 - bit, after that my HARD drive has failed.  After reinstalling on a SSD my optical drive is having problems recognizing discs. Audio CDs are readable Burned data discs are readable An a printer i