Creating a New View via the API
Hey guys,
I am trying to create a view based on a tag, but I am getting an "Unexpected" error when I do this. Here is my JSON post:
{ "name": "View Name", "sort_by": "title", "filters": [ { "key": "tags", "values": "2016-03-01" } ], "grouping": null }
Here is the JSON response:
{"error_parameters":{},"error_detail":null,"error_propagate":false,"request":{"url":"http:\/\/api.podio.com\/view\/app\/14965810","query_string":"","method":"POST"},"error_description":"An unexpected error occured during execution","error":"unexpected"}
Any Idea what is causing this?
Please sign in to leave a comment.
Comments
3 comments