Skip to content

Instantly share code, notes, and snippets.

@camdez
Created December 1, 2012 00:54
Show Gist options
  • Save camdez/4179838 to your computer and use it in GitHub Desktop.
Save camdez/4179838 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List Org Timesheets
[
{
"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