The tasklog object representation and fields are described below.
tasklog was introduced in API version V1
tasklog has not been marked for deprecation
Representation of a single task log entry related to a tasks history of activities
| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the task log activity | |
| url | URL represented as a string | The URL for addressing requests related to the log entry | |
| task | task | The task this log message is associated with | Required on create. Ignored on update. |
| subject | subject | The subject of the activity if required | |
| replyTo | tasklog | Used to capture a reply to reference to allow threading of responses. | |
| sortOrder | Signed int32 | The sort order for the default sort listing logs (reverse order) with most recent items first. Typically the sort order is set by the insertion order so is optional | Optional. |
| identity | identity | The identity of the actor to allow details of the commenter for example to be captured | |
| activity | A string representation of a enumeration name restricted to the documented values | The activity type for this log entry | Allowed values:
|
| comment | String literal | A comment on the task, typically would also set the identity to capture the commenter | |
| createdTimestamp | Timestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone. | The timestamp of when this activity log event was created | |