The thread response was missing the 'type' property. We saw that you manage thread types with a number of extended thread classes, but noticed that on request the client just defaults to using the Thread class. So instead of working through how to conditionally assign the specific extended class depending on the type in the response we went with just adding the type property to the base Thread class.
The thread response was missing the 'type' property. We saw that you manage thread types with a number of extended thread classes, but noticed that on request the client just defaults to using the
Thread
class. So instead of working through how to conditionally assign the specific extended class depending on the type in the response we went with just adding the type property to the base Thread class.