
Robert Priewe
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Robert Priewe-
Robert Priewe commented,
One more question...is there a way to sort everything by a specific field_id? Lets say I want to retrieve every items of an app and order everything by field_id 55428207 which is a contact and the ...
-
Robert Priewe commented,
Oh my god thank you this is exactly what I was looking for! I searched everywhere for this, maybe you should add this to the examples in the future as its pretty useful! For everyone else running ...
-
Robert Priewe created a post,
Getting field values from item through PHP
AnsweredHello everyone, I've got a question. I'm having trouble getting specific values of items through PHP. After doing some research I've managed to pull data by using this for example: $item = PodioI...
-
Robert Priewe commented,
Thanks Andreas that worked fine! I have another question now. I'm trying to attach an uploaded picture in a field. Documentation says that for pictures you have to assign an array with the key "val...
-
Robert Priewe commented,
Hello Andreas, this is what I get with var_dump($item): int(128623080) Should I try using integers for the field IDs instead? The item creation worked fine though
-
Robert Priewe commented,
Hello Andreas, thanks for the reply. This is what my log looks like: http://pastebin.com/rYtNkudG
-
Robert Priewe created a post,
Not getting any response after creating an item with PHP
AnsweredHello, I'm using the podio API for the first time and I'm running into a problem. I'm trying to insert an Item through PHP which works fine. However, I can't seem to retrieve any data out of it. Fr...