Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • IncomingVoiceCalls
  • OutgoingVoiceCalls
  • IncomingEmails
  • OutgoingEmails
  • IncomingChats



...


A Note on Dates and Times


When working with the REST API, you may need the date/time format.  Telax uses the following:

  • Date: yyyy-MM-dd.  The range for the MM (month) value is: 00...12.  Example: "2019-07-24" represents the 24th of July, 2019.  The value of MM cannot be higher than 12.
  • Time: HH:mm:ss.  24-hour format.  The range for HH (hour) value is 00...23.  Example: "20:55:30" is the 24-hour equivalent of 8:55:30 PM, where ":30" is the number of seconds that have passed in that minute.  The value of HH cannot be higher than 23.