You can bulk export a Material library using the Signals Notebook API documentation. Please follow these steps to do so:
- Log in to your tenant and go to System Configuration
- Go to System Settings (Three gears looking icon)
- Go to “API key”
- Click on “Generate API Key”
- In that same screen, click on “Open API document”
- Click on Materials and search for the option “Post /materials/{libraryName/bulkExport”.
- Click on “Try it out”. You will see three empty fields:
- libraryName: please enter the name of the library. For example: Antibodies, Cell Lines, Compounds, Equipment and etc.
- limit: please enter a number. It is limited to 25000 assets.
- startAfter: Here you will put the asset ID where you want the export to start. Please consider that choosing an asset not to be included in the export is not possible.
- Click on “Execute”. If correct, you should get a 200 code.
- On “Response body”, an alphanumeric "fileId" will be generated. Please copy that value.
- Keep scrolling down the section and Search for the option “Get/materials/bulkExport/download/{fileId)
- Click on “Try it out”. On the “FileId”, copy the previous generated FileId
- Click on “Execute”
- Click on “Download file”
Comments
0 comments
Article is closed for comments.