Forum

 View Only

Search Criteria during API Calls

  • 1.  Search Criteria during API Calls

    Posted 01-28-2020 17:00
    Hello all,

    We want to use SOAP API calls to get some information from WebServices (like categorizations)

    List calls have input parameter called 'SearchText', used to search inside common fields of some attribute.

    Eg: if I try to use ListCategories, i can send the input parameter below to get all CCTI with 'SOFTWARE' text in Category, Class, Type or Item:
    <wrap:searchText>SOFTWARE</wrap:searchText>

    I want to know if is possible use advanced criterias to, for example, search CCTI with 'Software' tect in Category ONLY (like below).

    <searchText>
    <attribute>categorization_category</attribute>
    <equation>equals</equation>
    <value>SOFTWARE</value>
    </searchText>

    or use a where clause, like:

    <searchText>categorization_category like '%SOFTWARE%'</searchText>


    ------------------------------
    Ricardo Andrade
    Service Delivery Manager
    Stefanini Consultoria e Assessoria Informática Ltda
    riasilva@stefanini.com
    ------------------------------