Created
September 11, 2017 00:57
-
-
Save iamajvillalobos/db4f5483c5b89d1445b29a7468133a58 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"meta": { | |
"limit": 20, | |
"next": null, | |
"offset": 0, | |
"previous": null, | |
"time_zone": "US/Pacific", | |
"total_count": 3 | |
}, | |
"objects": [ | |
{ | |
"break_length": null, | |
"break_type": null, | |
"clock_in": "2017-09-10T17:30:17", | |
"clock_out": "2017-09-10T17:31:26", | |
"created_by": "/enterprise/User/51/", | |
"created_date": "2017-09-10T17:30:18.651735", | |
"department_name": "Service Crew", | |
"employee": "/resources/Employee/28/", | |
"establishment": "/enterprise/Establishment/2/", | |
"id": 3947, | |
"is_auto_clock_out": false, | |
"parent": "/resources/TimeSheetEntry/3947/", | |
"resource_uri": "/resources/TimeSheetEntry/3947/", | |
"returned_date": null, | |
"role_name": "Employee", | |
"role_wage": 95, | |
"stage": 0, | |
"updated_by": "/enterprise/User/52/", | |
"updated_date": "2017-09-10T17:31:26.700645" | |
}, | |
{ | |
"break_length": null, | |
"break_type": null, | |
"clock_in": "2017-09-10T17:35:03", | |
"clock_out": "2017-09-10T17:37:05", | |
"created_by": "/enterprise/User/964/", | |
"created_date": "2017-09-10T17:35:03.596558", | |
"department_name": "Service Crew", | |
"employee": "/resources/Employee/41/", | |
"establishment": "/enterprise/Establishment/2/", | |
"id": 3948, | |
"is_auto_clock_out": false, | |
"parent": "/resources/TimeSheetEntry/3948/", | |
"resource_uri": "/resources/TimeSheetEntry/3948/", | |
"returned_date": null, | |
"role_name": "Manager", | |
"role_wage": 51, | |
"stage": 0, | |
"updated_by": "/enterprise/User/31/", | |
"updated_date": "2017-09-10T17:37:06.086670" | |
}, | |
{ | |
"break_length": null, | |
"break_type": null, | |
"clock_in": "2017-09-10T17:48:17", | |
"clock_out": null, | |
"created_by": "/enterprise/User/6867/", | |
"created_date": "2017-09-10T17:48:18.424110", | |
"department_name": "Service Crew", | |
"employee": "/resources/Employee/106/", | |
"establishment": "/enterprise/Establishment/2/", | |
"id": 3949, | |
"is_auto_clock_out": null, | |
"parent": "/resources/TimeSheetEntry/3949/", | |
"resource_uri": "/resources/TimeSheetEntry/3949/", | |
"returned_date": null, | |
"role_name": "Employee", | |
"role_wage": 53, | |
"stage": 0, | |
"updated_by": "/enterprise/User/31/", | |
"updated_date": "2017-09-10T17:48:18.424171" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment