Description: Administrators would like to have a way to extract the attachments in order through the API for archiving purposes. But when exporting an experiment as PDF with attachments from the API, the files are shown in alphabetical order in the PDF's attachment sections.
Solution: Administrators can use the API endpoint GET/entities/{eid}/layout/pages to retrieve the experiment layout that shows the order of all the children of the experiment by page.
Steps:
1. Log into Signals Notebook as an administrator
2. Navigate to the Signals Notebook APIs Document Swagger UI page
3. Expand the ‘Entities’ section
4. Expand the ‘GET/entities/{eid}/layout/pages’ endpoint and click ‘Try it Out’
5. Use the eid of the experiment in the eid box
6. Click ‘Execute’
Comments
0 comments
Article is closed for comments.