Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The get file GET request requires the storage unit name, the record key, the file scope and the file name to download (See putFile for upload info).

Code Block
languagejs
themeRDark
GET access/getFile/<storage-unit>/<record-key>/<scope>/<file-name>

...

The get file metadata GET request requires the storage unit name, the record key, the file scope and the file name (See putFile for upload info).

Code Block
languagejs
themeRDark
GET access/getFileMetadata/<storage-unit>/<record-key>/<scope>/<file-name>

...