How to query fields inside custom json field #13286
Unanswered
subhashkoganti
asked this question in
Q&A
Replies: 1 comment 2 replies
-
AFAIK, it's not possible. The queries (for REST API) are documented here and there's nothing for digging into of the body of a JSON custom field, other than "contains". You could try GraphQL? Otherwise, you might need to restructure your custom fields, or do filtering client-side. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anybody know how to query the fields inside custom json field?
I know that we can use 'cf_{custom_field_name}' as query parameter to match the values we'd like to query.
However, I'm not able figure out the format if the custom field is of type 'json'.
Any help is appreciated.
I did search the existing discussions, but did not find anything related to custom json fields.
Beta Was this translation helpful? Give feedback.
All reactions