/
PwsProjectNote
PwsProjectNote
Overview
This structure is part of PwsProjectElement, and it represents a note associated with a project.
Format
PwsProjectNote
- PwsProjectNote
- CreatedByUserIdentity: PwsUserRef **deprecated**
- CreatedTimestamp: DateTime
- Note: String (1024)
- CreatedByUser: PwsUserSummary
- ReadFlag: Boolean
- ReadTimestamp: String
- NoteId: Int32
- NoteUid: Int64
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
CreatedByUserIdentity | **deprecated** It is replaced by element CreatedByUser. | ||
CreatedTimestamp | DateTime | The UTC time of when the project note is created. | 2018-02-08T11:15:22.443 |
Note | String (1024) | The content of the project note. | Tony delivered set design first draft on 01/27 |
CreatedByUser | The user that created the project note. This structure contains the key information of a user. Click here for more information. | ||
ReadFlag | Boolean | If set to "true", this project note has been marked as read. | false |
ReadTimestamp | String | The timestamp for when the note is set to have been read. | 2018-11-12T15:57:03.727 |
NoteId | Int32 | A unique identifier for a project note. For internal use only. | |
NoteUid | Int64 | A unique and immutable identifier for a project note. |
Usage Example(s)
, multiple selections available,
Related content
PwsProjectElement
PwsProjectElement
More like this
PwsProjectDetail
PwsProjectDetail
More like this
PwsEngagementDetail
PwsEngagementDetail
Read with this
PwsProjectDescriptor
PwsProjectDescriptor
More like this
PwsProjectTaskNoteHistory
PwsProjectTaskNoteHistory
More like this
PwsProjectTaskNote
PwsProjectTaskNote
More like this