Created
December 1, 2012 00:50
-
-
Save camdez/4179827 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List Account Timesheets
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
| [ | |
| { | |
| "start_date": "2008-09-04", | |
| "alternate_org_name": null, | |
| "org": { | |
| "name": "SGA", | |
| "id": 225 | |
| }, | |
| "id": 4995, | |
| "event": { | |
| "name": "American Red Cross Blood Drive", | |
| "id": 4867 | |
| }, | |
| "description": "American Red Cross Blood Drive", | |
| "hours": 1, | |
| "end_date": null, | |
| "status": "Approved" | |
| }, | |
| { | |
| "start_date": "2008-09-04", | |
| "alternate_org_name": null, | |
| "org": { | |
| "name": "SGA", | |
| "id": 225 | |
| }, | |
| "id": 5329, | |
| "event": { | |
| "name": "Career Fair", | |
| "id": 541 | |
| }, | |
| "description": "Career Fair", | |
| "hours": 2.5, | |
| "end_date": null, | |
| "status": "Approved" | |
| }, | |
| { | |
| "start_date": "2008-09-04", | |
| "alternate_org_name": null, | |
| "org": { | |
| "name": "SGA", | |
| "id": 225 | |
| }, | |
| "id": 5346, | |
| "event": { | |
| "name": "McLoud's Birthday", | |
| "id": 525 | |
| }, | |
| "description": "McLoud's Birthday", | |
| "hours": 5, | |
| "end_date": null, | |
| "status": "Approved" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment