OptionalcallOptionalcreateFilter calls based on createTime. You make the query more precise, fewer results will be returned. For example, 2021-02-01 will return all calls from the first of February 2021, and 2021-02-01T14:00:00Z will return all calls after 14:00 on the first of February. This field also supports <= and >= to search for calls in a range ?createTime>=2021-10-01&createTime<=2021-10-30 to get a list if calls for october 2021 It is also possible to submit partial dates for example createTime=2021-02 will return all calls for February Defaults to 24 hours
OptionalcreateFilter calls based on createTime. It will filter the calls on a range of dates.
Optionaldirectiononly include calls by on the direction(s), example direction=INBOUND,OUTBOUND will return all calls that are inbound or outbound.
OptionalemergencySet this if you want to filter on emergency calls or not.
OptionalfileOptionalfromA phone number that you want to use to filter results. You can pass a partial number to get all calls sent to numbers that start with the number you passed.
OptionalfromSet this if you want to filter on the country of the caller phone number.
OptionalgroupSet this if you want to filter calls based on the group ID.
OptionalhasSet this if you want to filter on calls with children or not.
OptionalpageThe page you want to fetch, can set to 1 for first page, or omitted for first page
OptionalparentSet this if you want to filter calls based on the call's parent ID.
OptionalprojectSet this if you want to include calls from other projects.
OptionalregionSet this is you want to filter calls based on the region.
OptionalrelationshipThe type of relationship the call has, for example, an initial call or a child call.
OptionalsizeThe size of each page to fetch
OptionaltoOnly include calls made to this number or address. You can pass a partial number to get all calls sent to numbers that start with the number you passed.
OptionaltoSet this if you want to filter on the country of the callee phone number.
OptionaltrunkOnly include calls made from this trunk.
only include calls by on the callResult(s), example callResult=COMPLETED will return all calls which have completed normally.