Skip to main content
GET
List Folders

Authorizations

Authorization
string
header
required

Personal access token from Scispot Account → Personal Tokens

Query Parameters

location
string

The location path from where the folders will be fetched. You can seperate the labspace,folders and subfolders by colon(:). It always starts from labspace name. For Example: Labspace_Name:Folder_Name:Subfolder_Name

page
string

The index of desired pages. For example setting page as 2 and pageSize as 10 fetches items 11-20. Defaults to 1

pageSize
string

The number of items to be fetched. Defaults to 5, maximum value 1000

archived
string

"true" or "false. If "true" will filter results for only archived folders, if "false", will fitler results for non archived folders. Default "false'. (Optional)

labspace
string

The labspace name. Either labspace or location can be provided.

Response

OK

items
object[]
total
number
success
boolean