Skip to main content
GET
Fetch List of Labsheet Rows

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"

pageSize
string

Number of rows to be fetched (defaults to 5 if not specified)

Example:

10

page
string

The page number of rows to be fetched indexed from 1, where a page is a set of rows of size pageSize. (setting pageSize as "10" and page as "2"will fetch rows 11-20) (defaults to 1 if not specified)

Example:

1

archiveState
string

(Optional) Whether to filter out archived or unarchived rows. Possible values: "archived", "unarchived", "any" (defaults to "any" if not provided)

Example:

"any"

Response

OK

headers
string[]
rows
object[][]
total
number
path
string
success
string
message
string