Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.37 KB

GetContactLogsRequest.md

File metadata and controls

18 lines (14 loc) · 1.37 KB

GetContactLogsRequest

Properties

Name Type Description Notes
client_id string The ID of the client whose contact logs are being requested.
start_date \DateTime Filters the results to contact logs created on or after this date.<br /> Default: the current date [optional]
end_date \DateTime Filters the results to contact logs created before this date.<br /> Default: the start date [optional]
staff_ids int[] Filters the results to return contact logs assigned to one or more staff IDs. [optional]
show_system_generated bool When `true`, system-generated contact logs are returned in the results.<br /> Default: false [optional]
type_ids int[] Filters the results to contact logs assigned one or more of these type IDs. [optional]
subtype_ids int[] Filters the results to contact logs assigned one or more of these subtype IDs. [optional]
limit int Number of results to include, defaults to 100 [optional]
offset int Page offset, defaults to 0. [optional]

[Back to Model list] [Back to API list] [Back to README]