Podio View returns too many fields

你离开我真会死。 提交于 2019-12-25 01:09:56

问题


I'm using the API call Items: Filter items by view

POST /item/app/{app_id}/filter/{view_id}/

The issue I'm having is that Podio is returning many fields specifically excluded from the view.

The app has many calculation fields which contain a lot of data.

I've defined a view to only return the fields I'm interested in, and in the UI in table view, it shows correctly (only 2 fields are included in the view).

But when fetching the view data via API, I get all the calculation fields in the app items that I'm not interested in.

Is this a bug or "expected" behaviour?


回答1:


This is expected behavior. You can only partially control list of fields returned by filter-items-by-view call.

Please review similar question answered here: Podio Php - limit the amount of item fields returned



来源:https://stackoverflow.com/questions/51002755/podio-view-returns-too-many-fields

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!