
Domenico Matteo
- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 27
Comments
Recent activity by Domenico Matteo-
Things that counts as one revision (possibly non exhaustive) Change to any number of values in a single calle.g. {"money":{"currency":"USD","value":"1000"}, "number": "99"} and {"number": "99"} bo...
-
Hi Rainer, there is no consensus in the team that the revision rotation will benefit Podio as a whole, therefore we'r not moving forward with it.5000 revisions is, and will remain, the limit. The i...
-
Hi Mik, unfortunately we don't have complete examples of how to use the API end-to-end to replace the webforms, and an app can only have 1 webform at the same time. What you can do, is create your ...
-
Hi Eric, We currently don't have any general issue with maps not being displayed. Please submit a ticket (here: https://help.podio.com/hc/requests/new) so we can look into the matter for your speci...
-
You will still use a POST where `share_id` is the ID of your share (app or pack) and you can pass a payload as shown here: https://developers.podio.com/doc/app-market/install-share-22499 { "space...
-
It looks like the PHP SDK is asking for a string in the 'created_on' property, but you're providing an array (which should work, according to the view doc). Can you try passing a single date as str...
-
It is a bit wasteful, agreed, but on the other hand you don't create thousands of app every hour, or else something is wrong with your workflow. I will suggest this to our backend team for a future...
-
Official comment Hi Rudolph, you're right when saying that importing 1000 items will trigger 1000 webhooks, but we don't impose any rate-limit on webhooks. In the use-case you depicted, you will "spend" 1 call for ...
-
Official comment Hi Matthew, I would suggest you post your question in the Calculations Forum, where our calculation savvy users and partners will be able to help you. This forum is specifically dedicated to API qu...
-
Official comment Hey Scott, You're correct when you say that the importer's rate-limit is exactly the same "bucket" as the other rate-limited ops, like Create. However, importing 1000s of items still count as a sin...