Download
Catalog
GET Open
Request path:
https://probe.aiursoft.com/Download/File/{SiteName}/{**FolderNames}
Request example:
https://probe.aiursoft.com/download/file/{yoursitename}/{yourfoldernames}?token=yourtoken
Request path:
https://probe.aiursoft.com/Download/Open/{SiteName}/{**FolderNames}
Request example:
https://probe.aiursoft.com/download/open/{yoursitename}/{yourfoldernames}?token=yourtoken
Request path:
https://probe.aiursoft.com/Download/Video/{SiteName}/{**FolderNames}
Request example:
https://probe.aiursoft.com/download/video/{yoursitename}/{yourfoldernames}?token=yourtoken
Request arguments:
Name | Required | Type |
---|---|---|
FolderNames | Not required | Text |
SiteName | Not required | Text |
token | Not required | Text |
Possible Response:
{
"code": -1,
"message": "Some error.",
"protocolVersion": "7.0.2.0"
}
Possible Response:
{
"items": [
"Some item is invalid!"
],
"code": -10,
"message": "Your input contains several errors!",
"protocolVersion": "7.0.2.0"
}