Created
January 26, 2014 11:48
-
-
Save wok/8631521 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "email", | |
"customer": { | |
"email": "[email protected]", | |
"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": "[email protected]", | |
"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