# DailyActivityWithDates ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **calls_as_host** | Option<**Vec**> | List of IDs of calls in which this user is the host. | [optional] **calls_gave_feedback** | Option<**Vec**> | List of IDs of calls where the user gave feedback. | [optional] **calls_requested_feedback** | Option<**Vec**> | List of IDs of calls where the user requested feedback. | [optional] **calls_received_feedback** | Option<**Vec**> | List of IDs of calls where the user received feedback. | [optional] **own_calls_listened_to** | Option<**Vec**> | List of IDs of the user's own calls, that the user listened to. | [optional] **others_calls_listened_to** | Option<**Vec**> | List of IDs of calls, not belonging to this user, that the user listened to. | [optional] **calls_shared_internally** | Option<**Vec**> | List of IDs of calls the user shared with other users inside the company. | [optional] **calls_shared_externally** | Option<**Vec**> | List of IDs of calls the user shared with people outside the company. | [optional] **calls_attended** | Option<**Vec**> | List of IDs of calls in which this user is participant (not host) | [optional] **calls_comments_given** | Option<**Vec**> | List of IDs of calls in which a user gave at least one comment. | [optional] **calls_comments_received** | Option<**Vec**> | List of IDs of calls in which a user received at least one comment on the users calls. | [optional] **calls_marked_as_feedback_given** | Option<**Vec**> | List of IDs of calls in which someone pressed the \"Mark as reviewed\". | [optional] **calls_marked_as_feedback_received** | Option<**Vec**> | List of IDs of calls in which someone pressed the \"Mark as reviewed\" on the users calls. | [optional] **calls_scorecards_filled** | Option<**Vec**> | List of IDs of calls in which the user filled scorecards. | [optional] **calls_scorecards_received** | Option<**Vec**> | List of IDs of calls in which someone filled a scorecard on the users calls. | [optional] **from_date** | Option<**String**> | The start of the day in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC. | [optional] **to_date** | Option<**String**> | The end of the day in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)