
Scott Costello
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Posts
Recent activity by Scott Costello-
Rate Limit Strategy
I'm trying to figure out the best way to deal with the Rate Limits. I am developing a Webservice that will use the Podio API to run custom workflows (which pull in information from 3rd party apps)....
-
item.create have created via Id in POST
I'm trying to detect when someone Imports a list of items verses when they manually add a item into an App. Now I can do this by calling an API function to get the Item based off the ITEM_ID that ...
-
New Related Item Requires Refresh to See
Okay, I'm going to try and explain this the best I can... I have 3 Apps...Leads App, Contacts App and Properties App. The Leads App has 2 relationship fields, 1 for Contact and 1 for Properties. ...
-
Podio API: Sending User Id in query string safe?
Is there anything wrong with sending a user's user_id in a query string to my webservice? The reason is that I want to create a clickable link (in a calculation field) that when clicked will add a...
-
Podio API PHP: Set Default View
I've create a view using the API and am now looking to set this view as the default view. I've tried doing what is described in the documentation here.. https://developers.podio.com/doc/views/make...
-
Set Badge Layout through Podio API...Is it possible?
This has been driving me CRAZY for months. If you create an App using the Podio API, the Badge layout and the Relationship (reference) Layout are determined by Podio. I want to customize those La...
-
Can I get an App using the External_ID?
Perhaps I'm thinking about this wrong... I setup a script to auto-created a suite of Apps in a Workspace using PodioPHP Api. This works great! Now I'm attempting to create some workflows using th...