get https://sandbox.elabjournal.com/api/v1/barcode/
Searches for the provided barcode and returns its type (SAMPLE/STORAGELAYER/SAMPLESERIES) and the id of its associated object. You can use the GET API call for the specific type to retrieve the full object.
Note: if the barcode parameter has a dot (e.g. "my.barcode") then you MUST add a / to the end of this call (e.g. ".../barcode/my.barcode/").
In case of an unrecognized barcode the type property will be set to UNKNOWN.