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

PodioForbiddenError in adding contact

I am trying to add new contact item in my app: https://podio.com/myorg-3q695n94um/dealer-sales-a Currently trying to adding a new contact Item in the app. But got this error again and again. The app with id 8047729 does not have the right view on…
Fujael
  • 107
  • 1
  • 10
0
votes
1 answer

Podio API, attaching files to items

I have a problem with attaching a file to a specific item using Java API. I know it should be possible as this functionality described here in the Podio documentation https://developers.podio.com/doc/files/attach-file-22518 and examples for PHP and…
lilin
  • 29
  • 5
0
votes
1 answer

Podio API - Get response from Add new item

To make my Podio system perfect, I need items to be created automatically based on when another item is created. My layout: So I have a "Main" app, a "Copy" app, a "Translations" app and a "Links" app. Each one is a different deliverable from a…
Kobius
  • 674
  • 7
  • 28
0
votes
1 answer

java application using Podio API, webhooks

I am trying to make Java application that will overwrite some items just after they are created. There is not much information and examples of usage of Podio API, so I got in stuck already on hook creating and verification. The code: APIFactory…
lilin
  • 29
  • 5
0
votes
1 answer

Only outputting specific fiels from Podio Item Filter

We need to extract specific fields, no matter if they have data or not. If I f.ex. want an putput with only the field with external id : 'logo' i am trying this: $limit = 10; $app_id = xxxxxxx; $items = PodioItem::filter($app_id,array('Limit' =>…
Niels
  • 635
  • 3
  • 9
  • 23
0
votes
1 answer

Symfony2 Podio-Php podio api

im supposed to use get item values but it is not in podio-php client, and i have little to no experience with api i have looked around and found a work around getting all the item id on app then looping through all the id and all the fields in the…
user3278675
  • 13
  • 1
  • 3
0
votes
1 answer

OAuth token returning with null properties after storing in Keychain

So I've just recently started working with iOS development and am using the PodioKit library to interface with Podio. After authenticating with the server using an email and password, it returns an OAuth token. This has the required data, refresh…
tamasys
  • 59
  • 1
  • 8
0
votes
3 answers

Podio C# how to get Contact from an item

I got an item by item = client.ItemService.GetItem(itemid); then the item has a field with type Contact. How can I get it? if it's a text field I can use var textField =…
Xin
  • 35
  • 6
0
votes
3 answers

how to get an item with a link

I have a link like "https://podio.com/.../apps/candidates/items/3" How to get this item? in PHP maybe PodioItem::get_by_app_item_id( $app_id, $app_item_id ); will work. But I cannot find this method in C#. ItemService.FilterItem may work but I…
Xin
  • 35
  • 6
0
votes
1 answer

Get Podio Items relative for app specific item via API

I have such app in Podio: - Houses (there is all houses from my village) - Flats (it have field relative for house item in Houses) So i need load all flats for one house via Podio API (ruby gem is used) I find such example…
mpz
  • 1,906
  • 3
  • 15
  • 23
0
votes
1 answer

Working with podio api, i get a DateTime object and cant access its values

i make an API call for Podio, to get active space members. One of the fields that returns is last_seen_on, which is a DateTime Object. When i print_r() it looks like: DateTime Object ( [date] => 2013-11-02 22:47:09 [timezone_type] => 3 …
Neta Meta
  • 4,001
  • 9
  • 42
  • 67
0
votes
1 answer

Inject CSS in an HTTPS iframe Podio webform

So, I'm trying to inject some CSS in a Podio webform iframe. I know that with a HTTP iframe, it's possible with content() from jQuery. But it's a HTTPS iframe here, so, it doesn't work. I know we can add some CSS direct in the admin of Podio, but,…
Axiol
  • 5,664
  • 9
  • 37
  • 49
0
votes
1 answer

POST is empty during podio hook verification

I'm trying to verify a hook in my Podio App. Here's the code I'm running: Podio::setup(PODIO_API_ID, PODIO_API_KEY); // Turn on debugging Podio::$debug = true; // Authenticate the app try { Podio::authenticate('app', array('app_id' =>…
0
votes
1 answer

PHP: Verify webhook with the Podio API

I'm using the Podio PHP API, and I want to validate a webhook as done here: https://developers.podio.com/examples/webhooks I have a test script on my server: http://qvido.se/api/podio/ValidateHook.php which contains this code:
Ismailp
  • 2,333
  • 4
  • 37
  • 66
-1
votes
0 answers

Google Sheets to Podio/Globiflow using API

I've used multiple API Documentations in the past to integrate different web-services to Podio, but for some reason Google Sheet's documentation seems very weird and hard to understand. Has someone succesfully integrated Google Sheets to Podio via…
Nick S
  • 1