I want to get App Id of same type of apps multiple Podio Work space.
Example scenario: I have two work space. Both work space have Deliverable app. I want to get App Id of Deliverable app of both Work space.
PodioApp::get_all( $attributes = array() );
I can get apps by above api request. But i can't track if it is Deliverable app or not.