File Storage REST Endpoints

File Storage
Manage files.
Create a File
Method: post
Path: /vision/api/fileStorage
Delete a File by ID
Method: delete
Path: /vision/api/fileStorage/{id}
Delete a File by Name
Method: delete
Path: /vision/api/fileStorage/forFileName/{fileName}
Get a File by ID
Method: get
Path: /vision/api/fileStorage/{id}
Get a File by Name
Method: get
Path: /vision/api/fileStorage/forFileName/{fileName}
Get a Raw File by ID
Method: get
Path: /vision/api/fileStorage/rawFile/{id}
Get a Raw File by Name
Method: get
Path: /vision/api/fileStorage/rawFile/forFileName/{fileName}
Get Files
Method: get
Path: /vision/api/fileStorage
Get Files by Vision Type
Method: get
Path: /vision/api/fileStorage/forVisionType/{visionType}