API: get custom field dropdown option id's
not on the roadmap
Jake Spirek
Currently there is no way to get the id's of the dropdown options, which makes it basically impossible to set dropdown custom fields with the API.
Log In
Canny AI
Merged in a post:
Implement endpoint to search a Custom Field based on id
L
Luan Pereira De Paiva
I needed to get just the options of a custom field like drop_down or labels, however, I realized that there is no such option, just returning all the custom fields at once, and this is not performant.
Joey
not on the roadmap
Hey there! Thanks for sharing your feature request with us. We truly appreciate your input!
As part of our efforts to improve our feedback boards, we're closing this older feature request.
Removing old and inactive posts will increase the communication between the ClickUp team and our users, allowing us to hear more of your great ideas!
If you feel this request is worth revisiting, feel free to create a new post!
Thanks for being a part of our community!
Stacey Jenkins
Old thread, but commenting for anyone who comes here. You can get the dropdown id's via the API by calling the 'GetAccessibleCustomFields/' api endpoint.
When I call this I get a list of the custom fields in a list, and the drop down fields list out their options and ids.