Skip to content

Instantly share code, notes, and snippets.

@camdez
Created December 3, 2012 21:40
Show Gist options
  • Save camdez/4198348 to your computer and use it in GitHub Desktop.
Save camdez/4198348 to your computer and use it in GitHub Desktop.
OrgSync API: Timesheets: List Event Timesheets
[
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1963,
"last_name": "Alexander",
"first_name": "Alice"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56967,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1979,
"last_name": "Carroll",
"first_name": "Jordan"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56968,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1943,
"last_name": "Dickerson",
"first_name": "Ryan"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56969,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1945,
"last_name": "Jones",
"first_name": "Riley"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56970,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 15594,
"last_name": "Williams",
"first_name": "Taylor"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56971,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1942,
"last_name": "Spangler",
"first_name": "Kyle"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56972,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1918,
"last_name": "Tallon",
"first_name": "Amelia"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56973,
"description": "Orientation Leader Meeting",
"hours": 8,
"end_date": null,
"status": "Approved"
},
{
"start_date": "2009-11-12",
"alternate_org_name": null,
"account": {
"id": 1946,
"last_name": "Whitley",
"first_name": "Drew"
},
"org": {
"name": "Orientation",
"id": 17661
},
"id": 56974,
"description": "Orientation Leader Meeting",
"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