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

API times out due to limit and offset

I'm trying to pull items from one of our client's Podio instance. It has around 35k records, so I'm setting a limit and offset of 500 loop do current_offset_value = offset.next puts "LIMIT: #{LIMIT}, OFFSET: #{current_offset_value}" …
prithajnath
  • 2,000
  • 14
  • 17
1
vote
0 answers

PodioFile::upload working on localhost but not on a live server

I am creating a chrome extension that can create a task to Podio using Podio API PHP. Also, it can attach files. This is working perfectly on localhost. But when I uploaded the php files on a live server, I get an error in PodioFile::upload, and it…
1
vote
1 answer

Get Podio Item Subscribers

There does not seem to be a documented API endpoint to get an item's subscribers. However, the UI shows this information (hover over the "Following" badge in the top bar and it shows people following the item by name). Since the UI is doing this,…
1
vote
2 answers

Podio API doesn't allow for .msg files to be uploaded

I am using the Podio API from a Drupal website (with the Podio PHP client). Using it several types of files (all that I allow from a custom webform) are being uploaded and attached to Podio items without any problems. The only files that seem…
jonjacobs
  • 11
  • 5
1
vote
0 answers

I'm looking for how to find the HTML code of a Podio webform that I can make custom CSS for this form

I am new to Podio and I'm experiencing some issues trying to customize the CSS of my webforms. Is there anyway to see the HTML of a webform? And if there is, how do I do so? (I really want to see the HTML code so I can find the correct…
1
vote
2 answers

How to Test Podio Webhooks Locally

I am wanting to test Podio webhooks locally. I am using Conveyor.cloud for tunneling and tested it successfully with their Twilio example. The problem I am having with converting the code to work with Podio is that the Twilio example used a…
Xiolin
  • 121
  • 10
1
vote
0 answers

Generic Handler isn't showing up as an available option. How can I add it?

I need the Generic Handler but when I try to add it it isn't in the list. I see ASP.net Handler but not the Generic Handler. I am needing to connect to a Podio webhook and I am following the instructions at…
Xiolin
  • 121
  • 10
1
vote
1 answer

Podio Api: Why does PUT request /app/{app_id}/field/{field_id} delete category field options for contact apps?

I'm tring to modify category fields of a contact app using Podio API. I get the following response for the GET request (https://api.podio.com/app/22768616/field/189304190): (Previously I created the field with a POST request and everything works…
desire
  • 11
  • 1
1
vote
0 answers

Why JSON file gets empty after some time?

I'm copying contacts from propertyware to Podio using a cron job, and I've already copied contacts into the contacts.json file to reduce Podio API calls. However, after copying 2000+ contacts my JSON file empties and API starts coping from the start…
Abdul Haye
  • 47
  • 1
  • 9
1
vote
1 answer

How to capture the File Version

How to get the File version of the attached Files field. In case if its a pdf then how can we see the version through the API. Below I have attached 2files. 1st one is the attached file in the Podio view. and the 2nd one is API call so there I can't…
Anup Dhal
  • 619
  • 6
  • 16
1
vote
1 answer

How does Podio works in SandBox?

I'm just looking to make some integrations with Podio and I need to use the sandbox. I want to know if the sandbox is a kind of delayed copy of the production data or something else because when I use it I get production environment information, so…
1
vote
0 answers

Podio API Item last activity date

I'm trying to get the last activity date and time on an item. Using /item/app/{app_id}/filter/ I am able to sort in order of activity, but the payload of each item returned does not contain a last activity date. Trying to get the complete item with…
1
vote
0 answers

Got 4xx Error while subscribing on Podio Push service in go concurrent pattern

I'm experiencing some unexpected errors while trying to subscribe on Podio Push service. I use golang concurrency pattern defined here and here is the bayeux client library used for subscription. Basically the flow tries to retrieve the item first…
irzhy
  • 920
  • 1
  • 9
  • 15
1
vote
1 answer

Podio filter_by_view returns too much information

I have not been able to receive anything but a full response when i use filter_by_view $items = PodioItem::filter($appCreds->app_id,$view_id, array('limit' => $maxItems, 'offset' => $offset, …
1
vote
2 answers

Permissions to delete spam comments sent in via the Podio Email to item feature

We have an awkward, persisting situation of receiving unsolicited comments into our corporate Podio space via the Email to Item feature. We spam arrives sporadically, we get a couple of hundred of them on some days. Removing the offending user from…
Mace Ojala
  • 335
  • 4
  • 9