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

Is there any way to "mention" a user in an API-generated comment on an item in Podio

Podio users can mention other users in comments using mentioning, but I can't find any instance of it in the Podio API documentation. Is this not technically feasible to do via API? I've tried just manually having "@" "@" "@" and these…
-1
votes
1 answer

Podio - Is it possible to assign an owner/creator to items?

I have looked in the documentation regarding this and haven't been able to find anything. If it is possible, I would appreciate if you let me know where Thank you
-1
votes
2 answers

GLobiflow Json decoding

just need some real help here ive been stuck on this for quite a long time how do i get the "description" value from this json ive tried json decode also base64encode then decode but i cant get values when json responses are like this its from this…
-1
votes
1 answer

Podio Webhooks response is not coming in webhook.site

I was trying to capture webhook response when i am creating the task from inside podio dashboard but i can't receive any response in webhook.site Used Postman, auth2.0 validation to create and validate the webhook POST request for creation was …
-1
votes
1 answer

Create a PODIO item with relationship with podio api for PHP

How can we create an item and relate it to other items (setting the values on a relationship field)? I found no examples regarding those fields.
-1
votes
1 answer

Podio Scrum Board

Does anyone know how to get the board, like in the picture? https://podio.com/store/pack/110-demo-scrum-board?return_type=&return_id=46 Regards, Johnny
Johnny
  • 2,800
  • 6
  • 25
  • 33
-1
votes
1 answer

Update an podio item field results in empty value

I am using Postman software to test update field of an item in Podio. The field is 'consomme-en-jh'. The value is updated in Podio with an empty value. Do I forget a key value in the body or another thing?[]
-1
votes
1 answer

Incorrect rate limit values when using app authentication

Can anyone shed some insight as to why I would be seeing a different rate_limit_remaining after my Podio::filter call. My app credentials are stored in a multidimensional area that I increment the index once Ive gotten close to the rate limit. I…
-1
votes
2 answers

Podio create item with Procfu returns error

I need to create an item in Podio using procfu, like this: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://procfu.com/exe/podio_item_create.pf"); curl_setopt($ch, CURLOPT_HTTPHEADER, ["Authorization: Basic MjI4M***********************"]…
Andreea Onica
  • 315
  • 5
  • 13
-1
votes
1 answer

Parsing the individual array data of location field of PODIO (city, state and etc)

Hello I'm trying to get the data for city, street address, postal code, country but I'm having hard time. This is from location field data of PODIO, it does not output anything. I know how to access the full address using this…
MarlZ15199
  • 288
  • 2
  • 17
-1
votes
1 answer

Items: Get item revision difference returns empty array

I am trying to return the diffence in field values between two revisions using app authentication but I'm getting an empty array. And when trying to use the api function "Get Item revision" I'm getting "Object not found" response. Any help would be…
-1
votes
1 answer

Podio: How do I use the Item.update-method in Python 3?

There is no example code for the Podio API for Python but this is the example code written for Ruby: Podio::Item.update(210606, { :fields => { 'title' => 'The API documentation is much more funny', 'business_value' => { :value => 20000,…
Chisq
  • 117
  • 1
  • 9
-1
votes
1 answer

Python 3: Deleted everything related to an API I already installed, now that I reinstalled it Python can't find the functions defined in the API

I downloaded the Podio API for Python and after something like ten tries I got it installed, by then I had already downloaded it 3 times from different sources, and when I got errors later (since apparantly I had downloaded and installed the Python…
Chisq
  • 117
  • 1
  • 9
-1
votes
1 answer

Get App Id of same type of apps in multiple Podio Workspace

I want to get App Id of same type of apps multiple Podio Work space. Example scenario: I have two work space. Both work space have Deliverable app. I want to get App Id of Deliverable app of both Work space. PodioApp::get_all( $attributes = array()…
Muhsin VeeVees
  • 190
  • 2
  • 2
  • 8
-1
votes
1 answer

Getting items with PodioItem::get() returns number values in wrong format

I am writing an application that can upload values to specific fields in podio. When doing so i have no trouble uploading and receiving text fields, category fields, ect. But when uploading and receiving numbers, they return in the wrong…
Kjaal
  • 57
  • 8
1 2 3
36
37