Get details of a call log
GET {{baseUrl}}/callLogs/:id
Returns details of a specific call log.
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:02:01.000Z","user_id":777707777,"company_id":66660666,"note":"A note for the call log"}}