Files|1.0.0.0
API | Description |
---|---|
GET api/Files|1.0.0.0/{id} |
Gets the SAS URI of a file from the user's personal store. If you pass "Count" as the file ID, it will return the number of files the user currently owns. |
POST api/Files|1.0.0.0 |
Compresses the provided list of files and stores them in the user's personal store. |
GET api/Files|1.0.0.0 |
Gets metadata for all files in the user's personal store. |
DELETE api/Files|1.0.0.0/{id} |
Deletes the specified file from the user's personal store. |
Files
API | Description |
---|---|
GET api/Files/{id} |
Gets the SAS URI of a file from the user's personal store. If you pass "Count" as the file ID, it will return the number of files the user currently owns. |
POST api/Files |
Compresses the provided list of files and stores them in the user's personal store. |
GET api/Files |
Gets metadata for all files in the user's personal store. |
DELETE api/Files/{id} |
Deletes the specified file from the user's personal store. |
Support|1.0.0.0
API | Description |
---|---|
GET api/Support|1.0.0.0/{id} |
Gets metadata for all files in the user's personal store. |
GET api/Support|1.0.0.0/{id}?oid={oid} |
Gets the SAS URI of a file from the user's personal store. If you pass "Count" as the file ID, it will return the number of files the user currently owns. |
Support
API | Description |
---|---|
GET api/Support/{id} |
Gets metadata for all files in the user's personal store. |
GET api/Support/{id}?oid={oid} |
Gets the SAS URI of a file from the user's personal store. If you pass "Count" as the file ID, it will return the number of files the user currently owns. |
Upload|1.0.0.0
API | Description |
---|---|
POST api/Upload|1.0.0.0 |
Create placeholder records for uploading a file. |
PUT api/Upload|1.0.0.0 |
Updates the status for the file to support Async notifications |
Upload
API | Description |
---|---|
POST api/Upload |
Create placeholder records for uploading a file. |
PUT api/Upload |
Updates the status for the file to support Async notifications |