Why does call_log_id include '%Y%m%d' string in prefix?

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

  • phone/call_history
  • phone/call_history/{callLogId}

Description
The official API documentation lists the following value as an example

“id”: “48c1dfd4-91ce-4df5-8495-7c9e33d10869”

However, an actual GET from the API will return a string with the number “%Y%m%d” appended to the beginning.

For example,

“id”: “20240201-48c1dfd4-91ce-4df5-8495-7c9e33d10869”

Error?
None

How To Reproduce
Steps to reproduce the behavior:
1. Request URL / Headers (without credentials or sensitive info like emails, uuid, etc.) / Body

  • phone/call_history
  • phone/call_history/{callLogId}

2. Authentication method or app type

  • server-to-server

3. Any errors

  • None. returns different format string.