Alex Fomin
unread,Nov 3, 2011, 1:19:02 PM11/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devtarge...@googlegroups.com
Hi
We are going to introduce breaking changes to our REST API JSON response format. This change is not huge to make us change the API version from v1 to v2, but still can break any API clients that use JSON response format.
Changes will affect inner collections - the representation of inner collections will be changed from arrays to collections:
now:
{"Id":1, "Name":"User story", "Bugs: :[{"Id":1},{"Id":"2"}] }
will be
{"Id":1, "Name":"User story", "Bugs": { "items":[{"Id":1},{"Id":"2"}]} }
We understand that this change can be painful for some of our users, but it is required to fix a potentially major bug in inner collections representation.If you have any serious concerns about the issue, please let us know.
Sorry for inconvenience,
Alex, TP Team