Missing information in API “/phone/call_history”

API Endpoint(s)
phone/call_history

Description
Hi, I have started migrating “/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), these fields are currently used within our data extraction flow

Missing fields:

  • “user_id”
  • “caller_user_id”
  • “callee_location”

Is it possible to add a way to obtain these fields that are currently in “/phone/call_logs” and that are currently not in “/phone/call_history”?.

If it is not possible to add this information to “/phone/call_history” could you tell me how I can obtain this information for each of the calls made?.

Within my flow this data is important because from now on for each call made I recover the complete information of the user with the endpoint “phone/users/{user_id}”

I appreciate in advance any help you can give me

Error?
Missing fields:

  • “user_id”
  • “caller_user_id”
  • “callee_location”

How To Reproduce
Run the APIs “/phone/call_logs” and “/phone/call_history”, compare the results and you will see that there are fields that are not in the new API “/phone/call_history”, among which are the ones you indicate.
2. Authentication method or app type
Bearer with token
3. Any errors
None, it’s just missing information that is necessary in the new API and that is necessary for the data extraction flow that I have.