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
votes
1 answer

Get multiple items of multiple apps in podio api

Can i retrieve all the items in my filter which is under multiple apps which has same app name in podio api. Example scenario: I have two work space. Both work space have Deliverable app. I want to get all items in Deliverable from both work space,…
Muhsin VeeVees
  • 190
  • 2
  • 2
  • 8
-1
votes
2 answers

How to get the external_id in a hook event

I have a hook, and I want to get the external_id. Could you please help me? which event do I need to use to get the external_id?
-1
votes
1 answer

Getting the profileid for a userid

In our company we created a custom Issues app. Additionally to using this app in the web interface, we also want to be able to change the state of an issue (new, acknowledged, test, resolved, ...) automatically via git commit hooks. The basics are…
derpirscher
  • 14,418
  • 3
  • 18
  • 35
-2
votes
2 answers

Podio Push Service

I need to create a data Sync Application using .Net that pulls data from Podio and put into SQL Server using Podio API. is it possible for the podio to push the data instead of application pulling the data ? I mean does podio triggers any push…
-2
votes
2 answers

How do I upload image Podio SDK using Objective-C (iOS)?

I am integrating the Podio SDK. I am getting all data item values and updating also, but images won't upload. Any idea? I don't know how to upload an image on Podio SDK. NSData *data = UIImageJPEGRepresentation(self.ImgView_Sign.image,…
mobi
  • 1
  • 3
-3
votes
3 answers

Podio API - C# - Get all Items data for an App or space

We have an app called "Deliverables" in each of the workspaces (there are about 20+ workspaces). Each of these Deliverables have a number of Items under them. What is the best API to use to retrieve, All the deliverables from all the workspaces All…
Hema
  • 3
  • 2
-4
votes
2 answers

Podio Integratioon

I'm developing an app which uses the data from podio website. Here my need is that Integrate the Podio api into my app and Authenticate the app with user credentials. How this could be done?? please put some example codes. <<>>>>
NagaRaju
  • 17
  • 6
-5
votes
1 answer

How to get more than 100 Tasks

We trying to retrieve tasks under the Organization using this https://developers.podio.com/doc/tasks/get-tasks-77949 - Sandbox. We get 100 tasks only, but we need to bring the entire task. Is there any way we can get more than 100 tasks. Please…
1 2 3
36
37