SOAP API - getResourceOrderFilterCriteria

The table summarizes the SOAP API - getResourceOrderFilterCriteria.

Request Uses the getResourceOrderFilterCriteria element (from the WorkListService schema)
Parameter notes
  • resourceID: the GUID of the resource for whose work list you want to retrieve sort and filter criteria.
Response Returns a getResourceOrderFilterCriteriaResponse element (from the WorkListService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:getResourceOrderFilterCriteria>
         <resourceID>846D100C-77C8-42DE-BD01-C23D214D2BB4</resourceID>
      </api:getResourceOrderFilterCriteria>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <getResourceOrderFilterCriteriaResponse xmlns="http://api.brm.n2.tibco.com">
         <orderFilterCriteria xmlns="">
            <order>startDate DESC</order>
            <filter>[2011-05-23,2012-07-23]</filter>
         </orderFilterCriteria>
      </getResourceOrderFilterCriteriaResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>