CA Service Management

  • 1.  Need month wise ticket count from last 1 year in single web service call

    Posted Jul 10, 2018 01:48 AM

    Hi All,

     

    I need some data from casdm web service, where I need month wise closed ticket data(or count) from last 1 year in a single web service call. Is is possible to fetch this data in single call, or is there any alternative for 'group by' clause in casdm web serivces. Kindly help.

     

    Regards,

    Sushma



  • 2.  Re: Need month wise ticket count from last 1 year in single web service call
    Best Answer

    Broadcom Employee
    Posted Jul 10, 2018 04:50 AM

    Hi Sushma,

     

    I don't see any webservice call which has all the where clause as per your requirement but you may want to use the doslect() webservices query which will give you more leverage for adding the where clause and get your required results.

     

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
       <soapenv:Header/>
       <soapenv:Body>
          <ser:doSelect>
             <sid>?</sid>
             <objectType>?</objectType>
             <whereClause>?</whereClause>
             <maxRows>?</maxRows>
             <attributes>
                <!--1 or more repetitions:-->
                <string>?</string>
             </attributes>
          </ser:doSelect>
       </soapenv:Body>
    </soapenv:Envelope>

     

    Let me know this helps you keep going.



  • 3.  Re: Need month wise ticket count from last 1 year in single web service call

    Broadcom Employee
    Posted Jul 13, 2018 02:15 PM

    tims.registration 

     

    Did the information provided by Maheshwar_Kusuma answer your question?

     

    If so, please mark the answer as correct so that this thread can be closed.