How-to: Get Queued and Non-Queued Experiments in LIMS
Description
The LIMS App looks as below where:
Get queued experiments in LIMS
Using REST API:
Use the endpoint - /api/workflow_instances?state="queued"
Note: the endpoint can be altered with other filters such a created_at, submit_time, state=”running” or “loading” or “done” etc.
Get non-queued Experiments in LIMS
Using REST API:
Use the endpoint - /api/sample_sheets
Using ESP Client: