{ "base": "\https://api.buddybuild.com/v1", "endpoint": "/apps/:app_id:/feedbacks/:feedback_id:/logs", "method": "get", "params": { "headers": [ { "name": "Authorization", "type": "Bearer :api-access-token:", "req": true, "cue": "Enter your API access token" } ], "path": [ { "name": ":app_id:", "type": "string", "desc": 'App identifier', "req": true, "cue": 'Enter an app id' }, { "name": ":feedback_id:", "type": "string", "desc": 'Feedback identifier', "req": true, "cue": 'Enter a feedback id' } ], "query": [], "body": [] }, "authentication": "required" }
Show feedback logs
Definition
Placeholder for the definition; auto-generated from JSON above.
Use this method to retrieve device logs associated with the specified feedback item.
Note
|
Looking for your API access token? Read more about authenticating with buddybuild or show your personal access token. |
Parameters
Required = *
Placeholder for the endpoint parameters; auto-generated from JSON above.
curl
curl -X GET \
-H 'Authorization: Bearer :api-access-token:' \
'https://api.buddybuild.com/v1/apps/:app_id:/feedbacks/:feedback_id:/logs'
jquery
var settings = {
"async": true,
"crossDomain": true,
"url": "https://api.buddybuild.com/v1/apps/:app_id:/feedbacks/:feedback_id:/logs",
"method": "GET",
"headers": {
"authorization": "Bearer :api-access-token:"
}
}
$.ajax(settings).done(function (response) {
console.log(response);
});
Response
2017-11-23 16:28:43.859 m2048[242:9732] [BuddyBuildSDK] Successfully initialized.
2017-11-23 16:28:46.526 m2048[242:9732] [BuddyBuildSDK] Showing screenshot tutorial
2017-11-23 16:28:50.842 m2048[242:9732] [BuddyBuildSDK] You took a screenshot!
2017-11-23 16:29:00.024 m2048[242:9732] [BuddyBuildSDK] Sending feedback