get https://api.ximble.com/report/misc/tradesbyemployee/export/
Endpoint allows to export report for requests statistic by employee in specific format like "excel" or "csv".
Required permission: "ReportsViewReports"
Responses
Endpoint allows to export report for requests statistic by employee in specific format like "excel" or "csv".
Required permission: "ReportsViewReports"
xxxxxxxxxx
12$.ajax({
type: 'GET',
dataType: 'text',
url: 'https://api.ximble.com/report/misc/tradesbyemployee/export/excel?filter=startDate:2016-12-01',
async: false,
headers: {
Authorization: "Bearer " + ACCESS_TOKEN
},
success: function(data) {
}
});