Skip to content

Instantly share code, notes, and snippets.

@jessevondoom
Created January 7, 2015 22:34
Show Gist options
  • Save jessevondoom/280ded1684f165e94c85 to your computer and use it in GitHub Desktop.
Save jessevondoom/280ded1684f165e94c85 to your computer and use it in GitHub Desktop.
{
"status_code":200, // http-style status code
"status_uid":"calendar_getevent_200", // uid of the response (request + status)
"status_message":"OK", // http-style status message
"contextual_message":"Event found", // more specific error message
"request_type":"calendar", // echo of the request type
"action":"getevent", // echo of the request action
"payload": {
"id":"43",
"user_id":"1",
"venue_id":"15",
"published":true,
"cancelled":false,
"purchase_url":"",
"comments":"CD release!",
"creation_date":135215231,
"modification_date":135218254
}, // contents of the response, or false if error
"api_version":2, // version number
"timestamp":1335416260 // request timestamp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment