Overview
This structure contains element PwsProjectTaskDetail which contains the complete set of project task informationa reference to a user that has signed up to receive notification on a project task. The structure is used both to retrieve detailed project task subscription information and to pass information about a project task subscription back to the server to get updated.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
UserIdentity |
Yes | The user that signs up to receive notification on tasks that are not open for time (ex. milestones). |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsProjectTaskSubscription> <b:UserIdentity> <b:UserDisplayName>Allison Moore</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>016</b:UserReferenceSystemId> <b:UserUid>1152921504606944228</b:UserUid> </b:UserIdentity> </b:PwsProjectTaskSubscription> |