HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Date: Mon, 25 Aug 2014 23:57:54 GMT
Server: nginx

{
  "type": "conversation.list",
  "conversations": [
    {
      "type": "conversation",
      "id": "147",
      "created_at": 1400850973,
      "updated_at": 1400857494,
      "user": {
        "type": "user",
        "id": "536e564f316c83104c000020"
      },
      "assignee": {
        "type": "admin",
        "id": "25"
      },
      "conversation_message": {
        "type": "conversation_message",
        "subject": "",
        "body": "<p>Hi Alice,</p>\n\n<p>We noticed you using our Product, do you have any questions?</p> \n<p>- Jane</p>",
        "author": {
          "type": "admin",
          "id": "25"
        },
        "attachments": [
          {
            "name": "signature",
            "url": "http://someurl.com/signature.jpg"
          }
        ]
      }
    }
  ]
}