Skip to content

Instantly share code, notes, and snippets.

@camdez
Created December 1, 2012 00:50
Show Gist options
  • Select an option

  • Save camdez/4179827 to your computer and use it in GitHub Desktop.

Select an option

Save camdez/4179827 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List Account Timesheets
[
{
"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