Find the Contents of a Well Location in a Container
Prerequisites
Code example
Step 1. Retrieve the Container Information
// Determine the specified container's URI and retrieve it
containerURI = "http://${hostname}/api/v2/containers/${containerLIMSID}"
container = GLSRestApiUtils.httpGET(containerURI, username, password)Step 2. Find the Artifact URI
Expected Output and Results
Attachments
Last updated
Was this helpful?