{
"data": [
{
"attributes": {
"break": 50,
"comment": "I was productive as hell",
"date": "2017-01-17T00:00:00.000Z",
"employee": 325659,
"end_time": 1080,
"is_holiday": false,
"is_on_time_off": false,
"start_time": 540,
"updated_at": "2017-01-17T16:41:08.000Z"
},
"id": 1234,
"type": "AttendancePeriod"
},
{
"attributes": {
"break": 60,
"comment": {
"$ref": "#/components/schemas/UpdateAttendancePeriodRequest/example/comment"
},
"date": "2017-01-18T00:00:00.000Z",
"employee": 325660,
"end_time": 1110,
"is_holiday": false,
"is_on_time_off": true,
"start_time": 570,
"updated_at": "2017-01-18T15:41:08.000Z"
},
"id": 1235,
"type": "AttendancePeriod"
}
],
"limit": 200,
"offset": 0,
"success": true
}