Hi,
One little question regarding attachments
With the API you can easily upload and attach a file but
now I am looking in the other direction that is to say get attachment
when a conversation entry is more than 64K the API return a message saying
"The size of the description being greater than 64K, the content has been moved to attachment CONVERSATION_DESCRIPTION.html"
First of all it is strange that the API return the status code 200 (SUCCESS)
if the description or other values are not returned.
So a developer on the other end knows if there is another code let’s say for example 201 is returned that the data he is using is just partial data and can fetch the reset of the information if he needs it.
that brings me to the real question 
how can the CONVERSATION_DESCRIPTION.html attachment be fetched ?