
Alejandro Carrasquilla
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Alejandro Carrasquilla-
Alejandro Carrasquilla created a post,
Newest Item in App Reference?
Could I have an app reference field to the newest item in App? We are constructing a dashboard app that is referencing a Status app in different workspaces, I would like the dashboard to show the ...
-
Alejandro Carrasquilla commented,
I finally decided to try something different and switched to the JSONRequest Method and now it works. Dictionary<string, int> requestData = new Dictionary<string, int>(); requestData....
-
Alejandro Carrasquilla commented,
Hey, I am still having issues installing apps. Is there any sample code that you can provide. Or can you think of a work around I should try in order to install apps in new workspaces. Any hel...
-
Alejandro Carrasquilla commented,
I was just trying something different to see if it would work, But I get the same result when using the string variable for the URL
-
Alejandro Carrasquilla created a post,
Error Using app install
AnsweredI am trying to clone one app from one workspace to another workspace, I am trying to use the install app method but I am getting the following error. {"error_parameters":{},"error_detail":null,"er...
-
Alejandro Carrasquilla created a post,
How Can I add a user to a workspace via API?
AnsweredI would like to create and update workspaces via Api and to add users to the spaces. Is there a way to do this with the API? Thanks,
-
Alejandro Carrasquilla commented,
I figured it out, I had to put the requestData in the request and not in the request Url. Thanks for your help Dictionary<string, string> requestData = new Dictionary<string,string>(); ...
-
Alejandro Carrasquilla commented,
I am authenticated. When I call to get all Contacts with no attributes I get the first 500 users. Please Help string requestUrl = Podio.API.Constants.PODIOAPI_BASEURL + @"/contact/"; However when...
-
Alejandro Carrasquilla commented,
Thanks for your answer, Could you please provide an example, I am not able to filter by mail in the Sand Box. In addition to this i am get an Unauthorized response when doing the following call....
-
Alejandro Carrasquilla created a post,
Find User by User Email
AnsweredI am currently working on adding a ContatctItemField to a Podio Item, however I need to know the user profile Id, at the moment I only have the Name and Email of the user, is there an easy way to f...