Skip to content

Instantly share code, notes, and snippets.

@JohanVandeplas
Created August 17, 2012 09:13
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 JohanVandeplas/3377256 to your computer and use it in GitHub Desktop.
Save JohanVandeplas/3377256 to your computer and use it in GitHub Desktop.
json dump
{
"message": "",
"total": 1,
"success": true,
"rows": [
{
"lab_visit_id": "22",
"upddate": "02 Feb 2012 14:25:33",
"lab_id": "22",
"visit_date": "16 Nov 2009",
"reason_id": "1",
"reason": "Inital Visit",
"comments": "a comment on the visit",
"followup": "true",
"reasonfollowup": "Some really good reason",
"attendee_lab": {
"message": "",
"total": 1,
"success": true,
"rows": [
{
"lab_visit_contact_id": "22",
"upddate": "02 Feb 2012 14:25:34",
"lab_visit_id": "22",
"attendee_id": "268",
"first_name": "Dora",
"last_name": "Kodfsdfki",
"email": "doraKodfski@gmail.com"
}
]
},
"attendee_emp": {
"message": "",
"total": 1,
"success": true,
"rows": [
{
"lab_visit_employee_id": "5",
"upddate": "02 Feb 2012 14:25:34",
"lab_visit_id": "22",
"attendee_id": "2252",
"first_name": "Nancy",
"last_name": "Pantsie",
"email": "nancy.pantsie@blabla.com"
},
{
"lab_visit_employee_id": "6",
"upddate": "02 Feb 2012 14:25:34",
"lab_visit_id": "22",
"attendee_id": "50",
"first_name": "Jan",
"last_name": "Janssens",
"email": "jan.janssens@blabla.com"
},
{
"lab_visit_employee_id": "7",
"upddate": "02 Feb 2012 14:25:34",
"lab_visit_id": "22",
"attendee_id": "876",
"first_name": "Jim",
"last_name": "Bim",
"email": "Jim.BimBam@blabla.com"
}
]
},
"document": {
"message": "",
"total": 1,
"success": true,
"rows": [
{
"document_id": "600783",
"document_name": "BA Lab 2009.doc",
"document_mimetype": "application/msword"
},
{
"document_id": "600784",
"document_name": "ENGENE Lab.pdf",
"document_mimetype": "application/pdf"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment