API structure has changed
  39 structure changes including:
    
    1 Addition
    38 Modifications
        Modified
        38
          Breaking
      
      GET /v1/Workspaces
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  workspaces property Modified
    
- 
  prioritize_queue_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  prioritize_queue_order property Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  workspaces property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  channels property Modified
    
- 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  channels property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservations property Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  reservations property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workflows
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  workflows property Modified
    
- 
  task_reservation_timeout property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  task_reservation_timeout property Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  workflows property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  task_reservation_timeout property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  task_reservation_timeout property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workflows/{WorkflowSid}/CumulativeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_entered, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_entered, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workflows/{WorkflowSid}/RealTimeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  longest_task_waiting_age, total_tasks properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  longest_task_waiting_age, total_tasks properties Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces
              - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- 
  prioritize_queue_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  prioritize_queue_order property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  prioritize_queue_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  prioritize_queue_order property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/TaskQueues
              - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- 
  max_reserved_workers property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  task_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  max_reserved_workers property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  max_reserved_workers property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  task_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  max_reserved_workers property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Tasks
              - Body
 - 
  application/x-www-form-urlencoded content type Modified
    
- VirtualStartTime, RoutingTarget, IgnoreCapacity, TaskQueueSid properties Added
 
 - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- 
  age, priority, timeout properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  assignment_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 - virtual_start_time, ignore_capacity, routing_target properties Added
 
 - 
  age, priority, timeout properties Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}
              - Body
 - 
  application/x-www-form-urlencoded content type Modified
    
- VirtualStartTime property Added
 
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  age, priority, timeout properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  assignment_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 - virtual_start_time, ignore_capacity, routing_target properties Added
 
 - 
  age, priority, timeout properties Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}
              - Body
 - 
  application/x-www-form-urlencoded content type Modified
    
- JitterBufferSize property Added
 
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Channels/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  assigned_tasks, available_capacity_percentage, configured_capacity properties Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Workers/{WorkerSid}/Reservations/{Sid}
              - Body
 - 
  application/x-www-form-urlencoded content type Modified
    
- JitterBufferSize property Added
 
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Workflows
              - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- 
  task_reservation_timeout property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  task_reservation_timeout property Modified
    
 
 - 
  application/json content type Modified
    
 
POST /v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  task_reservation_timeout property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  task_reservation_timeout property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  prioritize_queue_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  prioritize_queue_order property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Activities
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  meta property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/CumulativeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_created, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_created, tasks_deleted, tasks_moved, tasks_timed_out_in_workflow properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Events
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  meta property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/RealTimeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  longest_task_waiting_age, total_tasks, total_workers properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  longest_task_waiting_age, total_tasks, total_workers properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/TaskChannels
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  meta property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  task_queues property Modified
    
- 
  max_reserved_workers property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  task_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  max_reserved_workers property Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  task_queues property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Ordering, Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/Statistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  meta property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  max_reserved_workers property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  task_order property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  max_reserved_workers property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/CumulativeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_deleted, tasks_entered, tasks_moved properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  avg_task_acceptance_time, reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded, tasks_canceled, tasks_completed, tasks_deleted, tasks_entered, tasks_moved properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/TaskQueues/{TaskQueueSid}/RealTimeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  longest_task_waiting_age, longest_relative_task_age_in_queue, total_available_workers, total_eligible_workers, total_tasks properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  longest_task_waiting_age, longest_relative_task_age_in_queue, total_available_workers, total_eligible_workers, total_tasks properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Tasks
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  tasks property Modified
    
- 
  age, priority, timeout properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  assignment_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 - virtual_start_time, ignore_capacity, routing_target properties Added
 
 - 
  age, priority, timeout properties Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  tasks property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - RoutingTarget, Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  age, priority, timeout properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 - 
  assignment_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 - virtual_start_time, ignore_capacity, routing_target properties Added
 
 - 
  age, priority, timeout properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservations property Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 - 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  reservations property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - WorkerSid, Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Tasks/{TaskSid}/Reservations/{Sid}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservation_status property Modified
    
- 
          Type went from 
string | nulltostringBreaking 
 - 
          Type went from 
 
 - 
  reservation_status property Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workers
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  meta property Modified
    
- 
  next_page_url, previous_page_url properties Modified
    
- 
          Type went from 
string(uri)tostring(uri) | null 
 - 
          Type went from 
 
 - 
  next_page_url, previous_page_url properties Modified
    
 
 - 
  meta property Modified
    
 
 - 
  application/json content type Modified
    
 - Query
 - Ordering, Page, PageToken query parameters Added
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/CumulativeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded properties Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  reservations_created, reservations_accepted, reservations_rejected, reservations_timed_out, reservations_canceled, reservations_rescinded properties Modified
    
 
 - 
  application/json content type Modified
    
 
GET /v1/Workspaces/{WorkspaceSid}/Workers/RealTimeStatistics
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- 
  total_workers property Modified
    
- 
          Type went from 
integer | nulltointegerBreaking 
 - 
          Type went from 
 
 - 
  total_workers property Modified
    
 
 - 
  application/json content type Modified
    
 
        Added
        1
      
      POST /v1/Workspaces/{WorkspaceSid}/TaskQueues/RealTimeStatistics