Phone call_logs and call_history API compatibility

Hello @gianni.zoom , I decided to add to this thread a question I have regarding the migration of the new API, I hope it doesn’t cause any conflict.

Like @pete_h, I have started with the migration from “/phone/call_logs” to “/phone/call_history” but I have detected that the structure has significant changes (at least with some fields that I use), could you tell me how I can recover the fields “user_id”, and “caller_user_id” that currently exist in the “call_logs” endpoint and that in the new “call_history” endpoint no longer exist. Within my flow this data is important because from here on for each call made I recover the complete information of the user with the endpoint “phone/users/{user_id}”

Thank you in advance for any help you can provide me