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

What is the API to get list of all projects from Podio?

I need assistance getting API, using which I can fetch all projects created in my Podio account. I want to get the JSON feed from it and display it on my website for a different purpose. I went through their document, but I found APIs oriented…
Jigar Tank
  • 1,654
  • 1
  • 14
  • 24
1
vote
1 answer

Multiples Calls to REST API or One Call with large response body with Javascript

In order to reduce response time or to shorten time that the user waits for data when rendering views, i'm trying to determine what's best in interacting with a REST API. I'll be getting an array of items with 5-7 fields, e.g. name, title, imgUrl. I…
Abdullah Rasheed
  • 3,562
  • 4
  • 33
  • 51
1
vote
1 answer

Set reminder to a task API Podio

I try to set a reminder (30 minutes before due date) on a task created by the API based on doc examples: https://developers.podio.com/doc/tasks/create-task-with-reference-22420 https://developers.podio.com/doc/tasks/create-task-22419 Here's the…
Mathieu Smith
  • 378
  • 1
  • 13
1
vote
1 answer

SSL Error/Type Error when authenticating Podio in a Rails app

I'm suck. I'm exploring the Podio API and have been trying to play with the sample Podio Rails app to learn how it works but I'm having a couple issues. (Main question at bottom.) At first I had an SSL Error: Started POST…
Chris
  • 51
  • 6
1
vote
1 answer

Zapier change Podio field value

I'm setting up Zapier to make Trello and Podio work together for some project management. However, I can't find a possibility to change/update a Podio field value (ex 'Idea' -> 'Decided') from a trigger in Trello. Have any of you guys/gals figured…
Niels Sønderbæk
  • 3,487
  • 4
  • 30
  • 43
1
vote
1 answer

JSON object passed into Podio API Filter function doesn't seem to work

I'm sending a POST request from klipfolio to https://api.podio.com/item/app/{app_id}/filter/ and specifying JSON object in body area provided. However, no matter what parameters I specify in the json object they do not seem to work. I used…
Evaldas Raisutis
  • 1,628
  • 4
  • 18
  • 32
1
vote
2 answers

How to set category field for new item with Podio PHP API

I have a Podio app which is populated by the php API via a form on a website. Using the Create Item snippet works for text fields, currency values, etc but have been I unable to untangle the documentation as to how to set a category field. The…
James
  • 311
  • 5
  • 17
1
vote
1 answer

Set calculated date field to null in podio (and thus with javascript)

Here's the issue with Podio. I have a calculation field that is set to return a date and it does that well if I only enter a reference to a date field from the item. What I want is for the calculation field to return a null date (as part of an IF…
Kevin
  • 11
  • 2
1
vote
1 answer

Podio : Troubles assigning reference for a Relationship app field

I programmatically created an app with a relationship app field $app = new PodioApp($attributes); After it had been successfully created, I wanted to create a relationship app field $field_id = PodioAppField::create( array ( …
1
vote
2 answers

How to get the org_id from a webhook?

When a Webhook is triggered, is there a way to get the org_id from which it was fired? (Aside from climbing up the triggered item) The only solution I found so far is: PodioItem::get($item_id); to get the space_id PodioSpace::get($space_id); to…
Vincent Poirier
  • 4,298
  • 5
  • 21
  • 25
1
vote
1 answer

"All of X" unexpected result | Podio JS Calculation

I am using the Podio variables and it's returning unexpected results. var $arr_type = @All of TIME TYPE; var $arr_duree = @All of DURATION; var $result = 0; for (var i = 0; i < $arr_type.length; i++) { if($arr_type[i] == 'WANTED_TYPE') …
Vincent Poirier
  • 4,298
  • 5
  • 21
  • 25
1
vote
2 answers

PHP - search for a key value and then find the value of another key in the same object subarray

I've searched a lot for this, and found several similar questions, but none quite address what I'm trying to accomplish. I'm trying to write a code that will search a PHP (multi)multidimensional array to see which subarray contains the unique key…
Kubes
  • 13
  • 4
1
vote
1 answer

JSON in Google Apps Script

I am trying to validate a webhook with Podio (https://developers.podio.com/doc/hooks/validate-hook-verificated-215241) using google apps script. Currently I have the following script successfully writing data to a document (after the Podio Post is…
Jacob Flatter
  • 171
  • 2
  • 11
0
votes
0 answers

Updating a 'Link' field using the API

I am trying to send a link via a python script, with description and thumbnail image via the API to a link field however the code i am trying only displays (in the link field) the raw link URL the raw link. the Python code i have is - if this was…
SLH2171
  • 1
  • 2
0
votes
1 answer

Is it possible to use colors on wordpress site, with an podio script?

I would like to apply colors to a website page, which contains a code from podio. e.g. I want to get the word 'geannuleerd' in red. The data from podio enter image description herecomes on the page https://huureenacteur.nl/kpc/ through this…
joog
  • 9
  • 2