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

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringFor pagination, the limit of entries to be returned. The upper limit is 50.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:&quot;CAd92b224eb4a39b5ad8fea92ff0e&quot;,&quot;activity_id&quot;:7007,&quot;person_id&quot;:333222111,&quot;org_id&quot;:123456789,&quot;deal_id&quot;:553229734,&quot;subject&quot;:&quot;Just call me maybe&quot;,&quot;duration&quot;:&quot;0&quot;,&quot;outcome&quot;:&quot;busy&quot;,&quot;from_phone_number&quot;:&quot;+37277774841&quot;,&quot;to_phone_number&quot;:&quot;+37249234343&quot;,&quot;has_recording&quot;:false,&quot;start_time&quot;:&quot;2022-12-12T01:01:01.000Z&quot;,&quot;end_time&quot;:&quot;2022-12-12T01:01:01.000Z&quot;,&quot;user_id&quot;:777707777,&quot;company_id&quot;:66660666,&quot;note&quot;:&quot;A note for the call log&quot;},{&quot;id&quot;:&quot;CAd92b224eb4a39b11a8fea92ff0e&quot;,&quot;activity_id&quot;:1,&quot;person_id&quot;:1,&quot;duration&quot;:&quot;0&quot;,&quot;outcome&quot;:&quot;no_answer&quot;,&quot;to_phone_number&quot;:&quot;+3728439832&quot;,&quot;has_recording&quot;:true,&quot;start_time&quot;:&quot;2022-12-12T01:01:01.000Z&quot;,&quot;end_time&quot;:&quot;2022-12-12T01:01:01.000Z&quot;,&quot;user_id&quot;:777777777,&quot;company_id&quot;:66666666,&quot;note&quot;:&quot;A note for the call log&quot;}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:50,&quot;more_items_in_collection&quot;:false,&quot;next_start&quot;:1}}}