Timeslot: GET
Allows users to retrieve information about a time slots.
Request
To retrieve the time slot information, make a GET request to:
/api/lot/:lotID/spot/:spotID/timeslot/:id
Response
Upon successfully making a GET, you will receive a 200 status code along with an object that should look like:
body: {
_id: '599609f0ffb4540b16b24372',
startTime: '2017-08-17T21:26:00.802Z',
endTime: '2017-08-17T21:26:00.802Z',
spotID: '599609f0ffb4540b16b24371'
}