Skip to content

Instantly share code, notes, and snippets.

@camdez
Created December 1, 2012 00:13
Show Gist options
  • Save camdez/4179693 to your computer and use it in GitHub Desktop.
Save camdez/4179693 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List All Timesheets
[
{
"start_date": "2008-11-04",
"alternate_org_name": "The Giving Tree",
"account": {
"id": 15594,
"last_name": "Williams",
"first_name": "Taylor"
},
"org": null,
"id": 11833,
"event": null,
"description": "Food Bank",
"hours": 2,
"end_date": "2008-11-04",
"status": "Pending"
},
{
"start_date": "2009-02-11",
"alternate_org_name": "Red Cross",
"account": {
"id": 15594,
"last_name": "Williams",
"first_name": "Taylor"
},
"org": null,
"id": 23211,
"event": null,
"description": "Help setup",
"hours": 4,
"end_date": "2009-02-11",
"status": "Approved"
},
{
"start_date": "2012-07-01",
"alternate_org_name": "Mac Lab",
"account": {
"id": 15594,
"last_name": "Williams",
"first_name": "Taylor"
},
"org": null,
"id": 1104302,
"event": null,
"description": "Highway Cleanup",
"hours": 5,
"end_date": "2012-07-01",
"status": "Approved"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment