
Henrik Huhtinen
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 28
- Subscriptions 17
Comments
Recent activity by Henrik Huhtinen-
To "Coordinator", I suggest you don't use the native webforms if the date requirement is critical. This is something Podio does not seem to be willing to work on. You can use many other services th...
-
You can use offset also in the "podio query". By CSV query you mean perhaps Excel-export? That is limited to 1000 items and can use offset, too.
-
An item has and itemid that is globally unique, and then it has a unique id, that is unique within the app. I'm not aware that either of these could be edited by the user. If there is another id ad...
-
Well, check the UI that it didn't work (remember to reload), see https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html for explanation of code 204 :) Also, are all the requirements met? ("Makes ...
-
I don't understand your question. External ID is never set to null and you can't edit it, it is provided by the API. Are you using the term "External ID" to mean something else than it does in the ...
-
I'm not sure if you receive the request or is the 404 when you try to validate the hook. If it is when validating, then you probably do the validation incorrectly. Are you sure you are posting /ho...
-
I would say your host running the API integration sets the timezone. Might vary though depending if you authenticate as an user or an app. I call "date_default_timezone_set('UTC');" in the beginnin...
-
From the documentation it seems to me you would have to define a filter with the request. The filter API does not include view in the list of possible filters https://developers.podio.com/doc/filte...
-
Well, after investigating this myself, I found out this "feature" depends on the field the items are sorted on. If I sort by item_id:s, then the code works, if I sort by for instance a related item...
-
A bit more expanded answer. Check for item existing - just try getting it from the API.https://developers.podio.com/doc/items/get-item-22360 And to get all items of an app, filter them but just do...