
Marek
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 15
Activity overview
Latest activity by Marek-
Marek commented,
Hi Joshua, I have just tested the API call and it works fine for me. All of the following work and return correct data: GET /task?responsible=(user_id)&completed=0GET /task?responsible=(user_id)&co...
-
Marek commented,
Hi Ashwin, The 'update' method updates the 'config' of a field. So your request should look something like this: $fieldAttributes = array ( 'label' => 'Status', 'required' => false, 'setti...
-
Marek commented,
Hi Oliver, Try this: $fieldattributes = array('type' => 'category', 'config' => [ 'label' => 'Category', 'required' => false, 'settings' => [ 'options' => [ [ 'text' => 'value', ] ...
-
Marek commented,
The limit is related to the API key. When you authenticate as an app you are still using the key - so limit values are the same as when authenticating as a user. brMarek
-
Marek commented,
Hi Timothy, Podio Android SDK is currently not in active development. I do not know when we will start working on it again. brMarek
-
Marek commented,
This is a date range in format "(start)-(end)". So it could be: 2016-03-01-2016-03-08 or with relative dates (see 'date' under 'views area'): -7d--3d brMarek
-
Marek commented,
You are probably specifying incorrect hook_id (404 means that the hook was not found).You can find the hook_id together with the 'code' in the verification request body. brMarek
-
Marek commented,
Our API does not like this: "grouping": null Remove it or change it to: "grouping": {} I'll fix API to accept null next week. brMarek
-
Marek commented,
Hi Alex, In December Podio introduced the new Contact App type - you can read about it in this blog post. We generally encourage people to use the contact app instead of workspace contacts. I don'...
-
Marek commented,
You can use the "Update layout" method (I've just added the missing documentation). brMarek