Skip to main content
GET
Get Row Data By ID Column

Authorizations

Authorization
string
header
required

Personal access token from Scispot Account → Personal Tokens

Query Parameters

labsheet
string
required

The name of the selected labsheet

Example:

"Sample Manager"

id
string
required

Value in the ID or ID_BARCODE column of the row to be fetched

Example:

"SMPL000001"

idType
string

(Optional) The type of the ID column to be fetched. Possible values: "ID" or "ID_BARCODE" (defaults to "ID" if not provided)

Example:

"ID_BARCODE"

Response

OK

headers
string[]
rows
object[][]
message
string
success
boolean