
Riël Notermans
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 28
Posts
Recent activity by Riël Notermans-
Bundling responses using fields parameter
In the documentation there is a short mention about building responses. We use Google Apps Script, and because a podio response is about 30kb, we can hit a daily 100Mb limit quite fast. I want to o...
-
Construction file upload payload
I am using Google Apps Script to upload files, which uses UrlFetchApp to construct the headers and the payload JSON. In the docs, I can't find a way to construct this data. What does podio expect?...
-
Add all fields in the item response instead of only existing fields
AnsweredSince item fields are not nesessarily filled with data, when I request an item, it only returns an array of itemfields. But it is not possible to show all fields with the item-information. I often...
-
Error message field.date.time_disabled
I want to add 'time' to a duration item via the API, but I get this response: field.date.time_disabled POST: var time_spent = 288.0; var fields = { "duration":time_spent, ...
-
Filter on dates NOT filled in.
I have an app, where I have a start date, and a 'processed until' date. I have a script looking for items that have a start date which has passed, and a process until date which has passed. Then I...
-
HTML/JavaScript Sidebar gadget
Hello Podio, More and more I run into complicated ways to add a bit of functionality. One great thing would be to make a sidebar gadget, where we can use our own JavaScript/HTML to communicatie wi...
-
Changing embed parameters
AnsweredIs it possible to update Embed-values in a link? Now we often embed a Google Drive link, but it gets the title 'Redirecting...' and is looking ugly. If we can change it via de API, it would be n...
-
Disable hooks when importing CSV/XLS
AnsweredIs it possible to stop hooks from firing when importing from excel? An import can contain 1000's of items, and I seem to be unable to stop the hooks. I can disable the hooks but that would stop ...
-
Need to filter on item_id
AnsweredI have an array of item_id's which I want to get via a filter. It are items in one app. I can call them one by one using GET, but I prefer using a filter to avoid doing 100's of calls. Is this...
-
Filter items on fields from app-reference!
AnsweredWe are walking into a wall in the following use case: We have companies, and companies have contacts. We have a 'contacts' app and a 'companies' app. Companies can have a member status (gold, bro...