Skip to content

Instantly share code, notes, and snippets.

@fogofogo
Last active April 23, 2018 15:45
Show Gist options
  • Save fogofogo/1873c58ed6efdb89375de9ed73b3d8a9 to your computer and use it in GitHub Desktop.
Save fogofogo/1873c58ed6efdb89375de9ed73b3d8a9 to your computer and use it in GitHub Desktop.
timeTableService.getInitialTimes() response
[
{
"id": 1,
"name": "Boaty McBoatFace",
"status": "Active",
"times": [
{
"id": 1,
"active": true,
"time": "10.00am"
},
{
"id": 2,
"active": true,
"time": "10.30am"
},
{
"id": 3,
"active": true,
"time": "11.00am"
}
]
},
{
"id": 2,
"name": "The love boat",
"status": "Active",
"times": [
{
"id": 1,
"active": true,
"time": "10.10am"
},
{
"id": 2,
"active": true,
"time": "10.30am"
},
{
"id": 3,
"active": true,
"time": "11.05am"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment