Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.04 KB

CallsFilter.md

File metadata and controls

10 lines (8 loc) · 1.04 KB

GongAPI::CallsFilter

Properties

Name Type Description Notes
call_ids Object List of calls Ids to be filtered. If not supplied, returns all calls between fromDateTime and toDateTime. [optional]
from_date_time String The date from which to list calls, in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC); if not specified, the calls start with the earliest recorded call. The date applies to call start time. [optional]
to_date_time String The date until which to list calls, in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC); if not specified, the calls end with the latest recorded call. The date applies to call start time. [optional]
workspace_id String Optional Workspace identifier, if supplied the API will return only the calls belonging to this workspace. [optional]