t = v1.Team.where(Name=name).first()
r = t.Rooms[0]
r.url
This url points to /assetdetail.v1?oid=TeamRoom%3A333 which redirects to TeamRoom.mvc/Summary?oidToken=TeamRoom%3A333 which is a 404
It should be more like TeamRoom.mvc/Show/333
This may need to be solved in the V1 web app itself.