Get list of uploaded ScaleChem model files
method returns a paginated list of all ScaleChem model files.
Get list of packages in a private channel
GET
https://api.olisystems.com/channel/scalechem
Name
Type
Description
Authorization
String
Bearer {access_tokentabl
Parameters
Name
Type
Description
Default Value
Max Value
page (optional)
Integer
Start page
0
100000
count (optional)
Integer
Results per page
20
100
Download package by file id
GET
https://api.olisystems.com/channel/download/file/{fileId}
Headers
Name
Type
Description
Authorization
String
Bearer {access_token}
Delete uploaded package by file id
DELETE
https://api.olisystems.com/channel/file/{fileId}
Headers
Name
Type
Description
Authorization
String
Bearer {access_token}
Last updated