How to retrieve certain user fields using Rally REST API?
问题 When I query Rally REST API (.net) I am able to get all the user values except the following fields: Role CostCenter LastLoginDate OfficeLocation c_RoleType CreationDate When I fire up a url "https://rally1.rallydev.com/slm/webservice/v2.0/user/xxxxxxxxxx" in a browser I am able to access all the above fields. However, when I use REST API the result set doesn't include any of the above fields. Not sure if I need to do anything differently. request = new Request("user"); request.Fetch =