Advanced Search with properties with HTTP API

Answered

Comments

3 comments

  • Avatar
    Andrey Terentyev

    Hello,

    You can use the analyticsLookupObjectTracks API. In your case, to filter object in question, you should set the following parameters

    objectTypeId to the id needed. I suppose it's nx.base.Person if you've inherited the type from the base library.

    freeText to the text to filter. In your case, it would be: freeText=Top%20Clothing%20Color%3DWhite

    Here is an example:

    /ec2/analyticsLookupObjectTracks?freeText=Gender%3DMan&objectTypeId=nx.base.Person&sortOrder=desc

    1
    Comment actions Permalink
  • Avatar
    Andrey Terentyev

    You can configure VERBOSE logging in the client application and see in the log file all the API requests sent by the client

    1
    Comment actions Permalink
  • Avatar
    Val Liu

    It's exactly what I need.

    Suggest the fullText secret rule could be written somewhere in the future.

    Thanks!

    0
    Comment actions Permalink

Please sign in to leave a comment.