Tidal REST API queryConditions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 02:22 PM
Hello, I'm trying to search for JobGroups or Jobs which all end with the same string '... test' is there a way to specify this using queryConditions? Something like regex or SQL wildcards?
Currently I only have found documentation for searching for exact matches:
<queryCondition>
(Job.name LIKE 'some_job_test')
</queryCondition>
But I'd like to do something like:
<queryCondition>
(Job.name LIKE '%test')
</queryCondition>
I'm currently just using the API DOCs link through my Tidal Portal.
Thanks for your help!
Labels:
- Labels:
-
Cisco Software