API - Querying for nested fields #21453
-
It seems like this isn't possible, but wanted to check: I'd like make an API call like /projects/{project_name}/repositories/{repository_name}/artifacts and use the 'q' (query) filter to filter for some values in nested fields. Specifically, I'd like to filter for scans (in scan_overview) that occurred in a timerange but even simpler ones don't seem to work or I cant' figure out the syntax.
I've tried ones like: Is there any way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
query by nested is not supported. Query like tags , you could try |
Beta Was this translation helpful? Give feedback.
Hi @Dynatrace-James-Kitson ,
query by nested is not supported. Query like tags , you could try
q=tags=latest
directly