Is it possible to update custom field options (i.e. dropdown menu items) via API? | Community
Skip to main content
Level 2
October 23, 2020
Question

Is it possible to update custom field options (i.e. dropdown menu items) via API?

  • October 23, 2020
  • 3 replies
  • 731 views

We'd like to see if there is a way to sync the dropdown menu items in a custom form via API to pull from various sources. Anyone know if this is possible?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

ChrisBudgen
Level 5
October 25, 2020

Hi @Nathan Hanamaikai‚ ,

last year I think I did a POC using the API and the Parameter Options (called POPT in the API).

Best,

Chris

Level 4
October 26, 2020

Yes. Chris is accurate. You can do a POST, PUT, or GET against POPT with the proper parameterID (that is the identifier of the specific field).

NathanHa1Author
Level 2
October 27, 2020

Thanks @Chris Budgen‚ and @Darin Patterson - inactive‚! I will be running this through Fusion so I will let you know how that goes.