Yahoo España Búsqueda web

Search results

  1. 17 de mar. de 2017 · We will need to update items inside of many different apps (including apps that do not yet exist) from the same external application ... Apps - means Podio applications. External application - means application that you develop and you want to generate your API key for it, so it would be natural to name your API key in a way that you know which ...

  2. 21 de oct. de 2016 · Setting DateTime field to 14:15:00 being authenticated as different users and as app. Then values set are: Then value 2016-10-21 14:15:00 is treated by API as 2016-10-21 14:15:00 +0200 because userA timezone is set to UTC+02, and same value is treated by API as 2016-10-21 14:15:00 -0700 because userB timezone is UTC-07 (inside Podio, in account ...

  3. I want to add tags to Podio item over Podio API, but I am struggling to format the json body correctly. As I am receiving 400, I guess my request is correct and the problem is in the json format. See ...

  4. 29 de jun. de 2017 · For Python 3 I can't seem to find a Comment-class anywhere in the API, like what is referred to in the documentation. I've tried a number of different ways that I can think of as guesses on how to ...

  5. 17 de ene. de 2018 · I am trying to cleanup and optimize my come I am running on podio's API. What I am currently doing is using the filter query to return a collection from one app. I then loop over that collection. On each item I use Podio get_field_value to return the value(s) of a field in a referenced app. This creates a lot of API calls.

  6. 28 de mar. de 2017 · It is not possible to customize Podio webhook request. Each and every Podio webhook has same structure, and if you need more information about item being updated/created you will need to fire another GET request. answered Mar 28, 2017 at 13:53. Pavlo - Podio. 2,013 2 11 19.

  7. 1 de may. de 2018 · There is no need to call Podio::authenticate( 'refresh_token' each time. You should save both access_token and refresh_token and use them to create PodioOAuth object. Then if you have lots of calls, there will be 0 auth requests and only once in a while refresh_token will be used to get new access_token

  8. 14 de oct. de 2017 · I'm struggling with the key & value formatting for filtering on a calculate request in an app with 13000+ items over 3 years. I can filter on normal fields fine using the request shown below but when it comes to filtering by date, let's say all of 2016, I can't get a successful response. I've tried variations of start/end, to/from and joining ...

  9. 21 de ago. de 2017 · – Pavlo - Podio Commented Aug 22, 2017 at 16:19 I have also used the sandbox , entered the view_id there and the response, in the sandbox, had the gropping empty "grouping": { } (the other information about the view is private and there is no point in displaing it)

  10. 20 de jun. de 2017 · Podio calculation fields can begin to act in strange ways if the original field is being referenced by calculation fields too many levels deep. What I mean by this is that if the original field that shows the Paper Code (or whatever that int showing null is) is being referenced through too many calculation fields, it can begin to cause problems in cases of updating and adding new items.