https://www.growthbook.io/ logo
a

adventurous-jelly-25184

08/23/2022, 2:14 PM
hey guys, Is it possible to return all the flags in the API response (not just flags with 'true' value, return even it is 'false')
f

fresh-football-47124

08/23/2022, 3:13 PM
I'm curious about the use case here
the value of the flag is always returned, but if the flag is turned off it is not - we separate the state of the flag from the value of the flag.
a

adventurous-jelly-25184

08/29/2022, 12:43 PM
We want to enable those flags(which are disabled) from the developer tools on dev environment
@fresh-football-47124
f

fresh-football-47124

08/29/2022, 12:50 PM
thanks
a

adventurous-jelly-25184

08/30/2022, 10:43 AM
What will you suggest for this use case mentioned above?