ActivityDetail
Response moedel for gettting individual activty record.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Details | Details of activity. | string |
None. |
| Attachments | List of attachments associated with this activity. This data is returned only and cannot be added or updated when issuing a POST or PUT. | Collection of FileAttachmentInfo |
None. |
| Id | The Id/key of the activity. This data is returned only and cannot be added or updated when issuing a POST or PUT. | integer |
None. |
| LastUpdatedId | A data field used to check concurreny when performing updates. This data is returned only and used for concurrency checking when performing an update/PUT. | string |
None. |
| ActivityType | The type of activity. Valid values are all tags with activity flag set to true. Note - invalid values will be ignored when issuing a POST or PUT. | string |
None. |
| Done | Whether the activity is done. | boolean |
None. |
| Due | Due date for the activity. | date |
None. |
| Title | The title of the activity. | string |
None. |
| OwnerFirstName | Owner/user responsible for the activity's first name. This data is returned only and cannot be added or updated when issuing a POST or PUT. | string |
None. |
| OwnerLastName | Owner/user responsible for the activity's last name. This data is returned only and cannot be added or updated when issuing a POST or PUT. | string |
None. |
| OwnerEmail | Owner/user responsible for this activity's email. This field is used to identify the user. User must have access to the file which this activity belongs to. | string |
None. |
| AttachedToType | The entity type the activity is attached to. Valid values are Contact, Employee, Sale and Purchase. If not null then AttachedToId must also be provided. | string |
None. |
| AttachedToId | The entity id the activity is attached to. If not null then AttachedToType must also be provided. | integer |
None. |
| Tags | List of tags associated with this resource. | Collection of string |
None. |
| CreatedDateUtc | The date and time this resource was created in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| LastModifiedDateUtc | The date and time this resource was last modified in UTC. This data is returned only and cannot be added or updated when issuing a POST or PUT. | date |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |