Get Csv Import Settings
This request returns the Csv Import Settings.
The csv import settings can be checked and a list of sync logs can be obtained.
Resource
GET /sync/csv
Parameters
None
Payload
None
Response
Context
Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/sync/csv
Response
{
"object": {
"maxLogs": false,
"externalDevice": {
"type": "localDirectory",
"location": "/usr/xelion",
"usbId": "",
"smbUserName": "",
"smbPassword": "",
"smbVersion": "",
"ssl": true,
"subDirectory": "",
"oid": "1816048",
"objectType": "XCCExternalDevice"
},
"maxBackups": 8,
"schedules": [
{
"day": "monday",
"startTime": "00:00",
"oid": "1743601",
"objectType": "XCCBackupStart"
}
],
"backupLogs": [
{
"timeStamp": "2018-04-12 18:10:22",
"timeStampEnd": "",
"backupFile": "",
"status": "SUCCESS",
"oid": "1743614",
"objectType": "XCCBackupLog"
},
{
"timeStamp": "2018-04-12 18:12:25",
"timeStampEnd": "",
"backupFile": "",
"status": "SUCCESS",
"oid": "1743637",
"objectType": "XCCBackupLog"
}
],
"permissions": "ReadWriteRemove",
"commonName": "<Unknown> <CSVImporterSchedule>",
"oid": "1743595",
"objectType": "CSVImporterSchedule"
},
"links": [
{
"rel": "self",
"href": "http://sip.xelion.nl/api/v1/master/sync/csv",
"method": "GET"
}
]
}