--
You received this message because you are subscribed to the Google Groups "DevTargetProcess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devtargetproce...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
<General Id="8013">
<Project Id="895" Name="DPT Test Project" />
<EntityType Id="4" />
</General>
But when I tried "http://servername.domain.name/DevTP/api/v1/generals/8013?include=[Project[Id,Name]], it prompted me for windows security. Eventhough, I have provided the right credentials, it had ran into error saying UNAUTHORIZED.
1)message.Dto.LastEditorID is returning 1 in the event "UserStoryUpdatedMessage" and "UserStoryDeletedMessage"
2)message.Dto.OwnerID is returning 1 in the event "UserStoryCreatedMessage"
At this point, I would like to clarify that the userid which I am looking for is not an integer. It is nothing but the username using which the users login. To put it simple, I am looking for the Name of the user who made the changes like creation, updation or deletion. Does this needs a separate REST query? If so can you help me on that?
Thanks,