I am trying to pass the multiselect's options to the client via a custom REST endpoint. ## Example The `User` collection type has a multiselect field `hobbies`. The client needs to get all possible hobbies (values and labels). Is there a way to do this?
I am trying to pass the multiselect's options to the client via a custom REST endpoint.
Example
The
Usercollection type has a multiselect fieldhobbies. The client needs to get all possible hobbies (values and labels).Is there a way to do this?