Get all call logs assigned to a particular user
GET {{baseUrl}}/callLogs?start=0&limit=<integer>
Returns all call logs assigned to a particular user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | Pagination start | |
limit | string | For pagination, the limit of entries to be returned. The upper limit is 50. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":"CAd92b224eb4a39b5ad8fea92ff0e","activity_id":7007,"person_id":333222111,"org_id":123456789,"deal_id":553229734,"subject":"Just call me maybe","duration":"0","outcome":"busy","from_phone_number":"+37277774841","to_phone_number":"+37249234343","has_recording":false,"start_time":"2022-12-12T01:01:01.000Z","end_time":"2022-12-12T01:01:01.000Z","user_id":777707777,"company_id":66660666,"note":"A note for the call log"},{"id":"CAd92b224eb4a39b11a8fea92ff0e","activity_id":1,"person_id":1,"duration":"0","outcome":"no_answer","to_phone_number":"+3728439832","has_recording":true,"start_time":"2022-12-12T01:01:01.000Z","end_time":"2022-12-12T01:01:01.000Z","user_id":777777777,"company_id":66666666,"note":"A note for the call log"}],"additional_data":{"pagination":{"start":0,"limit":50,"more_items_in_collection":false,"next_start":1}}}