Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Advanced Search with properties with HTTP API

Answered

Comments

3 comments

  • Andrey Terentyev
    • Network Optix team

    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
  • Andrey Terentyev
    • Network Optix team

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

    1
  • Permanently deleted user

    It's exactly what I need.

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

    Thanks!

    0

Please sign in to leave a comment.