result.data | object | Yes | — | Provider response payload. |
result.data.success | boolean | No | — | If the response is successful or not |
result.data.data | object | No | — | — |
result.data.data.id | integer | No | — | The ID of the activity |
result.data.data.subject | string | No | — | The subject of the activity |
result.data.data.type | string | No | — | The type of the activity |
result.data.data.owner_id | integer | No | — | The ID of the user who owns the activity |
result.data.data.creator_user_id | integer | No | — | The ID of the user who created the activity |
result.data.data.is_deleted | boolean | No | — | Whether the activity is deleted or not |
result.data.data.add_time | string | No | — | The creation date and time of the activity |
result.data.data.update_time | string | No | — | The last updated date and time of the activity |
result.data.data.deal_id | integer | No | — | The ID of the deal linked to the activity |
result.data.data.lead_id | string | No | — | The ID of the lead linked to the activity |
result.data.data.person_id | integer | No | — | The ID of the person linked to the activity |
result.data.data.org_id | integer | No | — | The ID of the organization linked to the activity |
result.data.data.project_id | integer | No | — | The ID of the project linked to the activity |
result.data.data.due_date | string | No | — | The due date of the activity |
result.data.data.due_time | string | No | — | The due time of the activity |
result.data.data.duration | string | No | — | The duration of the activity |
result.data.data.busy | boolean | No | — | Whether the activity marks the assignee as busy or not in their calendar |
result.data.data.done | boolean | No | — | Whether the activity is marked as done or not |
result.data.data.marked_as_done_time | string | No | — | The date and time when the activity was marked as done |
result.data.data.location | object | No | — | Location of the activity |
result.data.data.location.value | string | No | — | The full address of the activity |
result.data.data.location.country | string | No | — | Country of the activity |
result.data.data.location.admin_area_level_1 | string | No | — | Admin area level 1 (e.g. state) of the activity |
result.data.data.location.admin_area_level_2 | string | No | — | Admin area level 2 (e.g. county) of the activity |
result.data.data.location.locality | string | No | — | Locality (e.g. city) of the activity |
result.data.data.location.sublocality | string | No | — | Sublocality (e.g. neighborhood) of the activity |
result.data.data.location.route | string | No | — | Route (e.g. street) of the activity |
result.data.data.location.street_number | string | No | — | Street number of the activity |
result.data.data.location.subpremise | string | No | — | Subpremise (e.g. apartment/suite number) of the activity |
result.data.data.location.postal_code | string | No | — | Postal code of the activity |
result.data.data.participants | array | No | — | The participants of the activity |
result.data.data.participants[].person_id | integer | No | — | The ID of the person |
result.data.data.participants[].primary | boolean | No | — | Whether the person is the primary participant or not |
result.data.data.attendees | array | No | — | The attendees of the activity |
result.data.data.attendees[].email | string | No | — | The email address of the attendee |
result.data.data.attendees[].name | string | No | — | The name of the attendee |
result.data.data.attendees[].status | string | No | — | The status of the attendee |
result.data.data.attendees[].is_organizer | boolean | No | — | Whether the attendee is the organizer or not |
result.data.data.attendees[].person_id | integer | No | — | The ID of the person if the attendee has a person record |
result.data.data.attendees[].user_id | integer | No | — | The ID of the user if the attendee is a user |
result.data.data.conference_meeting_client | string | No | — | The client used for the conference meeting |
result.data.data.conference_meeting_url | string | No | — | The URL of the conference meeting |
result.data.data.conference_meeting_id | string | No | — | The ID of the conference meeting |
result.data.data.public_description | string | No | — | The public description of the activity |
result.data.data.priority | integer | No | — | The priority of the activity. Mappable to a specific string using activityFields API. |
result.data.data.note | string | No | — | The note of the activity |
result.meta | object | No | — | Additional response metadata (status, paging). |