Basic Call Logs Services¶
Display user’s basic call logs¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/basic_call_logs/
¶ The API is mapped to UserBasicCallLogsGetListRequest14sp4
Additional information:
- Response JSON Object:
placed (list) – a list of of placed calls as defined as Call summary attributes.
missed (list) – a list of of missed calls as defined as Call summary attributes.
received (list) – a list of of received calls as defined as Call summary attributes.
Call summary attributes¶
Name |
Type |
Method |
Description |
---|---|---|---|
GET |
|||
callLogId |
String |
A |
The identifier of the call |
phoneNumber |
String |
A |
The phone number of the user of the call |
name |
String |
A |
The name of the user of the call. (see First / Last name) |
countryCode |
String |
A |
The country code of the call. Pattern [0-9]|[1-9][0-9]{1,2} |
time |
String |
A |
The time of the call |