You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versions/v1/Model/ActivityCollectionResponseObject.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,31 @@ Name | Type | Description | Notes
14
14
**org_id** | **int** | The ID of the organization this activity is associated with | [optional]
15
15
**location** | **string** | The address of the activity. | [optional]
16
16
**public_description** | **string** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]
17
-
**id** | **int** | The ID of the activity, generated when the activity was created |
18
-
**done** | **bool** | Whether the activity is done or not |
19
-
**subject** | **string** | The subject of the activity |
20
-
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |
21
-
**user_id** | **int** | The ID of the user whom the activity is assigned to |
22
-
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |
23
-
**company_id** | **int** | The user's company ID |
24
-
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |
25
-
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |
26
-
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |
27
-
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |
28
-
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |
29
-
**active_flag** | **bool** | Whether the activity is active or not |
30
-
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |
31
-
**update_user_id** | **int** | The ID of the user who was the last to update this activity |
32
-
**source_timezone** | **string** | The timezone the activity was created in an external calendar |
33
-
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |
34
-
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |
35
-
**location_route** | **string** | A subfield of the location field. Indicates street name. |
36
-
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |
37
-
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |
38
-
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |
39
-
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |
40
-
**location_country** | **string** | A subfield of the location field. Indicates country. |
41
-
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |
42
-
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |
17
+
**id** | **int** | The ID of the activity, generated when the activity was created |[optional]
18
+
**done** | **bool** | Whether the activity is done or not |[optional]
19
+
**subject** | **string** | The subject of the activity |[optional]
20
+
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |[optional]
21
+
**user_id** | **int** | The ID of the user whom the activity is assigned to |[optional]
22
+
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |[optional]
23
+
**company_id** | **int** | The user's company ID |[optional]
24
+
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |[optional]
25
+
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |[optional]
26
+
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |[optional]
27
+
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |[optional]
28
+
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |[optional]
29
+
**active_flag** | **bool** | Whether the activity is active or not |[optional]
30
+
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |[optional]
31
+
**update_user_id** | **int** | The ID of the user who was the last to update this activity |[optional]
32
+
**source_timezone** | **string** | The timezone the activity was created in an external calendar |[optional]
33
+
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |[optional]
34
+
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |[optional]
35
+
**location_route** | **string** | A subfield of the location field. Indicates street name. |[optional]
36
+
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |[optional]
37
+
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |[optional]
38
+
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |[optional]
39
+
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |[optional]
40
+
**location_country** | **string** | A subfield of the location field. Indicates country. |[optional]
41
+
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |[optional]
42
+
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |[optional]
43
43
44
44
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**id** | **int** | The ID of the activity, generated when the activity was created |
8
-
**done** | **bool** | Whether the activity is done or not |
9
-
**subject** | **string** | The subject of the activity |
10
-
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |
11
-
**user_id** | **int** | The ID of the user whom the activity is assigned to |
12
-
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |
13
-
**company_id** | **int** | The user's company ID |
14
-
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |
15
-
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |
16
-
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |
17
-
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |
18
-
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |
19
-
**active_flag** | **bool** | Whether the activity is active or not |
20
-
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |
21
-
**update_user_id** | **int** | The ID of the user who was the last to update this activity |
22
-
**source_timezone** | **string** | The timezone the activity was created in an external calendar |
23
-
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |
24
-
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |
25
-
**location_route** | **string** | A subfield of the location field. Indicates street name. |
26
-
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |
27
-
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |
28
-
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |
29
-
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |
30
-
**location_country** | **string** | A subfield of the location field. Indicates country. |
31
-
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |
32
-
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |
7
+
**id** | **int** | The ID of the activity, generated when the activity was created |[optional]
8
+
**done** | **bool** | Whether the activity is done or not |[optional]
9
+
**subject** | **string** | The subject of the activity |[optional]
10
+
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |[optional]
11
+
**user_id** | **int** | The ID of the user whom the activity is assigned to |[optional]
12
+
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |[optional]
13
+
**company_id** | **int** | The user's company ID |[optional]
14
+
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |[optional]
15
+
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |[optional]
16
+
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |[optional]
17
+
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |[optional]
18
+
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |[optional]
19
+
**active_flag** | **bool** | Whether the activity is active or not |[optional]
20
+
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |[optional]
21
+
**update_user_id** | **int** | The ID of the user who was the last to update this activity |[optional]
22
+
**source_timezone** | **string** | The timezone the activity was created in an external calendar |[optional]
23
+
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |[optional]
24
+
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |[optional]
25
+
**location_route** | **string** | A subfield of the location field. Indicates street name. |[optional]
26
+
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |[optional]
27
+
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |[optional]
28
+
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |[optional]
29
+
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |[optional]
30
+
**location_country** | **string** | A subfield of the location field. Indicates country. |[optional]
31
+
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |[optional]
32
+
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |[optional]
33
33
34
34
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments