Retrieve Multiple Entities with a Single API Interaction
Prerequisites
Code Examples
Groovy Example
Step 1. Retrieve the Process Information
processURI = "http://${hostname}/api/v2/processes/${processLIMSID}"
processNode = GLSRestApiUtils.httpGET(processURI, username, password)Step 2. Retrieve the Artifact URIs
Step 3. Retrieve Unique Input Analytes and Their Containers
Expected Output and Results
Python Example
Step 1. Retrieve the Step Information
Step 2. Retrieve the Artifact URIs
Step 3. Retrieve Unique Input Analytes
Attachments
Last updated
Was this helpful?
