List latest call log per contact

Description

As a developer of a web application, I want to get the latest call log for each of my contacts.

For example:

  • A calls B

  • A calls C

  • A calls B

  • A calls D

Then I can get a list of CDR:

  • Latest call to B

  • Latest call to C

  • Latest call to D

This list must be orderable by date, unique by user or Caller ID (the same user is never listed twice returned) and paginated (offset, limit).

 

 

Zendesk Ticket IDs

None

Activity

Pascal Cadotte 
August 19, 2019 at 7:20 PM
(edited)

I built this query manually which seems to work for the user with uuid 09fd4504-de73-4622-90ff-9f695e1793b6

 

Done

Details

Priority

Assignee

Reporter

Approvers

Alexandre Fournier

Fix versions

Sprint

Zendesk Support

Created February 18, 2019 at 1:41 PM
Updated September 13, 2019 at 2:30 PM
Resolved September 5, 2019 at 9:31 PM