FileManagementService
Operations
Downloads a letter file.
The name of the file to be uploaded or downloaded
Successful operation.
The data to be uploaded or downloaded.
POST /nexum/627/persistent/filemanagement/downloadLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 172
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.LETTER.TEST",
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Data": "nexum wave 3 letter test",
"Version_1": null,
"_value_1": null,
"MessageId": "downloadLetterFile"
}Uploads a letter file.
The name of the file to be uploaded or downloaded
The data to be uploaded or downloaded.
Whether to include newline characters in the file
Successful operation.
POST /nexum/627/persistent/filemanagement/uploadLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 236
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.LETTER.TEST",
"Data": "bmV4dW0gd2F2ZSAzIGxldHRlciB0ZXN0Cg==",
"noNewline": false,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Version_1": null,
"_value_1": null,
"MessageId": "uploadLetterFile"
}Deletes a letter file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/persistent/filemanagement/deleteLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 172
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.LETTER.TEST",
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Version_1": null,
"_value_1": null,
"MessageId": "deleteLetterFile"
}Uploads a data file.
The name of the file to be uploaded or downloaded
The data to be uploaded or downloaded.
Whether to include newline characters in the file
Successful operation.
POST /nexum/627/persistent/filemanagement/uploadDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.DATA.TEST",
"Data": "bmV4dW0gd2F2ZSAzIGRhdGEgdGVzdAo=",
"noNewline": false,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Version_1": null,
"_value_1": null,
"MessageId": "uploadDataFile"
}Downloads a data file.
The name of the file to be uploaded or downloaded
Successful operation.
The data to be uploaded or downloaded.
POST /nexum/627/persistent/filemanagement/downloadDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.DATA.TEST",
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Data": "nexum wave 3 data test",
"Version_1": null,
"_value_1": null,
"MessageId": "downloadDataFile"
}Deletes a data file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/persistent/filemanagement/deleteDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "NEXUM.WAVE3.DATA.TEST",
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 0,
"Message": null,
"Version_1": null,
"_value_1": null
},
"Version_1": null,
"_value_1": null,
"MessageId": "deleteDataFile"
}Last updated
Was this helpful?