Questions tagged [podio]

Use this tag if you have a programming question about Podio. Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces. For non-programming questions please refer to Podio's Help Centre directly

Podio is a cloud-based collaboration service that provides a web-based platform for organizing team collaboration, business processes, data and content in project management workspaces.

Usage

Use this tag if you have a programming question about Podio’s API usage, or any of its SDKs (see below for links to each one of them). If you're about to ask your first question here, please visit How to Ask to have a better chance of getting your question answered promptly and correctly. Be sure to check if your question have been asked already by using SO’s search capabilities. You can also browse the available questions before posting a new one.

General Questions

Please don’t post general support issues here, like questions about your account, organisation, contracts, billing, features, or even technical support not related to programming with Podio’s API.
Please refer to Podio's Help Center for all these inquiries.

External Links

549 questions
1
vote
2 answers

JsonMappingException when calling getItem using Podio Java API

I am attempting to perform a getItem using the Podio Java API: itemAPI.getItem(485941464); results in: Error: org.codehaus.jackson.map.JsonMappingException: No enum constant com.podio.app.ApplicationFieldType.TAG (through reference chain:…
corwashere
  • 11
  • 1
1
vote
1 answer

Podio API Key after leaving workspace

I am collaborating with another person on Podio to integrate various external applications with an information management system we have created on Podio. I need to clarify my understanding regarding the generation of API Keys. Specifically, API…
1
vote
1 answer

How do I change a Podio Category Field using PUT and JSON?

I am attempting to update a Podio field (category field) value using a PUT call. I have tried dozens of variations on the below, but using what I found on the Podio developer site, I'm placing a PUT call using the following info: PUT…
Marc F
  • 13
  • 2
1
vote
2 answers

Podio Create Item rate limit after 25 calls

I have to create items in podio using the api. When i let my program go full speed i noticed that after 5 - 6 items I get an error response from podio saying: { "error_propagate":false, "error":"rate_limit", "error_description":"You have…
Lode Vlaeminck
  • 894
  • 1
  • 9
  • 24
1
vote
2 answers

Full URI for http request to retrieve Podio item

So I am new to Podio and after I have figured how to authenticate, I am trying to make my first API call. I succeeded in authenticating as…
mzereba
  • 2,467
  • 5
  • 26
  • 40
1
vote
1 answer

Podio API Scopes not working

I have a similar problem as Podio authentication read permisson but could not comment there so am posting a new question. Whenever I redirect a user to Podio to grant us API access, podio does not seem to care about the ?scope= argument. Example…
pjmuller
  • 79
  • 8
1
vote
1 answer

Podio API - Python filter request

Running pypodio2 I am trying to build a simple script which pulls a set of filtered items with the item filter command. It is for my own personal use to automate invoice generation. My end game is to filter by a calculated date field - i.e. the…
James Maguire
  • 543
  • 5
  • 17
1
vote
1 answer

HTML tags in comments using API

I am creating a plugin for my PHP project. Which creates/updates items and comments in Podio. My PHP application stores comment on an item and sometimes it contains HTML tags as I read these comments from mails. But in my Podio item, these HTML tags…
Manish Verma
  • 469
  • 7
  • 17
1
vote
1 answer

API call field delete with delete_values parameter not working

When performing an API call to delete a field in an app, the field is deleted at the template level. However the delete_values parameters is not doing the job when setting it up to true ## my python code using the requests library url =…
1
vote
1 answer

How to directly pass Podio AuthToken to podio-go client

I'm a Ruby on Rails developer and am now venturing into Go for doing some podio.com API calls. Everything went smoothly so far but I bumped into a small and stupid problem for which I find no answer on the mighty stackoverflow (probably because I…
pjmuller
  • 79
  • 8
1
vote
1 answer

Podio Api:use java lib create space success,but in my podio board page can't find the new wordspace

when use java lib to create a space,it repsponse success,but in my podio board page can't find the new wordspace. and I use java lib to create app,it samely can't find in my podio board page. it seems some thing not working. by the way,my account is…
Wayne
  • 21
  • 5
1
vote
2 answers

Podio API filtering by date range

I'm trying to filter tasks by date range and I'm getting errors whatever I try. This is how my request looks like:…
shime
  • 8,746
  • 1
  • 30
  • 51
1
vote
1 answer

Issue with Podio's ASP.NET sample application authoring

Whenever I run the Podio ASP.NET Sample Application, it displays me the 'Authentication' page asking for either my Podio credentials or to choose the "Server side flow" with "Sign in to Podio"-button. However, once I try to authenticate with either…
capawaky
  • 117
  • 1
  • 7
1
vote
1 answer

VB.Net syntax for date range filter

I am coding to the Podio .Net API using VB, but having difficulty porting the example C# code for a date range dictionary item to the VB.Net equivalent. Here is a snippet from their .NET API client documentation: var filter = new Dictionary
Steve_Ros
  • 23
  • 2
1
vote
2 answers

Podio js: Revoke access and refresh tokens

Is it possible to revoke: Access tokens; Refresh tokens; using the Podio-js library?
rabbitco
  • 2,790
  • 3
  • 16
  • 38