Get max concurrent call numbers
Get the maximum number of concurrent conversations in several 5-minute intervals based on given parameters
Authorizations
Query Parameters
The start of the time for the range of the intervals, in ISO8601 format This is rounded down to the nearest 5-min date-time. start_time
and end_time
shouldn't be more than 1 week apart
The end of the time for the range of the intervals, in ISO8601 format This is rounded up to the nearest 5-min date-time. start_time
and end_time
shouldn't be more than 1 week apart
If it is set, we would return all conversations under this client_env. Client Environment can be sandbox, pre-release or live
sandbox
, pre-release
, live
If it is set, we would return all conversations under this variant_name. Note that you may only specify either one of the variant_id or variant_name. Also, make sure to encode any spaces in the name with "%20"
If it is set, we would return all conversations under this variant_id. Note that you may only specify either one of the variant_id or variant_name
If it is set, we would return all conversations under this language.
If it is set, we would return all conversations under phone_number.
If it is set, we slice the result intervals based on the slice_by parameter. You can slice by variant
, language
or phone_number
. At the moment querying with slice_by=language
or slice_by=phone_number
will result in 501 Not Implemented