
Albert Bunick
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Albert Bunick-
Albert Bunick commented,
Got it $item->app_item_id; $item->app_item_id_formatted; If you're still using API 3.0 then you wil need to add $this->property('app_item_id_formatted', 'string'); $this->property('app_ite...
-
Albert Bunick created a post,
How to retrieve an item's app_item_id
AnsweredHi im having difficulty finding a way to retrieve an item's app_item_id from collection items. is there a way to do that? Im currently using the podio PHP API Thanks
-
Albert Bunick commented,
I my database was set to comment on the wrong item. Thanks for your help!
-
Albert Bunick commented,
Using that method i got the following error. Fatal error: Uncaught PodioForbiddenError: "The user with id #### does not have the right comment on item with id 173019127" Request URL: http://api.p...
-
Albert Bunick commented,
**Correction return $item->save();<<------ Products my ref_id
-
Albert Bunick created a post,
How to Add a Comment
AnsweredIve been at this for too long with no success ... hence the messy code ... Im trying to add a comment to the item with "ref_id" produced from the below code of an item creation: $item->save(); ...