How to get the Podio APP response detail level mini, micro or short?

ぐ巨炮叔叔 提交于 2019-12-11 06:04:08

问题


At many place in the Podio API documentation, it seems that you can specify the level of details that will be in the response: Full/Short/Mini/Micro. For example in the Get App call https://developers.podio.com/doc/applications/get-app-22349

However there is not details on how to specify the level of request in the http request... what is the parameter name/values?

I tried:

  • https://api.podio.com/app/?fields=app.view(micro)
  • https://api.podio.com/app/?fields=micro

but both responses have the same level of details: full

EDIT: It appears that the 'micro' view is not working as explain in the documentation. Where are the 'mini' view is matching the doc. See below the list of the keys returned for each view.

View Mini:

View Micro:


回答1:


Please try this one: ?view=micro

curl -H "Authorization: OAuth2 <auth_token>"   
"https://api.podio.com/app/<app_id>?view=micro"


来源:https://stackoverflow.com/questions/40131817/how-to-get-the-podio-app-response-detail-level-mini-micro-or-short

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