Last active
December 14, 2015 01:18
-
-
Save PanosJee/5004739 to your computer and use it in GitHub Desktop.
sample-bugsense-read-api-response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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