How to query the data of Contact with multiple fields

How can I query the data of Contact with multiple fields?

For example, I'll get contacts which are changed after a point at the specified time and whose country is US. How could I make the chain of research of the SOAP API "Query"?

And I also want to know how to make a search term for RESTful API for contacts above.

Any suggestions?

Thank you.

Hi Biao,

The following document describes how query for multiple fields using the SOAP API: request a Contact from several fields.

And you can search multiple fields using the REST API with the & operator. For example, to search for a Contact by e-mail address and date of creation:

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

Thank you

Fred

Tags: Marketers

Similar Questions

  • How to enter the date and time in a field in UTC?

    Hello

    just trying to get into a field, the date and time in UTC format. Once someone clicks on this field date and time is displayed automatically. I used this code and the current local time format:

    var f = this.getField("Today3");
    f.value = util.printd("mmddhhMM", new Date());
    

    The format mmddhhMM should stay like this... but I need the output to UTC and no premises. I tried a few examples, but did not get the final result.

    Can someone help pls?

    Thank you very much.

    Brgds.

    Hmmm... Try this version:

    var now = new Date();
    var utcDate = new Date(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate(), now.getUTCHours(), now.getUTCMinutes());
    this.getField("Today3").value = util.printd("mmddhhMM", utcDate);
    
  • How to extract the data that ends with GG replicat process all ignore replicat parameter is ued for installing bidrectiona?

    Hi all

    I have 2 DBs in the two-way GG configuration and using ignore replicat parameter to avoid a loop. I want to know if another application also sends data via GG to one of the DBs and want to include that data extract, process that must be sent to the downstram system.

    Thank you

    Traoré

    I fixed the problem by putting in place the parameter called NOTRACETABLE.

    Thank you all for your support.

    Traoré

  • How to force the data type in create table field?

    Hi all

    I need to force my table to create as follows

    Create table XYZ

    (Test varchar2 (10 CHAR)

    ...

    );

    When I run my Interface the script is

    Create table XYZ

    (Test varchar2 (10))

    ...

    );

    and the DBMS translated into

    Create table XYZ

    (Test varchar2 (10 BYTE),

    ...

    );

    I have the same problem with I$, C$, and so on.

    Best regards

    Marco

    Hi all

    I fix my problem:

    In Phisical Tecnology, under ORACLE Tecnology, data TYPE, I modified the definition of VARCHAR2 in VARCHAR2(%L CHAR).

    (Before it was VARCHAR2 (%)).

    Thank you all.

    Marco

  • all my data is all save on the local disk c, how to share the data with the other drive, local drive d.

    all my data records on the local disk c, how to share the data with the other drive, local drive d.

    Hi Jasonbichard,

    1. what type of drive is D? Is - this another partition on the same disk?

    2 Windows operating system you are using?

    You can change the location of the disk to save the data in the d: instead of C: and check if it helps.

    a. navigate to the location (username) C:\Users\.
    b. right click on the folder that you want to change the location, and then select Properties.
    c. click on the location tab and change the location to D: drive.

    d. click on apply and Ok.

  • I have questions on the use of the commercial license... Which forum should I use to get answers or how I can get in direct contact with adobe?

    I have questions on the use of the commercial license... Which forum should I use to get answers or how I can get in direct contact with adobe?

    I have my answers! The chat feature did not work well... But I had contact, so everything is good now!

    Thanks again!

  • How to use the date with the report parameter format

    Hi all

    How to use the date format with this tag function,

    <? param@begin:P_FROM_DATE? > <? $P_FROM_DATE? >

    This date of form source of report and setting is coming as this 2012/11/01 00:00:00.

    So now I need this in MY-DD-YYYY marker. I tried like this..? param@begin:P_FROM_DATE? > <? $format - date: P_FROM_DATE; ' DD-MON-YYYY '? >

    but its giving error. Can someone pls how to convert to the format of date custom.

    Thanks and greetings
    Srikkanth.M

    Problem solved.

    REF this link

    Date Format of XML

  • How to display the "Add a contact" dialog box with the non-empty fields?

    On the BlackBerry, I want to display a dialog box 'Add a contact' with some fields filled.

    I assumed would work the following code:

    Contact BlackBerryContact = mContactList.createContact ((BlackBerryContact));

    populateSomeFields (contact);

    AddressBookArguments args = new AddressBookArguments (AddressBookArguments.ARG_NEW, contact);

    Invoke.invokeApplication (Invoke.APP_TYPE_ADDRESSBOOK, args);

    but no way. If I invoke with ARG_NEW a completely EMPTY fields are displayed.

    If I invoke with ARG_COMPOSE an IllegalArgumentException is thrown. Is it possible that I can show 'Add a contact' with some informed fields?

    just as an idea: maybe you have to make contact before the opening of the new message notice?
    otherwise it is not possible, you will need to write your own GUI to change the fields in contacts.

  • Does anyone know how to change the date of the capture of several images with LR CC?

    Does anyone know how to change the date of the capture of several images in LR CC

    Hi Jguy,

    Please see this thread time changing capture several Images on

    Let us know if this helps

    Kind regards

    Assani

  • How to access the data of all users of a page?

    Hi all, I'm new to APEX and have a query.

    I have installed APEX on my local machine, create a workspace and added a few users to roles.

    I'm creating an application, similar to a library application, where I have a table that stores information of books (BOOK_ID, BOOK_NAME, etc.). I would like to create another BOOK_USER table with two columns BOOK_ID and USER_ID. BOOK_ID refers to the BOOKS table and I want to USER_ID to refer to the table that stores the information of the users of the workspace I use. Data entry would be a page that has two LOVs, one for the name of book (using BOOK_ID as value) and another for the user name (USER_ID, or another field APEX uses to store the ID of the user). I can do in APEX? I found ways to access and authenticate a user to a page, but how to get the data of all users in the workspace? In other words, how to get all the usernames in a LOV?

    As I am new to APEX, I would appreciate if anyone can guide me through the steps, or posting links to the tutorial, etc.

    I think you can do this by querying APEX_WORKSPACE_GROUP_USERS.

  • How to search the data in special characters

    Hi all

    How to recover the data, if it has some special characters.

    examples of data
     
                           NO                Name
                             1                 J-O-H-N
                              2                 J*O*H*N
                              3                  JOHN BOSCO
                             4                  JOHN   K
               
    It's like this. If I pass JOHN as keyword query should return all rows. I'm using the version of oracle 10g. Please let me know how to achieve this.



    Kind regards
    Rajasekhar

    You can also use TRANSLATE to get rid of the unwanted characters:

    SQL> with samples as (select 'J-O-H-N' c from dual union all
      2                   select 'J*O*H*N' c from dual union all
      3                   select 'J!O!H!N' c from dual union all
      4                   select 'JOHN BOSCO' c from dual union all
      5                   select 'JOHN   K' c from dual
      6                  )
      7  select *
      8  from   samples
      9  where  upper(translate(c, 'X-*','X')) like '%JOHN%';
    
    C
    ----------
    J-O-H-N
    J*O*H*N
    JOHN BOSCO
    JOHN   K
    

    Note that I added a line to your test data which failed the test voluntarily.

  • How can I sync my iphone contacts with outlook 2016 6 more?

    How can I sync my iPhone contacts with outlook 2016 6 more?

    Hello Ronusmc,

    I understand that you want to synchronize your contacts with Outlook 2016. It's something I can help you with.

    If you are wanting to use traditional synchronization, then I would start by using the first link below. It will guide you through connecting your iPhone to your computer and looking at the different content tabs sync back. For your more precisely, you can the Info tab because this is where the contact synchronization options.

    Sync your iPhone, iPad or iPod touch with iTunes via USB
    https://support.Apple.com/en-us/HT201253

    If you use iCloud, then you want to get the iCloud for Windows app. This will set up your sync for you without having to actually plug your iPhone to your computer. Take a look at the article following if you do not want to do.

    Download iCloud for Windows
    https://support.Apple.com/en-us/HT204283

    Take care

  • How to reset the data counter without resetting the phone

    How to reset the data counter each month so that I can control my data counter with our reset the phone (or) without using factory data reset.

    Thanks for the reply much appreciated.

    Parameters

    Data Manager

    Press the lower left key

    Reset the data counter

  • How to analyze the data of the cDAQ and Signal Express, especially after analysis?

    In the first series of tests of my instrument, it took longer than expected for the race.  Thus, the data was saved in 6 days.  The file is too large for export to Excel.  At the beginning of the project, I was as ignorant as I could go ahead and add analysis and the scaling of measures.  By the scaling, I mean my data of switching current dew points or whatever it is that I record.

    How to evolve the data to read the output data as expected 4mA = point of dew of-20 C or 0 PSIG?  Can I pre program this to be recognized for each event?

    For real analysis I am doing – I would first analyze the data I recorded and choose different points to send to Excel to graph and analyze.  Is this possible?

    Secondly, I would like to know how to scale and analyze my data in the project without having to do this later analysis in the future?

    I have a cDAQ-9172 with LabVIEW signal Express 3.0 that uses four modules - 9211 2 modules of thermocouple, my 4-20 1-9201 module +/-10V module and 1-9203.

    Thank you for any assistance.

    Hi Patricia,

    "' You can do this by adding a step Load/Save signals ' analog '.  I hope this helps!

  • Multiple column trees: how to access the data in columns? There is a bug?

    Hello

    I have a strange problem. I use tree column multi like this:

    In this case, I have the tree column and two other custom columns.

    Now, how to access the data in the SECOND column?

    We can write all the data in a row thanks the EditElementTree:AddElement:ChildText, because it is an array of strings.

    However, when I want to read the data, I use ActiveCelltring, meaning that a SINGLE string and not a string table oO (so I only have the value of the first column and never others.

    So, I can do what I want? Is this a bug?

    Thank you very much

    R0b1n

    OK, I have the solution.

    We play with the ActiveColumnNumber attribute, to read the values of different...

    I left the message, it may be useful for later someboby

    R0b1n

Maybe you are looking for

  • Satellite A100-259 and PCMCIA card reader no longer works

    I have a Satellite A100-259, I've had for about a year with no problems... so far, the PCMCIA card slot reader seems to have stopped working. When I insert a card reader SD PCMCIA discover the laptop hardware as a "PCMCIA UNKNOWN_MANUFACTURE' and sub

  • Tecra 9100: sound card is not listed in Device Manager

    HelloI have a toshiba laptop 9100 that does not show me the sound card in Device Manager. I recently changed the laptop bobdy and uses a disk hard work that work very well with my old laptop which also has the same model and the sound used to work pr

  • Death by Satellite M30 - what can do?

    The other day, my Satellite M30, I bought in September 2004, turns off suddenly for no apparent reason. Since then, when I try to turn it on, the power LED button lights up for a split second then turn off, and the power led (one on the left) on the

  • hp deskjet cartridge lights keep flashing

    my HP Desk jet F2280 black cartridge light continues to Flash even after the cartridge is installed correctly. I used for almost 2 years. Help, please.

  • Defender error 0 x 80070424 with "Stop a program from running at startup."

    With Vista, I get Defender error 0 x 80070424 when I click on ' default programs: stop a program from running at startup. "  How can I make changes to startup?