Back to All

Lookup Tables and Values

I've been working with the Fieldwire API for a long time now but the one thing I am wishing it had was a lookup table or a document that provided this information.

Example, the end point "Get all bubbles in Task" has a property of "kind", which looking at the live data and the JSON return I see that a value of 1 is a note or comment, where as a value of 10 is a date but I am only guessing and I am in the process of creating a new application that will require I obtain the correct information.

Thanks