Created
December 1, 2012 00:54
-
-
Save camdez/4179838 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List Org 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": "2007-06-20", | |
"alternate_org_name": null, | |
"account": { | |
"id": 1911, | |
"last_name": "Adams", | |
"first_name": "Ashley" | |
}, | |
"id": 2116, | |
"event": null, | |
"description": "Community Service", | |
"hours": 2, | |
"end_date": null, | |
"status": "Approved" | |
}, | |
{ | |
"start_date": "2009-07-16", | |
"alternate_org_name": null, | |
"account": { | |
"id": 5213, | |
"last_name": "Cristelli", | |
"first_name": "Amanda" | |
}, | |
"id": 32622, | |
"event": { | |
"name": "Fundraiser", | |
"id": 46532 | |
}, | |
"description": "Fundraiser", | |
"hours": 8, | |
"end_date": null, | |
"status": "Approved" | |
}, | |
{ | |
"start_date": "2009-07-16", | |
"alternate_org_name": null, | |
"account": { | |
"id": 1963, | |
"last_name": "Alexander", | |
"first_name": "Alice" | |
}, | |
"id": 32623, | |
"event": { | |
"name": "Fundraiser", | |
"id": 46532 | |
}, | |
"description": "Fundraiser", | |
"hours": 8, | |
"end_date": null, | |
"status": "Approved" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment