API - Querying for nested fields #21453
Unanswered
Dynatrace-James-Kitson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
field1.nested_field=myValue
field1[nested_field]=myValue
Is there any way to do this?
Beta Was this translation helpful? Give feedback.
All reactions