
Tiago Pacheco
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Tiago Pacheco-
Tiago Pacheco commented,
And how i can get just some fields (like item name or item id for example)?
-
Tiago Pacheco created a post,
Get specific field values on Podio::filter
Hi, in order to minimize the transferred data between each request to Podio, i'm trying to perform request but with lower data chunks. Every time that i want a list of items, all fields of that it...
-
Tiago Pacheco created a post,
How can i check is a value of a field is not changed since some specific time?
Hi, i have a simple app with some items. Is it possible check the time until a field of some item is changed? If yes, can i get that time and how?
-
Tiago Pacheco commented,
The problem using app authentication is that i can only access to a single app. My idea is to implement some php scripts to get and process some data of my workspaces (more than one app) without us...
-
Tiago Pacheco created a post,
Mention User On Comment creation
Hi, how can i mention a specific user when i create a comment ("PodioComment::create()")?
-
Tiago Pacheco commented,
Hi, i'm afraid to use a personal account to authenticate on Podio. For that reason i asked about that because it could exist some recommendations of the community to use when we need to use the API.
-
Tiago Pacheco created a post,
Best Practice for user authentication
Hi, i'm trying to provide some support for some Podio workspaces and i'm using php client of Podio to implement some features. My question is related with the user that i have to use to login on t...
-
Tiago Pacheco created a post,
Get items filtered by custom field
Hi, using "PodioItem::filter()" , how can i get only a list of items filtered by a custom field (like "car" and that field can have a list of values). Example, get all items with "car" field with ...