R/getCellContents.R
getCellContents.Rd
getCellContents
- Gets information about container cell contents.
getCellContents(coreApi, containerBarcode, containerCellNum, useVerbose = FALSE)
coreApi | coreApi object with valid jsessionid |
---|---|
containerBarcode | container barcode |
containerCellNum | container cell number as a string |
useVerbose | Use verbose communication for debugging |
RETURN returns a list $entity contains cell information, $response contains the entire http response
getCellContents
Gets information about container cell contents.
# NOT RUN { api<-CoreAPI("PATH TO JSON FILE") login<- CoreAPI::authBasic(api) cell<-getCellContents(login$coreApi,"VIA9","1") logOut(login$coreApi ) # }