Done
Details
Details
Priority
Assignee
Pascal Cadotte
Pascal CadotteReporter
Clément Bourgeois
Clément BourgeoisApprovers
Alexandre Fournier
Fix versions
Sprint
None
Labels
Zendesk Support
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
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).