-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting this @coderreco , I will take a look and file this with the team to investigate. |
Beta Was this translation helpful? Give feedback.
-
@coderreco I can confirm that it is a dashboard UI bug but it doesn't have anything to do wrongly with the functionality.
The field will be returned only if you set some value to it. |
Beta Was this translation helpful? Give feedback.
Yes many of the posts here are referring to "opening permissions" which is referring to this guide here. This refers to the Frontend API specifically, as by default it only returns certain fields (some of which have different levels of permissions). So opening these permissions allows additional fields to be returned and modified for write-access.
In your case above, since it's related to the Backend API (GET), there is no need to modify the permissions since all fields are accessible. One thing that you can try is by passing in a
include
parameter to get the other values https://developers.swell.is/backend-api/querying/including