> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Activity V1

# Type: Activity Object

# Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/contacts/activity-log/activity-v1/activity-object.md

## Description: A dated record of something that happened with a contact — such as a message sent, a subscription change, or any other noteworthy event.

## Schema:

```json
 Type: Activity Object | type: Activity
 Description: A dated record of something that happened with a contact — such as a message sent, a subscription change, or any other noteworthy event.
       - name: id  | type: string | description: Activity ID.
           - name: value  | type: string | description: 
       - name: activityDate  | type: string | description: Date and time the activity occurred.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: contactId  | type: string | description: ID of the contact the activity is associated with.
       - name: message  | type: string | description: Activity message. For activities created by Wix from a template, this is generated from the template's wording and the supplied `params`, and returned in the language specified by the `language` parameter in [List Activities](https://dev.wix.com/docs/api-reference/crm/members-contacts/contacts/activity-log/activity-v1/list-activities.md). For custom activities you create with [Create Custom Activity](https://dev.wix.com/docs/api-reference/crm/members-contacts/contacts/activity-log/activity-v1/create-custom-activity.md), this is the free-text `message` you provided.
       - name: templateId  | type: string | description: ID of the template used to create this activity. For custom activities you create with [Create Custom Activity](https://dev.wix.com/docs/api-reference/crm/members-contacts/contacts/activity-log/activity-v1/create-custom-activity.md), this is the ID of the Generic template.
       - name: params  | type: Struct | description: Parameter values used to compose the activity message, as a key-value map. For activities created by Wix from a template, keys correspond to the template's `activityParams` keys.
           - name: fields  | type: object | description: 

```