Filtering by current iteration not working

40 views
Skip to first unread message

oli...@contentful.com

unread,
Dec 8, 2016, 4:42:11 AM12/8/16
to DevTargetProcess
I'm trying to create a REST API request filtering by the current iteration but I can't seem to get it working. I've tried various different forms, none of them work:

https://targetprocess/api/v1/UserStories?where="(TeamIteration%20is%20Current)"

I always get a 400 Bad Request and output like this:
{
  "Status": "BadRequest",
  "Message": "Error during parameters parsing.",
  "Type": "Presentational",
  "Details": {
    "Items": [
      {
        "Type": "Simple",
        "Message": {
          "Token": "Error during parameters parsing.",
          "Data": {},
          "Value": "Error during parameters parsing."
        }
      }
    ]
  },
  "ErrorId": "8bb3feed-00b7-433f-ac33-8efbb7e2669a"
}

What am I doing wrong?

oli...@contentful.com

unread,
Dec 8, 2016, 7:42:40 AM12/8/16
to DevTargetProcess
Reply all
Reply to author
Forward
0 new messages