API3
mike_w at April 6th, 2015 14:27 — #1
I need to populate a custom field from my web form, but I'm not sure how to find the custom field id to reference.
liam at April 7th, 2015 03:54 — #2
Hello Mike,
Once you have created a custom field through the web app (app.onepagecrm.com) you will have to perform a GET request to app.onepagecrm.com/api/v3/custom_fields.json
which will return a list of all of you Custom Fields as defined in settings -> custom fields, including their internal IDs. For an example response please see the documentation on custom fields. The sample JSON response is at the bottom of the section, right above the Custom Filters section.
Please let me know if the above worked for you,
Liam
Powered by Discourse, best viewed with JavaScript enabled