Skip to content

Instantly share code, notes, and snippets.

@wok
Created January 26, 2014 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wok/8631521 to your computer and use it in GitHub Desktop.
Save wok/8631521 to your computer and use it in GitHub Desktop.
{
"type": "email",
"customer": {
"email": "customer@example.com",
"firstName": "Jack",
"lastName": "Test 2"
},
"subject": "I need help #17",
"mailbox": {
"id": 16671
},
"status": "closed",
"createdAt": "2013-01-25T12:34:12Z",
"threads": [
{
"type": "customer",
"createdBy": {
"email": "customer@example.com",
"type": "customer"
},
"body": "I need your help with an issue I'm having.",
"createdAt": "2013-01-25T12:34:12Z",
"status": "closed"
},
{
"type": "message",
"createdBy": {
"id": 26097,
"type": "user"
},
"body": "Should be okay now",
"createdAt": "2013-01-25T12:40:12Z",
"status": "closed"
},
{
"type": "note",
"createdBy": {
"id": 26097,
"type": "user"
},
"body": "Original Ticket: HAR-12314-DXE",
"createdAt": "2013-01-25T12:40:12Z"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment