GET /incoming_call_detail

Description

Retrieves a list of incoming call detail records to this account's telephony services.
(Parameters must be passed using a parameter-value array.)

URL

https://api.keyyo.com/manager/1.0/incoming_call_detail

Parameters

limit

The maximum number of call detail records to retrieve

offset

The offset to use for retrieving the first call detail records (e.g. to paginate the results)

date_start

The minimum start time for the call detail records using the YYYY-MM-DD HH:MM format (if you don't specify HH:MM, it will be YYYY-MM-DD 00:00 i.e. the whole DD day will be included)

date_end

The maximum start time for the call detail records using the YYYY-MM-DD HH:MM format (if you don't specify HH:MM, it will be YYYY-MM-DD 00:00 i.e. the DD day will be excluded)

unit

The unit defining the kind of records

Example values: second, sms, ko, textmms, mms

Result

A list of:
CallDetailRecord A call detail record stores data about a call coming from or received by one of this account's telephony services

Relationships

GET /outgoing_call_detail Retrieves a list of outgoing call detail records from this account's telephony services.
(Parameters must be passed using a parameter-value array.)