Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Last active December 14, 2015 01:18
Show Gist options
  • Save PanosJee/5004739 to your computer and use it in GitHub Desktop.
Save PanosJee/5004739 to your computer and use it in GitHub Desktop.
sample-bugsense-read-api-response
{
"order": "created",
"total": 1,
"filters": {
"status": "new",
"appver": null,
"tag": null,
"osver": null
},
"error": null,
"per_page": 20,
"pages": 1,
"page": 0,
"data": [
{
"resolved": null,
"updated": "2013-02-20T17:38:24.348280",
"os_versions": ["4.0.3"],
"reopened": 0,
"tags": [],
"is_open": 1,
"id": 112535524,
"resolved_at": null,
"created": "2013-02-20T17:38:24.346940",
"counter": 1,
"app_versions": ["1.4"],
"klass": "java.lang.IllegalStateException",
"msg": "java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState",
"where": "FragmentManager.java:1265"
}
],
"results": 1,
"more": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment