CA Service Management

 View Only
  • 1.  web service for fetching scoreboard details

    Posted Dec 26, 2017 03:13 AM

    Hello Everybody,

     

    I want to fetch all nodes on scoreboard  for analyst, by using web service, and I am able to fetch these details by using doSelect() method, but my issue is now, I am not able to define the relation between ca_contact (cnt) and user stored query (usq), can anybody pls help mi out this?

     

    Below is the method used to invoke node details :

    <ser:doSelect>
    <sid>2002709946</sid>
    <objectType>usq</objectType>
    <whereClause>role_persid='role:400018' </whereClause>
    <maxRows>250</maxRows>
    <attributes>
             <string>id</string>
             <string>parent</string>
             <string>sequence</string>
             <string>label</string>
    </attributes>
    </ser:doSelect>

     

     

    But not able to relate this " role_persid='role:400018'  " with any logged in user.



  • 2.  Re: web service for fetching scoreboard details
    Best Answer

    Posted Dec 27, 2017 07:35 PM

    <whereClause>role_persid='role:400018' AND obj_persid='cnt:uuid'</whereClause>

     

    where uuid is the contact's internal id



  • 3.  Re: web service for fetching scoreboard details

    Broadcom Employee
    Posted Jan 02, 2018 12:59 PM

    Mandar......

     

    Happy New Year!

     

    Did the answer provided by Lindsay address your question?

     

    If so, please mark his response as "correct" so that this thread can be marked as complete.