
Andreas Haugstrup Pedersen
- Total activity 1924
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 514
Comments
Recent activity by Andreas Haugstrup Pedersen-
Hi Dan, We don't support logging in from another website. You can just create a link that points to https://podio.com/login and your customers can login there /Andreas
-
Date field values are provided in the timezone of the currently authenticated user. If you authenticate as yourself they are provided as Europe/London -- if you authenticate as the app they are pro...
-
Hi Anders, Unfortunately it's not possible to restore a deleted field. You can create a new field and use the API to migrate values from your deleted field to this new field. The external_id will ...
-
Hi Dan, What exactly are you trying to accomplish? /Andreas
-
You can cache the result in MySQL, a flat file, memcached or Redis or whatever you want.
-
Hi Rafael, You can find guides to authentication at: http://podio.github.io/podio-php/authentication/ /Andreas
-
Hi Jeff, I think that sounds like a solid plan. You can create as many Podio workspaces as you want so there's no need to use the Demo Workspace. You can just create a new separate workspace only ...
-
Hi Rafael, When you authenticate using app authentication you will not have access to all API operations, only ones acting on that specific app. In your case you are trying to get the status of th...
-
Webhooks are only available for app and space ref_types. You can see a full list here: https://developers.podio.com/doc/hooks In other words your request should only ever go to /hook/app/{app_id} ...
-
You're still make requests to the wrong host. You need to make requests to api.podio.com and not podio.com