Cisco Cisco Tidal Enterprise Scheduler 6.2 Technical References

Page of 224
2-16
Cisco Tidal Enterprise Scheduler 6.2.1 REST API Reference Guide
6.2.1
Chapter 2      Using the TES REST API
TES APIs in the WebService Adapter
The same also be achieved using a 
POST request. The POST payload is below. In addition to the 
queryCondition, using the 
POST one could also specify columns needed. 
<?xml
 
version
="1.0" 
encoding
="UTF-8" 
standalone
="yes"?>
<atom:entry xmlns:atom="http://purl.org/atom/ns#">
<atom:id>1</atom:id>
<atom:title>api</atom:title>
<Job.getList>
<selectColumns>
    id,ownerid,parentid,parentname,runtimeusername
</selectColumns>
<queryCondition>
    (Job.name LIKE '%name%')
</queryCondition>
</Job.getList>
</atom:entry>
TES APIs in the WebService Adapter
TES APIs can be accessed as a TES WebService job as shown here.