
Matias Larsson
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Matias Larsson-
Matias Larsson commented,
+9e10 for bulk edit from table view. It is 2015 after all...
-
Matias Larsson commented,
I'll answer my own question after communicating with Podio. The suggested way to do this is is using the search API to get a list of possible matches and then do the exact filtering on the server.
-
Matias Larsson created a post,
How to get all items exactly matching an email address?
Hi, [Using Node.js with the node-podio API at https://github.com/jvduf/node-podio-api, but I can reproduce this with the Podio Developer Sandbox too.] Before adding a new user to an app, I want t...
-
Matias Larsson commented,
@Charlie, yes I'll give it a try!
-
Matias Larsson commented,
@Charlie, I have a list with names and email-adresses containing both internal people and external guests. It would be really nice to be able to have a saved filter on that list to be able to show ...
-
Matias Larsson commented,
Hi, I would like to add a filter to a list for NOT showing items with internal email addresses (like NOT *@mycompany.com). Is that possible?
-
Matias Larsson commented,
Yes, I had forgot to add the body property to the request. (I blame the shifty module documentation of course ;)) So the options object should look like this (in case someone else encounters the s...
-
Matias Larsson commented,
Interesting... I can get search to work using CURL so I guess it's something with the node module or how I use it.
-
Matias Larsson created a post,
Using the search API fails with "Invalid value null (null): must be object"
Hi, I'm trying to get an item matching an email address in an app using POST /search/app/1234567/ using the https://github.com/jvduf/node-podio-api node.js module. I'm passing: { query: "some...
-
Matias Larsson commented,
Are you there Podio?