Skip to main content
POST
Fetch List of Labsheet Rows(with Filter)

Authorizations

Authorization
string
header
required

Personal access token from Scispot Account → Personal Tokens

Query Parameters

labsheet
string
required

The name of the selected labsheet

pageSize
string

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

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)

archiveState
string

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

Body

application/json
query
object

Response

OK

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