
Alexander Vikulin
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by Alexander Vikulin-
PodioItem::calculate - (object): must be array
AnsweredI am trying to calculate sum of all payments made by a client: $calc = PodioItem::calculate( _APP_ID_, array( 'aggregation' => 'sum', 'formula' => array('field' => _MONEY_FIELD_ID_), 'filters' ...
-
Using REST Console to test/debug Podio API
AnsweredCould you please advice if there is any way to use some REST Client/Console to test/debug/experiment with Podio API? I find API documentation being very scarce and lacking real world examples (like...