Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created September 23, 2011 14:16
Show Gist options
  • Save edstenson/1237453 to your computer and use it in GitHub Desktop.
Save edstenson/1237453 to your computer and use it in GitHub Desktop.
Recording/export JSON output (without export id)
{
"count": "5",
"exports": [
{
"id": "102",
"recording_id": "47ce46821c942ff42f8e",
"name": "Unnamed export 47ce46821c942ff42f8e 2011-08-31 13:00",
"start": 1313055762,
"end": 1313405342,
"status": "killed"
},
{
"id": "101",
"recording_id": "47ce46821c942ff42f8e",
"name": "Unnamed export 47ce46821c942ff42f8e 2011-08-31 13:01",
"start": 1313055762,
"end": 1313405329,
"status": "killed"
},
{
"id": "100",
"recording_id": "47ce46821c942ff42f8e",
"name": "Unnamed export 47ce46821c942ff42f8e 2011-08-31 13:02",
"start": 1313055762,
"end": 1313405278,
"status": "killed"
},
{
"id": "99",
"recording_id": "47ce46821c942ff42f8e",
"name": "Unnamed export 47ce46821c942ff42f8e 2011-08-31 13:03",
"start": 1313055762,
"end": 1313405152,
"status": "killed"
},
{
"id": "82",
"recording_id": "47ce46821c942ff42f8e",
"name": "Testing with updated nimbus",
"start": 1313052000,
"end": 1312974000,
"status": "killed"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment