I am attempting to perform a getItem
using the Podio Java API:
itemAPI.getItem(485941464);
results in:
Error: org.codehaus.jackson.map.JsonMappingException: No enum constant com.podio.app.ApplicationFieldType.TAG (through reference chain: com.podio.item.Item["fields"]->com.podio.item.FieldValuesView["type"])
This is with (supposedly) the latest Java API.
Unless I am missing something, it would appear that the com.podio.app.ApplicationFieldType.TAG
enum is not in the latest Java API.
Can you let me know if this is an accurate assessment or if I am missing something that you can think of?