When navigating to the API Explorer to retrieve active Message Conversations for a user (especially looking for ones with a type of sms that I see being returned when executing the request in the explorer) I see in the response a participants
array which contains a toAddress
and fromAddress
entities.participants.toAddress.addressNormalized
entities.participants.fromAddress.addressNormalized
But, the schema does not appear to have those two properties listed even though they are returned from the API. Also, the type is of EmailConversation
for the entities
property even though the API returns SMS conversation messages as well.
Is there a reason to why the Schema and actual API response do not match in the Explorer as well as in the latest .NET SDK?