What is the $attributes array structure for PodioApp::get( $appID, $attributes ) for returning mini size
AnsweredWhat is the $attributes array structure for PodioApp::get( $appID, $attributes ) for returning mini size rather than the full set of data.
https://developers.podio.com/doc/applications/get-app-22349
I have tried:
PodioApp::get( **, array( "mini" ) )
PodioApp::get( **, array( "size" => "mini" ) )
PodioApp::get( **, array( "type" => "mini" ) )
Please sign in to leave a comment.
Comments
2 comments