{"info":{"_postman_id":"cc595206-bf0c-4bf7-ac10-7dd886bdc115","name":"Scispot's API Documentation","description":"<html><head></head><body><h3 id=\"welcome-feel-free-to-visit-scispotcom\"><a href=\"https://www.scispot.com\">Welcome! Feel Free To Visit Scispot.com</a></h3>\n<h4 id=\"overview\">Overview</h4>\n<p>This is a documentation listing API calls for the following Scispot applications:</p>\n<ol>\n<li><p>Labsheets (LIMS)</p>\n</li>\n<li><p>ELN</p>\n</li>\n<li><p>Manifests (plates, boxes, racks, etc.)</p>\n</li>\n<li><p>Sequences</p>\n</li>\n</ol>\n<h2 id=\"getting-started\"><a href=\"https://labsheets.scispot.io/#getting-started\">Getting Started</a></h2>\n<h3 id=\"create-a-new-api-key-in-account-settings\"><a href=\"https://labsheets.scispot.io/\">Create a new API Key in account settings</a></h3>\n<ul>\n<li><p>Go to <a href=\"https://labsheets.scispot.io\">Scispot</a></p>\n</li>\n<li><p>Click on the \"Account\" button in the navigation bar on the bottom left corner of your screen</p>\n</li>\n<li><p>Click \"Personal Tokens\" on the left side of the pop-up modal</p>\n</li>\n<li><p>Click \"Generate New Token\"</p>\n</li>\n<li><p>Name your token, select token access, and click \"Generate\"</p>\n</li>\n<li><p>Copy the API Key and save it somewhere safe - this token cannot be retrieved once it is generated</p>\n</li>\n<li><p>This token will be used as \"apiKey\" in all API requests</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27902260","collectionId":"cc595206-bf0c-4bf7-ac10-7dd886bdc115","publishedId":"2s93sjUohM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-19T13:54:26.000Z"},"item":[{"name":"Scispot API","item":[{"name":"LABSHEETS (LIMS) API","item":[{"name":"Create Labsheet","id":"0f165b2d-d1b2-421e-8d2f-9cdd63b204ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Type: string","description":"<p>Name of the labsheet to be created</p>\n","type":"text"},{"key":"columns","value":"Type: array[{column: \"\", name: \"\", type: \"\"},]","description":"<p>An array of column objects. Each column object must specify its name(string), position(integer index starting from 0), type (\"ID\",\"TEXT\",\"DATE\", \"NUMBER\", \"LIST\", \"PARENT\",\"CHILDREN\", \"QUANTITY\",  \"CREATED_BY\", \"DATE_CREATED\", or \"CONNECTION\"), formula, and/or magic columns. </p>\n","type":"text"},{"key":"folder","value":"Type: string","description":"<p>Name of destination folder where labsheet will be created.</p>\n","type":"text"},{"key":"waitRefresh","value":"Type: boolean","description":"<p>Optional (Default false). Waits for the data to be reindexed before returning a success. This will add up to 1 second of latency to the requests, so only use this flag if there is a need to query this item again.</p>\n","type":"text","uuid":"e2dd37be-de63-40c7-9a89-ae436c888ad6"}]},"url":"https://cloudlab.scispot.io/labsheets/create","description":"<p>NOTE:</p>\n<ul>\n<li><p>Labsheet names should be unique</p>\n</li>\n<li><p>Column names should be unique within the same labsheet</p>\n</li>\n<li><p>Every labsheet must have exactly one ID type column</p>\n</li>\n<li><p>Every labsheet must have a non-empty name</p>\n</li>\n<li><p>Every labsheet column must have a non-empty name</p>\n</li>\n<li><p>Labsheet and column names can have at most 30 characters</p>\n</li>\n<li><p>You can also add reference columns of type \"CONNECTION\", with connections to other data</p>\n</li>\n<li><p>Labsheets can be created within a labsheet folder by specifying the name of folder</p>\n</li>\n<li><p>List of supported magic column types: \"LABSPACES\", \"LAST_MODIFIED\", \"EXISTING_MANIFEST\", \"PROTOCOLS\", \"EXPERIMENTS\". Additonal Note: Names are ignored for these columns as they have already have a set name</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","create"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"6d6f1ccc-42a9-42cd-bfe0-c1f2eb83ee40","name":"Create Labsheet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Sample Data\",\r\n    \"folder\": \"Sample Folder\",\r\n    \"columns\":[\r\n        {\r\n            \"position\":0,\r\n            \"name\":\"Sample ID\",\r\n            \"type\":\"ID\"\r\n        },\r\n        {\r\n            \"position\":1,\r\n            \"name\":\"Description\",\r\n            \"type\":\"TEXT\"\r\n        },\r\n        {\r\n            \"position\":2,\r\n            \"name\":\"Date Added\",\r\n            \"type\":\"DATE\"\r\n        },\r\n        {\r\n            \"position\":3,\r\n            \"name\":\"Amount\",\r\n            \"type\":\"NUMBER\"\r\n        },\r\n        {\r\n            \"position\":4,\r\n            \"name\": \"Reference Data\",\r\n            \"type\": \"CONNECTION\"\r\n        },\r\n        {\r\n            \"position\":5,\r\n            \"name\": \"List Type Column\",\r\n            \"type\": \"LIST\",\r\n            \"references\": [\"YES\", \"NO\"]\r\n        },\r\n        {\r\n            \"position\": 6,\r\n            \"type\": \"PROTOCOLS\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Sample Data\",\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234\"\n}"}],"_postman_id":"0f165b2d-d1b2-421e-8d2f-9cdd63b204ba"},{"name":"List Labsheets","id":"bf8fb74b-d2f1-463d-b9ec-960ca2ddbbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheets/fetch-list","description":"<p>Retrieve list of labsheets</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"9ca64a9f-ac18-46f5-84c9-12cf23722463","name":"List Labsheets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/labsheets/fetch-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"items\": [\n        {\n            \"name\": \"Equipment Manager\"\n        },\n        {\n            \"name\": \"testchem\"\n        },\n        {\n            \"name\": \"testbarcode\"\n        }\n        ],\n        \"total\":3,\n        \"success\": true\n    }\n]"}],"_postman_id":"bf8fb74b-d2f1-463d-b9ec-960ca2ddbbdc"},{"name":"Add Rows","id":"f181f78f-b03b-42c4-a2e8-200935b370ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected Labsheet</p>\n","type":"text"},{"key":"rows","value":"Type: array[array]","description":"<p>The list of rows to be added. Values at each index of this array correspond to the column index in the Labsheet</p>\n<p>References have the following special format:\nlabsheet_name(id_type|id_value)</p>\n<p>Link columns (LOOKUP_REFERNCE) have the following special format:\nid_type|id_value</p>\n<p>id_type currently supported : \"ID\", \"ID_BARCODE\", and \"ROW_UUID\". \"ROW_UUID\" refers to the uuid of the row that is returned when querying for the row or when creating rows</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/add-rows","description":"<p>Add rows to a Labsheet. Ensure row values correspond to the column labels in the labsheet and are defined for each column.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","add-rows"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"683843a5-5226-4c62-9ddf-4ee60cb40c74","name":"Add Rows","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Elisa Data\",\r\n  \"rows\": [\r\n     [\r\n        \"ID-15\",\r\n        \"Standard\",\r\n        \"50mL\",\r\n        \"A\",\r\n        \"09/03/2022\",\r\n        \"Hazardous\",\r\n        \"Unknown\",\r\n        \"North Lab > Well Plate 23\",\r\n        \"134-amf\",\r\n        \"Sample Manager(ID_BARCODE|SM000001)\", \r\n        \"ID|ID01\", \r\n        \"\"\r\n      ]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/add-rows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"row\": \"1\",\n        \"success\": \"true\",\n        \"uuid\": \"4f36bbff-7635-435e-899a-da2473311e02\"\n    }\n]"}],"_postman_id":"f181f78f-b03b-42c4-a2e8-200935b370ad"},{"name":"Update Rows","id":"ca3eb22c-9354-40cd-95e3-da6a9749729f","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text"},{"key":"rows","value":"Type: array[{uuid: \"\", data: []}]","description":"<p>An array of JSON objects. Each JSON object has the following key-value pairs:</p>\n<p>uuid: unique ID</p>\n<p>data: an array of columns</p>\n<ul>\n<li>References have the following special format:\n[labsheet_name1(id_type|id_value), labsheet_name2(id_type2|id_value2), ...]</li>\n<li>Link columns (LOOKUP_REFERENCE) have the following special format:\nid_type|id_value</li>\n<li>Protocol Template columns (LABSPACE_PAGE_REFERENCE) have the following special format:\n\"protocol_template_uuid1, protocol_template_uuid2, ...\"</li>\n</ul>\n<p>id_type currently supported : \"ID\", \"ID_BARCODE\", and \"ROW_UUID\". \"ROW_UUID\" refers to the uuid of the row that is returned when querying for the row or when creating rows</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/update-rows","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","update-rows"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"f69057c9-0d4e-4553-81d6-7a38b8dd4dee","name":"Update Rows","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Elisa Data\",\r\n  \"rows\": [\r\n    {\r\n      \"uuid\": \"4f36bbff-7635-435e-899a-da2473311e02\",\r\n      \"data\": [\r\n        \"ID-15\",\r\n        \"Standard\",\r\n        \"50mL\",\r\n        \"A\",\r\n        \"09/03/2022\",\r\n        \"Hazardous\",\r\n        \"Unknown\",\r\n        \"North Lab > Well Plate 23\",\r\n        \"134-amf\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/update-rows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"4f36bbff-7635-435e-899a-da2473311e02\",\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"ca3eb22c-9354-40cd-95e3-da6a9749729f"},{"name":"Delete Single Row","id":"ec59491d-06f6-4461-9283-ae348cf20fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cloudlab.scispot.io/labsheets/delete-row-by-uuid?labsheet=Type: string&uuid=Type: string&waitRefresh=Type: boolean","description":"<p>Remove rows from a labsheet given the row uuids and labsheet name. Row uuids are unique identifiers for each row in your labsheet and can be found using the Get Labsheet Rows endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","delete-row-by-uuid"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>the name of the labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":"Type: string"},{"description":{"content":"<p>the uuid of the row to be  deleted</p>\n","type":"text/plain"},"key":"uuid","value":"Type: string"},{"description":{"content":"<p>Optional (Default false). Waits for the data to be reindexed before returning a success. This will add up to 1 second of latency to the requests, so only use this flag if there is a need to query this item again.</p>\n","type":"text/plain"},"key":"waitRefresh","value":"Type: boolean"}],"variable":[]}},"response":[{"id":"d44258cc-1a6b-48eb-9160-d9aae2f263e1","name":"Delete Rows","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/delete-row-by-uuid?labsheet=Materials Manager&uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["labsheets","delete-row-by-uuid"],"query":[{"key":"labsheet","value":"Materials Manager","type":"text"},{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"5eadb963-9401-483d-82d1-2444ec7cfc49\",\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"ec59491d-06f6-4461-9283-ae348cf20fac"},{"name":"Delete Rows","id":"75fcae1f-bcfd-48bb-bcc2-b6ec0aa1f7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text"},{"key":"uuids","value":"array[string]","description":"<p>The list of unique identifiers for each row to be deleted</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/delete-rows-by-uuids","description":"<p>Remove rows from a labsheet given the row uuids and labsheet name. Row uuids are unique identifiers for each row in your labsheet and can be found using the Get Labsheet Rows endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","delete-rows-by-uuids"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"885ad4c1-c699-4fb4-85d5-dd5bc3a83325","name":"Delete Rows","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Materials Manager\",\r\n  \"uuids\": [\r\n    \"5eadb963-9401-483d-82d1-2444ec7cfc49\",\r\n    \"640ce09e-61e1-4b60-a9de-94d47bdb8aed\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/delete-rows-by-uuids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"5eadb963-9401-483d-82d1-2444ec7cfc49\",\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"75fcae1f-bcfd-48bb-bcc2-b6ec0aa1f7a4"},{"name":"Get Row Data","id":"173b84ff-4c55-4a9b-8ed9-5daeb13f9086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheets/fetch-row?labsheet&uuid","description":"<p>This endpoint returns data stored in a single row given the row's uuid and the name of its labsheet. Row uuids can be found using the Get Labsheet Rows endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","fetch-row"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the selected labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":""},{"description":{"content":"<p>the uuid of the row</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"03fd6c33-5868-439e-a46f-5180657db201","name":"Get Row Data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/fetch-row?labsheet=Animal Manager&uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["labsheets","fetch-row"],"query":[{"key":"labsheet","value":"Animal Manager"},{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"headers\": [\n        \"uuid\",\n        \"ID\",\n        \"Comp\",\n        \"Quantity\",\n        \"expt_1\",\n        \"Date\",\n        \"Flag\",\n        \"Sequencer\",\n        \"Location\",\n        \"Batch ID\"\n    ],\n    \"row\": [\n        \"12345678-abcd-9012-efgh-345678901234\",\n        \"20c20\",\n        \"c24\",\n        \"78\",\n        \"A\",\n        \"03/01/2023\",\n        \"\",\n        \"\",\n        \"LabB > Well plate_12jan\",\n        \"\"\n    ]\n}"}],"_postman_id":"173b84ff-4c55-4a9b-8ed9-5daeb13f9086"},{"name":"Get Row Data By ID Column","id":"4b059ce9-fa70-42f7-b326-52dad54d21d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheets/fetch-row-by-id?labsheet&id","description":"<p>Uses a value of cell in an <strong>ID</strong> or <strong>ID_BARCODE</strong> type column to retrieve the row. By default value in <strong>\"id\"</strong> key maps to the value for <strong>ID</strong> type column. To find rows by <strong>ID_BARCODE</strong> type (automated IDs) column instead, <strong>\"idType\"</strong> key has to be set to <strong>\"ID_BARCODE\"</strong> in the payload.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","fetch-row-by-id"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the selected labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":""},{"description":{"content":"<p>Value in the ID or ID_BARCODE column of the row to be fetched</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"305b0dc4-61e5-4f1d-9b73-69f41159dd3b","name":"Get Row Data By ID Column","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/fetch-row-by-id?labsheet=Animal Labsheet&id=1AA","host":["https://cloudlab.scispot.io"],"path":["labsheets","fetch-row-by-id"],"query":[{"key":"labsheet","value":"Animal Labsheet"},{"key":"id","value":"1AA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        [\n            \"c921da09-573c-46ea-8975-56bce69064ec\",\n            \"1AA\",\n            \"asdfasdf\"\n        ]\n    ],\n    \"success\": true,\n    \"headers\": [\n        \"UUID\"\n    ]\n}"}],"_postman_id":"4b059ce9-fa70-42f7-b326-52dad54d21d1"},{"name":"Get Labsheet Rows","id":"cb5324da-749f-4306-b23e-6d3df3c0fd90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheets/fetch-list-rows?labsheet&pageSize&page&archiveState","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","fetch-list-rows"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the selected labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":""},{"description":{"content":"<p>Number of rows to be fetched (defaults to 5 if not specified)</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>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)</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>(Optional) Whether to filter out archived or unarchived rows. Possible values: \"archived\", \"unarchived\", \"any\" (defaults to \"any\" if not provided)</p>\n","type":"text/plain"},"key":"archiveState","value":""}],"variable":[]}},"response":[{"id":"eaebacfa-90e9-423a-acd4-2d4f2f8e1e55","name":"Get Labsheet Rows","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/fetch-list-rows?labsheet=Assay Buffer Manager&pageSize=10&page=1","host":["https://cloudlab.scispot.io"],"path":["labsheets","fetch-list-rows"],"query":[{"key":"labsheet","value":"Assay Buffer Manager"},{"key":"pageSize","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"headers\": [\n        \"ID\",\n        \"Date\",\n        \"Location\"\n    ],\n    \"rows\": [\n        [\n            \"1\",\n            \"03/01/2023\",\n            \"LabB > Well plate_12\"\n        ],\n        [\n            \"2\",\n            \"03/17/2023\",\n            \"LabB > Well plate_15\"\n        ]\n    ],\n    \"total\":2\n}"}],"_postman_id":"cb5324da-749f-4306-b23e-6d3df3c0fd90"},{"name":"Get Labsheet Rows(with Filter)","id":"e7f8e942-a1e7-4980-bb9a-0c80caf097f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\":{\r\n        \"optionalFilters\":[{\r\n            \"column\":\"column_name\",\r\n            \"value\":\"value\",\r\n            \"operator\": \"equals\"\r\n        },\r\n        {\r\n            \"column\":\"column_name_2\",\r\n            \"value\":\"value\"\r\n        },\r\n        {\r\n            \"column\": \"date_time\",\r\n            \"value\": \"iso_date_format\",\r\n            \"operator\": \"before\"\r\n        }...],\r\n        \"mandatoryFilters\":[{\r\n            \"column\":\"column_name\",\r\n            \"value\":\"value\",\r\n            \"operator\": \"equals\"\r\n        },\r\n        {\r\n            \"column\":\"column_name_2\",\r\n            \"value\":\"value\"\r\n        },\r\n        {\r\n            \"column\": \"date_time\",\r\n            \"value\": \"iso_date_format\",\r\n            \"operator\": \"before\"\r\n        }...]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/fetch-list-rows?labsheet&pageSize&page","description":"<p>This endpoint allows users to retrieve a list of rows while providing options to filter the results based on specified criteria.<br />The request body should be a JSON object containing filter criteria for the query.</p>\n<ul>\n<li><p><code>query</code>: (Object) An object containing filter criteria for the query.</p>\n<ul>\n<li><p><code>optionalFilters</code>: (Array) An array of objects representing optional filters to be applied to the query. All filters in this array will have an \"OR\" condition.</p>\n<ul>\n<li><p><code>column</code>: (String) The name of the column in the database to filter by.</p>\n</li>\n<li><p><code>value</code>: (String) The value to filter for in the specified column.</p>\n</li>\n<li><p><code>operator</code>: (String) The filter operation (default is \"contains\").</p>\n</li>\n</ul>\n</li>\n<li><p><code>mandatoryFilters</code>: (Array) An array of objects representing mandatory filters to be applied to the query. All filters in this array will have an \"AND\" condition.</p>\n<ul>\n<li><p><code>column</code>: (String) The name of the column in the database to filter by.</p>\n</li>\n<li><p><code>value</code>: (String) The value to filter for in the specified column.</p>\n</li>\n<li><p><code>operator</code>: (String) The filter operation (default is \"contains\").</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>For operators:</p>\n<ul>\n<li><p>default is \"contains\"</p>\n</li>\n<li><p>operator list:</p>\n<ul>\n<li><p>equals</p>\n</li>\n<li><p>contains</p>\n</li>\n</ul>\n</li>\n<li><p>for datetime columns (date, datetime, date_created, last_modified):</p>\n<ul>\n<li><p>before</p>\n</li>\n<li><p>after</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","fetch-list-rows"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the selected labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":null},{"description":{"content":"<p>Number of rows to be fetched (defaults to 5 if not specified)</p>\n","type":"text/plain"},"key":"pageSize","value":null},{"description":{"content":"<p>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)</p>\n","type":"text/plain"},"key":"page","value":null}],"variable":[]}},"response":[{"id":"4687fb42-2d45-4668-843b-72b11db594b6","name":"Get Labsheet Rows","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"query\":{\r\n        \"optionalFilters\":[],\r\n        \"mandatoryFilters\":[{\r\n            \"column\":\"ID\",\r\n            \"value\":\"2\"\r\n        },\r\n        {\r\n            \"column\":\"User\",\r\n            \"value\":\"foo\"\r\n        }]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cloudlab.scispot.io/labsheets/fetch-list-rows?labsheet=Assay Buffer Manager&pageSize=10&page=1","host":["https://cloudlab.scispot.io"],"path":["labsheets","fetch-list-rows"],"query":[{"key":"labsheet","value":"Assay Buffer Manager"},{"key":"pageSize","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"headers\": [\n        \"ID\",\n        \"Date\",\n        \"Location\",\n        \"User\"\n    ],\n    \"rows\": [\n        [\n            \"2\",\n            \"03/01/2023\",\n            \"LabB > Well plate_12\",\n            \"super foo user\"\n        ],\n        [\n            \"2\",\n            \"03/17/2023\",\n            \"LabB > Well plate_15\",\n            \"foo\"\n        ]\n    ],\n    \"total\":2\n}"}],"_postman_id":"e7f8e942-a1e7-4980-bb9a-0c80caf097f5"},{"name":"Update Row Data By ID Column","id":"a7d29696-a6a1-4f7b-8bab-f584d014ce03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text","uuid":"1fd5f84c-7461-4efd-93cc-4316231e7794"},{"key":"rows","value":"Type: array[{ <ID_column_name>: \"\", <column_name>: \"\"  }] ","description":"<p>An array of JSON objects. Each JSON object can contain the following key-value pairs:\n<br />The key is the name of the ID column header and the value is the ID of the row to be updated<br />(Value in the \"ID\" or \"ID_BARCODE\" column).\n<br />Add any number of key/value pairs to each object entry in the rows array where:</p>\n<ul>\n<li>the key is the column name</li>\n<li>the value is the new value for that column in the given row.</li>\n<li>References have the following special format:\n[labsheet_name1(id_type|id_value), labsheet_name2(id_type2|id_value2), ...]</li>\n<li>Link columns (LOOKUP_REFERENCE) have the following special format:\nid_type|id_value</li>\n<li>Protocol Template columns (LABSPACE_PAGE_REFERENCE) have the following special format:\n\"protocol_template_uuid1, protocol_template_uuid2, ...\"</li>\n</ul>\n","type":"text","uuid":"60a5730d-1501-427b-900f-0c9834a568d1"}]},"url":"https://cloudlab.scispot.io/labsheets/update-rows-by-id","description":"<p>Update individual row values by matching indexes with an \"ID\" or \"ID_BARCODE\" column in a labsheet. A column with type \"ID\" or \"ID_BARCODE\" must be included in the labsheet to use this endpoint.</p>\n<p>Note that row uuids used in other endpoints are entirely different than their \"ID\" and \"ID_BARCODE\" column values. Uuids are randomly generated unlike values in the \"ID\" column or \"ID_BARCODE\" column.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","update-rows-by-id"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"18b290ed-db1d-4a03-984d-b12df92064df","name":"Update Row Data By ID Column","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Materials Manager\",\r\n  \"rows\": [\r\n    {\r\n      \"ID\": \"20c20\",\r\n      \"Quantity\": \"78\",\r\n      \"Comp\": \"c24\",\r\n      \"Reference\" : \"Sample Manager(ID_BARCODE|SM000001)\",\r\n      \"Link\" : \"ID|ID01\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/update-rows-by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"ID\": \"20c20\",\n    \"updatedRows\": [\n      {\n        \"uuid\": \"85ac1085-ec04-4029-a324-a99a94e49d03\",\n        \"success\": \"true\"\n      }\n    ]\n  }\n]"}],"_postman_id":"a7d29696-a6a1-4f7b-8bab-f584d014ce03"},{"name":"Update Row Data By Known Cell Value (DEPRECEATED)","id":"32169f4f-cfc5-497f-b97c-a9b90589df96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text"},{"key":"columnType","value":"","description":"<p>The column type of known cell value</p>\n","type":"text"},{"key":"rows","value":"Type: array[{<name_of_column_of_known_value>: \"\"}]","description":"<p>An array of JSON objects. Each JSON object can have multiple of the folllowing key-value pairs:</p>\n<p>name_of_column_of_known_value: The key is the column type and value is the known value for that column</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/update-rows-by-column-type","description":"<p>This endpoint is depreceated. BATCH_ID Column is no longer supported</p>\n<p>Update other cells in a row given a known cell value.</p>\n<p>This feature is currently only supported for BATCH_ID column type. Contact the scispot team on Slack or <a href=\"https://mailto:engineering@scispot.io\">engineering@scispot.io</a> if you would like to see this feature for other column types.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","update-rows-by-column-type"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e222fa22-8ac9-4d92-9b84-7ea0c63414a5","name":"Update Row Data By Known Cell Value","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Materials Manager\",\r\n  \"columnType\": \"BATCH_ID\",\r\n  \"rows\": [\r\n    {\r\n      \"Batch\": \"13\",\r\n      \"Standard Curve Equation\": \"2.33x + 0.23\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/update-rows-by-column-type"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"Batch\": \"13\",\r\n    \"updatedRows\": [\r\n      {\r\n        \"uuid\": \"85ac1085-ec04-4029-a324-a99a94e49d03\",\r\n        \"success\": \"true\"\r\n      }\r\n    ]\r\n  }\r\n]"}],"_postman_id":"32169f4f-cfc5-497f-b97c-a9b90589df96"},{"name":"Create Children Samples","id":"865d5764-feb5-441f-be93-c24d9b5cf62d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text"},{"key":"parent","value":"","description":"<p>The value in ID column of parent sample</p>\n","type":"text"},{"key":"children","value":"","description":"<p>An array of JSON objects. Each JSON object can have multiple of the folllowing key-value pairs:\nID: The ID to be assigned to child\nquantity: the quantity to be assigned to the child</p>\n","type":"text"},{"key":"idType","value":"","description":"<p>The type of ID of parent. Currently supports \"ID\", \"ID_BARCODE\", and \"ROW_UUID\" (optional argument)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/create-children","description":"<p>Create children samples from existing samples in labsheets.</p>\n<p>NOTE: To perform this operation, it is necessary that the labsheet has an ID column and a Quantity column. Also, the parent sample should have quantity greater than or equal to the sum of quantity of children.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","create-children"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"6e59e547-5444-4931-86f4-fa0db697e40d","name":"Create Children Samples","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"labsheet\": \"Sample Manager\",\r\n  \"parent\": \"parent1\",\r\n  \"children\":[\r\n                {\"ID\":\"child1\",\"quantity\":0.25},\r\n                {\"ID\":\"child2\",\"quantity\":0.25},\r\n                {\"ID\":\"child3\",\"quantity\":0.25}\r\n            ]      \r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/create-children"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true\r\n}"}],"_postman_id":"865d5764-feb5-441f-be93-c24d9b5cf62d"},{"name":"Get Labsheet Schema","id":"89cccf4e-4e62-45f2-92de-f90d273ceb96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheets/get-labsheet-schema?labsheet","description":"<p>Get a labsheet's structure, including all of its column names</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","get-labsheet-schema"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the labsheet</p>\n","type":"text/plain"},"key":"labsheet","value":""}],"variable":[]}},"response":[{"id":"27f50444-c4ad-4db3-b1e5-db4e3a8c683f","name":"Get Labsheet Schema","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/get-labsheet-schema?labsheet=Test CSV Import 01","host":["https://cloudlab.scispot.io"],"path":["labsheets","get-labsheet-schema"],"query":[{"key":"labsheet","value":"Test CSV Import 01"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"labsheet\": {\r\n        \"columns\": [\r\n            {\r\n                \"name\": \"User Name\",\r\n                \"type\": \"ID\",\r\n                \"position\": \"0\"\r\n            },\r\n            {\r\n                \"name\": \"Team\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"1\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee Name\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"2\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee First Name\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"3\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee Last Name\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"4\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee Email\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"5\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee Time Zone\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"6\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee accepted marketing emails\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"7\"\r\n            },\r\n            {\r\n                \"name\": \"Text Reminder Number\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"8\"\r\n            },\r\n            {\r\n                \"name\": \"Event Type Name\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"9\"\r\n            },\r\n            {\r\n                \"name\": \"Start Date & Time\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"10\"\r\n            },\r\n            {\r\n                \"name\": \"End Date & Time\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"11\"\r\n            },\r\n            {\r\n                \"name\": \"Location\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"12\"\r\n            },\r\n            {\r\n                \"name\": \"Event Created Date & Time\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"13\"\r\n            },\r\n            {\r\n                \"name\": \"Canceled\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"14\"\r\n            },\r\n            {\r\n                \"name\": \"Canceled By\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"15\"\r\n            },\r\n            {\r\n                \"name\": \"Cancellation reason\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"16\"\r\n            },\r\n            {\r\n                \"name\": \"Question 1\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"17\"\r\n            },\r\n            {\r\n                \"name\": \"Response 1\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"18\"\r\n            },\r\n            {\r\n                \"name\": \"Question 2\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"19\"\r\n            },\r\n            {\r\n                \"name\": \"Response 2\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"20\"\r\n            },\r\n            {\r\n                \"name\": \"Question 3\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"21\"\r\n            },\r\n            {\r\n                \"name\": \"Response 3\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"22\"\r\n            },\r\n            {\r\n                \"name\": \"Question 4\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"23\"\r\n            },\r\n            {\r\n                \"name\": \"Response 4\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"24\"\r\n            },\r\n            {\r\n                \"name\": \"Question 5\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"25\"\r\n            },\r\n            {\r\n                \"name\": \"Response 5\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"26\"\r\n            },\r\n            {\r\n                \"name\": \"Question 6\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"27\"\r\n            },\r\n            {\r\n                \"name\": \"Response 6\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"28\"\r\n            },\r\n            {\r\n                \"name\": \"UTM Campaign\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"29\"\r\n            },\r\n            {\r\n                \"name\": \"UTM Source\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"30\"\r\n            },\r\n            {\r\n                \"name\": \"UTM Medium\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"31\"\r\n            },\r\n            {\r\n                \"name\": \"UTM Term\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"32\"\r\n            },\r\n            {\r\n                \"name\": \"UTM Content\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"33\"\r\n            },\r\n            {\r\n                \"name\": \"Salesforce UUID\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"34\"\r\n            },\r\n            {\r\n                \"name\": \"Event Price\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"35\"\r\n            },\r\n            {\r\n                \"name\": \"Payment Currency\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"36\"\r\n            },\r\n            {\r\n                \"name\": \"Guest Email(s)\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"37\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee Reconfirmed\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"38\"\r\n            },\r\n            {\r\n                \"name\": \"Marked as No-Show\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"39\"\r\n            },\r\n            {\r\n                \"name\": \"Meeting Notes\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"40\"\r\n            },\r\n            {\r\n                \"name\": \"Group\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"41\"\r\n            },\r\n            {\r\n                \"name\": \"User Email\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"42\"\r\n            },\r\n            {\r\n                \"name\": \"Event UUID\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"43\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee UUID\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"44\"\r\n            },\r\n            {\r\n                \"name\": \"Invitee scheduled by\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"45\"\r\n            },\r\n            {\r\n                \"name\": \"Scheduling method\",\r\n                \"type\": \"TEXT\",\r\n                \"position\": \"46\"\r\n            }\r\n        ],\r\n        \"name\": \"Test CSV Import 01\"\r\n    },\r\n    \"success\": true\r\n}"}],"_postman_id":"89cccf4e-4e62-45f2-92de-f90d273ceb96"},{"name":"Create Column","id":"aa11fa54-50af-4dc5-af3b-fb44160187ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"Type: String","description":"<p>The name of the selected Labsheet</p>\n","type":"text"},{"key":"column","value":"Type: json","description":"<p>Schema to be uploaded to labsheet.</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/create-column","description":"<p>Add a column to a labsheet.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","create-column"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"4281d297-f8d5-4947-b61d-17e6f493d90f","name":"Create Column","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"column\": {\r\n        \"name\": \"Instrument\",\r\n        \"type\": \"LIST\",\r\n        \"references\": [\"Microscope\", \"Centrifuge\", \"PCR Machine\", \"Spectrometer\"]\r\n    },\r\n    \"labsheet\": \"Equipment Tracking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/create-column"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"true\",\n  \"name\": \"Instrument\",\n  \"uuid\": \"571e1528-43ad-4c00-bd8e-cc977cd56490\"\n}"}],"_postman_id":"aa11fa54-50af-4dc5-af3b-fb44160187ab"},{"name":"Rename Column","id":"cb101cd9-41d2-4e7e-86ab-5547af21e74d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"Type: String","description":"<p>The name of the selected Labsheet</p>\n","type":"text"},{"key":"oldName","value":"Type: String","description":"<p>Name of column to be renamed</p>\n","type":"text"},{"key":"newName","value":"Type: String","description":"<p>New name of the column</p>\n","type":"text","uuid":"206f4044-26ad-4f42-b347-86a9a4d8ac0e"}]},"url":"https://cloudlab.scispot.io/labsheets/rename-column","description":"<p>Rename a column in a labsheet.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","rename-column"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"fa267c79-b049-4a0e-9201-43201daa38c8","name":"Rename Column","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"labsheet\": \"Sample Manager\",\r\n    \"oldName\": \"Status 2025/10/09\",\r\n    \"newName\": \"Status 2025/11/09\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/rename-column"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"true\"\n}"}],"_postman_id":"cb101cd9-41d2-4e7e-86ab-5547af21e74d"},{"name":"Delete Column","id":"3757d5b2-64d7-4b2b-a502-b3f1504d5156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"Type: String","description":"<p>The name of the selected Labsheet</p>\n","type":"text"},{"key":"columnName","value":"Type: String","description":"<p>Name of column to be deleted</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/delete-column","description":"<p>Delete a column from a labsheet.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","delete-column"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"98733118-eac8-4ced-a40e-f0024a95cad4","name":"Delete Column","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"labsheet\": \"Sample Manager\",\r\n    \"columnName\": \"Status\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/delete-column"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": \"true\"\n}"}],"_postman_id":"3757d5b2-64d7-4b2b-a502-b3f1504d5156"},{"name":"Upload Images","id":"5ea4e2c0-d93e-4e75-8319-058dbef61fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>File to be uploaded. (Supported File Types:  TIFF, JPG, PNG )</p>\n","type":"file","value":null},{"key":"instructions","value":"{\n    \"action\": \"UPLOAD_IMAGES\",\n    \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\n    \"labsheet\": \"Image Store 01\",\n    \"rows\": [\n        {\n            \"id\": \"SAMPLE-1\",\n            \"cols\": [\n                {\n                    \"name\": \"Name of Image Column\",\n                    \"file\": \"Image.tiff\"\n                }\n            ]\n        },\n    ]\n}","description":"<p>apiKey: Api security key</p>\n<p>labsheet: Labsheet Name</p>\n<p>id: ID of the row </p>\n<p>name: Name of the Image column</p>\n","type":"text"}]},"url":"https://new.scispot.io/labsheets","description":"<p>Upload various type of images to scispot Labsheets<br />Supported File Types: TIFF, JPG, PNG</p>\n","urlObject":{"protocol":"https","path":["labsheets"],"host":["new","scispot","io"],"query":[],"variable":[]}},"response":[{"id":"f598f246-4371-4cd9-9206-8cfff588d768","name":"Upload Images","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files","description":"File to be uploaded. (Supported File Types:  TIFF, JPG, PNG )","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["wYxEIv2j7/image.tif"],"src":"wYxEIv2j7/image.tif"},{"key":"instructions","value":"{\n    \"action\": \"UPLOAD_IMAGES\",\n    \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\n    \"labsheet\": \"Image Store 01\",\n    \"rows\": [\n        {\n            \"id\": \"SAMPLE-1\",\n            \"cols\": [\n                {\n                    \"name\": \"Image\",\n                    \"file\": \"Image.tiff\"\n                }\n            ]\n        },\n    ]\n}","description":"apiKey: Api security key\n\nlabsheet: Labsheet Name\n\nid: ID of the row \n\nname: Name of the Image column","type":"text"}]},"url":"https://new.scispot.io/labsheets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"multipart/form-data","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"success\": true ,\r\n    \"responses\": [\r\n        {\r\n            \"messages\": \"Col Image updated with file Image.tiff \"\r\n        }\r\n    ]\r\n\r\n}"}],"_postman_id":"5ea4e2c0-d93e-4e75-8319-058dbef61fed"},{"name":"Download Image Thumbnail From Labsheets","id":"72378bee-764a-44a4-af3c-61a256e13933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"apiKey","value":"","description":"<p>Api Security Key</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>Labsheet Name</p>\n","type":"text"},{"key":"idValue","value":"","description":"<p>Row ID</p>\n","type":"text"},{"key":"idColumn","value":"","description":"<p>ID Column Name</p>\n","type":"text"}]},"url":"https://new.scispot.io/download/thumb","urlObject":{"protocol":"https","path":["download","thumb"],"host":["new","scispot","io"],"query":[],"variable":[]}},"response":[{"id":"efe5528c-cd18-4d0a-9b7b-995417db0f9c","name":"Download Image Thumbnail From Labsheets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n\t\"labsheet\": \"Sample Manager\", \r\n\t\"idValue\": \"ABC123\",\r\n    \"idColumn\":\"Sample ID\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://new.scispot.io/download/thumb"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"72378bee-764a-44a4-af3c-61a256e13933"},{"name":"Download Raw or PNG Image From Labsheets","id":"d3fbdc63-5467-4b06-9b4d-b124edf2c9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"apiKey","value":"","description":"<p>Api security Key</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>Labsheet Name</p>\n","type":"text"},{"key":"idColumn","value":"","description":"<p>ID Column Name</p>\n","type":"text"},{"key":"idValue","value":"","description":"<p>Row ID</p>\n","type":"text"},{"key":"type","value":"","description":"<p>Type of Image: RAW or PNG</p>\n","type":"text"}]},"url":"https://new.scispot.io/download/img","urlObject":{"protocol":"https","path":["download","img"],"host":["new","scispot","io"],"query":[],"variable":[]}},"response":[{"id":"74f64bde-aea2-4154-8083-f1d98f954c17","name":"Download Raw or PNG Image From Labsheets","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n\t\"labsheet\": \"Sample Manager\",\r\n\t\"idValue\": \"ABC123\",\r\n    \"idColumn\":\"Sample ID\",\r\n\t\"type\": \"RAW\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://new.scispot.io/download/img"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d3fbdc63-5467-4b06-9b4d-b124edf2c9a2"},{"name":"Add Sequence to Labsheet Row","id":"3d72910b-ac2d-4a90-a04f-5acaca348f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"apiKey","value":"","description":"<p>Api security key</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>The name of the selected labsheet</p>\n","type":"text"},{"key":"id","value":"","description":"<p>Value in the ID column of the labsheet row</p>\n","type":"text"},{"key":"sequenceName","value":"","description":"<p>The name of the sequence to be added to the row</p>\n","type":"text"},{"key":"sequenceUuid","value":"","description":"<p>The uuid of the sequence to be added to the row</p>\n","type":"text"},{"key":"createClone","value":"","description":"<p>(optional) if true (default), clones sequenceUuid before linking; if false, links directly</p>\n","type":"text","uuid":"1dcff220-e8c7-47d7-a4ea-ae252289ec9d"}]},"url":"https://cloudlab.scispot.io/labsheets/add-sequence-to-row","description":"<h3 id=\"add-sequence-to-row\">Add Sequence to Row</h3>\n<p>This endpoint allows you to add a sequence to a specific row in the labsheets. It is mandatory to provide either sequenceName or sequenceUuid to identify the sequence.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","add-sequence-to-row"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"2643e0bc-9c6e-49cf-acc8-12404f9ac9c6","name":"Add Sequence to Labsheet Row","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n  \"labsheet\": \"Sequence Library\",\r\n  \"id\": \"1AA\",\r\n  \"sequenceName\":\"sample DNA\",\r\n  \"createClone\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.scispot.io/v2/labsheets/add-sequence-to-row"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"3d72910b-ac2d-4a90-a04f-5acaca348f45"},{"name":"List Labsheet Folders","id":"79b0043c-8cdc-4af6-b595-64df87b182ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/labsheet-folder/list","description":"<p>Retrieve list of labsheet folders</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheet-folder","list"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"03f106ad-f313-4a19-b3ab-f9d4ede45cb6","name":"List Labsheet Folders","originalRequest":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labsheet-folder/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jan 2025 01:41:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3611"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n  \"folders\": [\n    {\n      \"uuid\": \"199c780c-6f43-4c01-90e7-367660b874da\",\n      \"name\": \"Insilico\"\n    },\n    {\n      \"uuid\": \"ddef937e-de36-4abc-87af-0e1f5ee16197\",\n      \"name\": \"Genomics Studies\"\n    },\n    {\n      \"uuid\": \"31beba15-35ac-4bc8-8ee5-0a07e7e6053a\",\n      \"name\": \"RNA Seq Data Analysis\"\n    }\n  ],\n  \"total\": 3,\n  \"success\": true\n}"}],"_postman_id":"79b0043c-8cdc-4af6-b595-64df87b182ac"},{"name":"List Labsheets In Folder","id":"cfd2b539-b7e4-412d-809b-5d324b8cbebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/labsheet-folder/list-labsheets-by-folder-name?folder","description":"<p>Retrieve list of labsheet folders</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheet-folder","list-labsheets-by-folder-name"],"host":["https://cloudlab.scispot.io"],"query":[{"key":"folder","value":""}],"variable":[]}},"response":[{"id":"c356edd8-5e85-4ddc-823b-47413810cef8","name":"List Labsheet Folders","originalRequest":{"method":"GET","header":[],"url":{"raw":"/labsheet-folder/list-labsheets-by-folder-name?folder=NGS Data %26 Library Management","path":["labsheet-folder","list-labsheets-by-folder-name"],"query":[{"key":"folder","value":"NGS Data %26 Library Management"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Jan 2025 01:41:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3611"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"labsheets\": [\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"A. Materials Manager\"\n        },\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"B. Equipment Manager\"\n        },\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"C. DNA Library_NanoDrop Data\"\n        },\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"D. Fragment Analysis\"\n        },\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"E. RNA Library\"\n        },\n        {\n            \"uuid\": \"08ad51c9-2d1d-4071-8623-620010c45705\",\n            \"name\": \"F. Illumina RNA Sequencing Data\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"cfd2b539-b7e4-412d-809b-5d324b8cbebe"},{"name":"Create Folder","id":"1c6f7a90-a0d1-47ee-9df5-06d624573fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Name of folder to be created</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheet-folder/create","description":"<p>Create a Labsheet Folder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheet-folder","create"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"979bb463-3d63-490a-89e0-73edfd8799cc","name":"Create Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"My Labsheet Folder\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheet-folder/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"uuid\": \"4c45d058-aae0-4219-8e22-5dd1f8156f86\"\n}"}],"_postman_id":"1c6f7a90-a0d1-47ee-9df5-06d624573fa8"},{"name":"Move Labsheet To Folder","id":"9ebba5c3-9ae1-49c2-b530-d7b39db4374f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"folder","value":"","description":"<p>Name of destination folder.</p>\n","type":"text"},{"key":"Labsheet","value":"","description":"<p>Name of the folder to move.</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheet-folder/move-labsheet-to-folder","description":"<p>Move Labsheet to designated folder.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheet-folder","move-labsheet-to-folder"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e0c744d1-d6f4-4911-ad19-478d6b9ad0f9","name":"Move Labsheet To Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"folder\":\"Inventory Management\",\n    \"labsheet\": \"Materials Manager\"\n}"},"url":"https://cloudlab.scispot.io/labsheet-folder/move-labsheet-to-folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Materials Manager moved to Inventory Management\",\n    \"success\": true\n}"}],"_postman_id":"9ebba5c3-9ae1-49c2-b530-d7b39db4374f"},{"name":"Get Labsheet Template Schema","id":"93d546f7-4dbf-4c2b-a344-0170b861fa23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/labsheets/get-labsheet-template-schema?templateName","description":"<p>Retrieve Schema of Labsheet Template</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","get-labsheet-template-schema"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the Labsheet template</p>\n","type":"text/plain"},"key":"templateName","value":""}],"variable":[]}},"response":[{"id":"ef726e6d-1864-4a60-9d32-3939da565f25","name":"Get Labsheet Template Schema","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labsheets/get-labsheet-template-schema?templateName=Sample Manager","host":["https://cloudlab.scispot.io"],"path":["labsheets","get-labsheet-template-schema"],"query":[{"key":"templateName","value":"Sample Manager"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"columns\": [\n        {\n            \"name\": \"Sample ID\",\n            \"type\": \"ID_BARCODE\",\n            \"position\": \"0\"\n        },\n        {\n            \"name\": \"Flow ID\",\n            \"type\": \"TEXT\",\n            \"position\": \"1\"\n        },\n        {\n            \"name\": \"Date Received\",\n            \"type\": \"CREATION_DATE\",\n            \"position\": \"2\"\n        },\n        {\n            \"name\": \"QC Check\",\n            \"type\": \"IMAGE_COL\",\n            \"position\": \"3\"\n        },\n        {\n            \"name\": \"Barcode Matched\",\n            \"type\": \"LIST\",\n            \"position\": \"4\",\n            \"references\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"name\": \"Broken Tubes\",\n            \"type\": \"LIST\",\n            \"position\": \"5\",\n            \"references\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"name\": \"DOB Matched\",\n            \"type\": \"LIST\",\n            \"position\": \"6\",\n            \"references\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"name\": \"Name Matched\",\n            \"type\": \"LIST\",\n            \"position\": \"7\",\n            \"references\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"name\": \"Note\",\n            \"type\": \"TEXT\",\n            \"position\": \"8\"\n        },\n        {\n            \"name\": \"Order Details\",\n            \"type\": \"CONNECTION\",\n            \"position\": \"9\"\n        },\n        {\n            \"name\": \"Parent\",\n            \"type\": \"PARENT\",\n            \"position\": \"10\"\n        },\n        {\n            \"name\": \"Child\",\n            \"type\": \"CHILDREN\",\n            \"position\": \"11\"\n        },\n        {\n            \"name\": \"Location\",\n            \"type\": \"LOCATION\",\n            \"position\": \"12\"\n        },\n        {\n            \"name\": \"Lot Number\",\n            \"type\": \"TEXT\",\n            \"position\": \"13\"\n        },\n        {\n            \"name\": \"Sample Body Site\",\n            \"type\": \"LIST\",\n            \"position\": \"14\",\n            \"references\": [\n                \"Blood Sample\",\n                \"Tissue Sample\",\n                \"Saliva\",\n                \"Urine\",\n                \"Bone Marrow\"\n            ]\n        },\n        {\n            \"name\": \"Description\",\n            \"type\": \"TEXT\",\n            \"position\": \"15\"\n        },\n        {\n            \"name\": \"Quantity (uL)\",\n            \"type\": \"QUANTITY\",\n            \"position\": \"16\"\n        },\n        {\n            \"name\": \"Quantity Left\",\n            \"type\": \"QUANTITY_LEFT\",\n            \"position\": \"17\"\n        },\n        {\n            \"name\": \"Quantity Consumed\",\n            \"type\": \"QUANTITY_CONSUMED\",\n            \"position\": \"18\"\n        },\n        {\n            \"name\": \"Block ID (For slides)\",\n            \"type\": \"TEXT\",\n            \"position\": \"19\"\n        },\n        {\n            \"name\": \"Expiration Date\",\n            \"type\": \"DATE\",\n            \"position\": \"20\"\n        },\n        {\n            \"name\": \"Test Type\",\n            \"type\": \"LIST\",\n            \"position\": \"21\",\n            \"references\": [\n                \"Liquid Biopsy Type II\",\n                \"Liquid Biopsy Type III\",\n                \"BRCA1 Mutation\",\n                \"BRCA2 Mutation\",\n                \"CA125- Ovarian Test\",\n                \"PSA - Prostate Test\",\n                \"T-CELL SELECT I\",\n                \"T-CELL SELECT II\",\n                \"BRCA1 Mutation Type II\",\n                \"BRCA2 Mutation Type II\"\n            ]\n        },\n        {\n            \"name\": \"Test Details\",\n            \"type\": \"CONNECTION\",\n            \"position\": \"22\"\n        },\n        {\n            \"name\": \"Kit Details\",\n            \"type\": \"CONNECTION\",\n            \"position\": \"23\"\n        },\n        {\n            \"name\": \"Results\",\n            \"type\": \"CONNECTION\",\n            \"position\": \"24\"\n        },\n        {\n            \"name\": \"Last Run Details\",\n            \"type\": \"CONNECTION\",\n            \"position\": \"25\"\n        },\n        {\n            \"name\": \"Sample Status\",\n            \"type\": \"STATUS\",\n            \"position\": \"26\",\n            \"references\": [\n                \"Sample Registered\",\n                \"Awaiting Samples\",\n                \"Samples Received\",\n                \"Accessioned\",\n                \"In Storage\",\n                \"Aliquoted\",\n                \"Sample Processing\",\n                \"Passed\",\n                \"Failed\",\n                \"Cancelled\",\n                \"Archived\"\n            ]\n        },\n        {\n            \"name\": \"Sample Type\",\n            \"type\": \"TEXT\",\n            \"position\": \"27\"\n        }\n    ],\n    \"name\": \"Sample Manager\",\n    \"success\": true\n}"}],"_postman_id":"93d546f7-4dbf-4c2b-a344-0170b861fa23"},{"name":"Convert Labsheet to Template","id":"d34580ce-5b14-4c64-a8c7-1267c24a3d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"","description":"<p>Name of labsheet to be converted into a template</p>\n","type":"text"},{"key":"templateName","value":"","description":"<p>Name of Labsheet Template</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labsheets/labsheet-to-template","description":"<p>Convert a Labsheet into a Labsheet Template</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"path":["labsheets","labsheet-to-template"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"3c584d3c-57b8-444a-8cd2-e0c4f41805b2","name":"Create Labsheet Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"labsheet\": \"Results - Luminex Assay\",\n   \"templateName\": \"Luminex Results\"\n}"},"url":"https://cloudlab.scispot.io/labsheets/labsheet-to-template"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n    \"type\": \"manager_template\",\n    \"index\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n    \"name\": \"Luminex Results\",\n    \"icon\": \"GiMaterialsScience\",\n    \"insights\": \"false\",\n    \"iconIndex\": \"15\",\n    \"editable\": \"true\",\n    \"createdBy\": \"eltigani@scispot.io\",\n    \"creationDate\": \"2025-01-17T04:05:50.410Z\",\n    \"workflows\": [],\n    \"entities\": [\n        {\n            \"Id\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n            \"type\": \"entity\",\n            \"index\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n            \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n            \"name\": \"Luminex Results\",\n            \"seq\": 0,\n            \"dateFormat\": \"MM/DD/YYYY\",\n            \"properties\": [\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Result ID\",\n                    \"position\": 0,\n                    \"type\": \"ID\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Existing Manifest\",\n                    \"position\": 1,\n                    \"type\": \"TEXT\",\n                    \"readOnly\": true,\n                    \"extra\": \"\",\n                    \"magic_id\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"inUse\": true,\n                    \"isMagic\": true\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Well Position\",\n                    \"position\": 2,\n                    \"type\": \"TEXT\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Sample ID\",\n                    \"position\": 3,\n                    \"type\": \"CONNECTION\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Imported File\",\n                    \"position\": 4,\n                    \"type\": \"ATTACHED_FILES\",\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Dilution Factor\",\n                    \"position\": 5,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Total Events\",\n                    \"position\": 6,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Notes\",\n                    \"position\": 7,\n                    \"type\": \"TEXT\",\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Result Range\",\n                    \"position\": 8,\n                    \"type\": \"TEXT\",\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"QC Status\",\n                    \"position\": 9,\n                    \"type\": \"TEXT\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (IL-6)\",\n                    \"position\": 10,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (CCL2/JE/MCP-1)\",\n                    \"position\": 11,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (IFN-gamma)\",\n                    \"position\": 12,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (IL-1ra/IL-1F3)\",\n                    \"position\": 13,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (Leptin/OB)\",\n                    \"position\": 14,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                },\n                {\n                    \"uuid\": \"0d998540-fc71-4fa7-84e9-3bef638031ba\",\n                    \"name\": \"Net MFI (CXCL11/I-TAC)\",\n                    \"position\": 15,\n                    \"type\": \"NUMBER\",\n                    \"readOnly\": false,\n                    \"extra\": \"\"\n                }\n            ],\n            \"lastUpdate\": \"2025-01-17T04:04:53.978Z\",\n            \"defaultCountId\": 0,\n            \"description\": \"Luminex Results\"\n        }\n    ],\n    \"isPrivate\": false,\n    \"defaultAddRows\": 0,\n    \"folder\": \"\",\n    \"success\": true\n}"}],"_postman_id":"d34580ce-5b14-4c64-a8c7-1267c24a3d5d"},{"name":"Assign Location","id":"3725629b-6201-4612-a50b-b4f168be3e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"Type: string (required)","description":"<p>The uuid, hrid or name of the selected labsheet where the samples are being assigned from</p>\n","type":"text","uuid":"06921bf5-0da2-4701-85c5-1cd8701e196b"},{"key":"locationId","value":"Type: string (required)","description":"<p>The uuid of the location to assign entries to</p>\n","type":"text","uuid":"4265357b-6242-4e5c-859f-61d277cdfa78"},{"key":"idType","value":"Type: string (optional)","description":"<p>The type of id used \nidType currently supported: ID_BARCODE, UUID, ID, ROW_UUID, SCISPOT_BARCODE</p>\n<p>If no idType is provided, the API will autodetect it from the entity's properties in the order of: ID -&gt; ID_BARCODE -&gt; UUID</p>\n","type":"text","uuid":"fd1efb43-d271-4d9c-95f4-8c11d43056ba"},{"key":"assignments","value":"Type: array[{id: \"string (required\", position: \"string (optional\"}]","description":"<p>A list of json objects with the sample id (required) and the well position (optional if assigning to manifest). id should be in the form of the idType specified in the previous key field. position should be the well position (e.g. \"A1\", \"B3\")</p>\n","type":"text","uuid":"1bb9e3c6-27ed-4134-86e9-d84d8663e2ac"}]},"url":"https://cloudlab.scispot.io/labsheets/assign-location","description":"<p>Assigns a physical location to one or more labsheet entries (rows). This API endpoint supports assigning to locations as well as manifests. When assigning samples to manifest locations, it is possible to use the optional position field to assign the well position the samples are to be assigned.</p>\n<p>Notes:</p>\n<ul>\n<li><p>All assignments in a single request must use the same idType</p>\n</li>\n<li><p>Position assignment is optional; entries can be assigned to a location without specific positions</p>\n</li>\n<li><p>The system validates that the location exists before processing assignements</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","name":"LABSHEETS (LIMS) API","type":"folder"}},"urlObject":{"protocol":"https","path":["labsheets","assign-location"],"host":["cloudlab","scispot","io"],"query":[],"variable":[]}},"response":[{"id":"518219e4-223a-47ad-ba75-a9c3e3658641","name":"Assign Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"labsheet","value":"Sample Locations","description":"The uuid or hrid of the selected labsheet where the samples are being assigned from","type":"text","uuid":"149754ac-05a6-4438-ac82-96da0c64bd65"},{"key":"locationId","value":"4cbc7dcd-5146-4f47-ab0e-071833b1009b","description":"The Uuid of the location to assign entries to","type":"text","uuid":"4bbb8267-d0aa-4d27-8bf9-b892f57c4cd5"},{"key":"idType","value":"ID_BARCODE","description":"The type of id used \nidType currently supported: ID_BARCODE, UUID, ID, ROW_UUID, SCISPOT_BARCODE\nIf no idType is provided, the API will autodetect it from the entity's properties in the order of: ID -> ID_BARCODE -> UUID","type":"text","uuid":"17576101-ea9a-4791-ba9b-4233f50c87d4"},{"key":"assignments","description":"A list of json objects with the sample id (required) and the well position (optional if assigning to manifest). id should be in the form of the idType specified in the previous key field. position should be the well position (e.g. \"A1\", \"B3\")","type":"text","uuid":"e57a44d5-dac9-482f-a9eb-1efc7d9fccb4","value":"[\n        {\n            \"id\": \"SSL000001\",\n            \"position\": \"A1\"\n        }\n    ]"}],"options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labsheets/assign-location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"success\":true,\"message\":\"Location assigned to labsheet entry succ...<truncated>\",\"assignedPositions\":[{\"instanceUuid\":\"feb3388b-c6dc-4583-89a8-9f2e235a3ee2\",\"position\":\"A1\"}]}"}],"_postman_id":"3725629b-6201-4612-a50b-b4f168be3e1e"}],"id":"fa5e871f-fb50-4df2-b14d-aceb091c639e","description":"<h4 id=\"overview\">Overview</h4>\n<p>The following API calls are for the manipulation of Labsheets data.</p>\n<h4 id=\"terminology\">Terminology</h4>\n<ul>\n<li><p><strong>Labsheet</strong> - A labsheet is a table that can be used to store and organize data. Labsheets can be created or manipulated in Scispot via GUI or API.</p>\n</li>\n<li><p><strong>Uuid</strong> - Row uuids are unique identifiers for each labsheet row used in request and response bodies. Row uuids can be found using the Get Row Data endpoint and used in other endpoint requests to manipulate specific rows.</p>\n</li>\n<li><p><strong>ID</strong> - IDs are user-defined values that can be used to identify rows in a labsheet. Create row IDs in labsheets by adding a column with type \"ID\" to your labsheet. The Update Row Data By ID Column endpoint uses IDs to update rows in a labsheet.</p>\n</li>\n<li><p><strong>Column Data Types</strong> - These are data types set for each column in a labsheet and can be viewed in a labsheet's manage view menu, under the columns tab.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5924c868-144c-4244-9a53-405dd465854f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"63c5d571-0b40-416d-95d9-0d88b18226ef","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"fa5e871f-fb50-4df2-b14d-aceb091c639e"},{"name":"ELN API","item":[{"name":"Create","item":[{"name":"Create Protocol","id":"8266d0d9-7bfc-4a9d-83e8-2104a7e23e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the protocol to be created</p>\n","type":"text"},{"key":"location","value":"","description":"<p>The location path where you want to create the page. \nFor Example:\nlocation = LABSPACE_NAME:FOLDER_NAME:SUBFOLDER_NAME</p>\n<p>labspace,folders and subfolders should be separated by colon(:)</p>\n","type":"text"},{"key":"steps","value":"","description":"<p>the list of steps to be added in the protocol</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>optional parameter which will be unique for the page.If not provided then it will be created at the backend.</p>\n","type":"text"},{"key":"templateId","value":"","description":"<p>UUID of a template returned by the templates listing endpoints. When supplied, the new page is instantiated from the template -- step UUIDs are reqritten, checkboxes are reset to unchecked, the template flag is flipped off, and self-references to the template UUID are rewritten to the new page UUID. Without it, an empty page is created</p>\n","type":"text","uuid":"1087c666-eb43-4d73-9964-cfe9c558e3df"}]},"url":"https://cloudlab.scispot.io/labspace/protocol/new","description":"<p>Create protocol inside a labspace, folder or a subfolder  </p>\n<p><strong>Note</strong>: Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","new"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"538cab6e-3e12-4184-8420-0f26cb74d3aa","name":"Create Protocol","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"ELISA\",\r\n  \"location\": \"Antibody Detection\",\r\n  \"steps\":[\"Step 1\",\"Step 2\"],\r\n  \"hrid\":\"test/new-PROTOCOL-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/new"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"success\": \"true\",\r\n    \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n    \"name\": \"ELISA\",\r\n    \"hrid\": \"test/new-PROTOCOL-2024-03-02T18\"\r\n  }\r\n]"}],"_postman_id":"8266d0d9-7bfc-4a9d-83e8-2104a7e23e4f"},{"name":"Create Experiment","id":"36d063b4-fed1-4047-9460-50b05b4b4f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the experiment to be created</p>\n","type":"text"},{"key":"location","value":"","description":"<p>The location path where you want to create the page. \nFor Example:\nlocation = LABSPACE_NAME:FOLDER_NAME:SUBFOLDER_NAME\nlabspace,folders and subfolders should be separated by colon(:)</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>optional parameter which will be unique for the page.If not provided then it will be created inside the system.</p>\n","type":"text"},{"key":"templateId","value":"","description":"<p>UUID of a template returned by the templates listing endpoints. When supplied, the new page is instantiated from the template -- step UUIDs are reqritten, checkboxes are reset to unchecked, the template flag is flipped off, and self-references to the template UUID are rewritten to the new page UUID. Without it, an empty page is created</p>\n","type":"text","uuid":"84b69c3b-3fca-474f-a367-69a0e9997cd6"},{"key":"description","value":"","description":"<p>Free text description</p>\n","type":"text","uuid":"b3b1562e-51b0-4349-bba7-663d6e99ce34"}]},"url":"https://cloudlab.scispot.io/labspace/experiment/new","description":"<p>Create an experiment page inside a labspace, folder or subfolder</p>\n<p><strong>Note</strong>: Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","new"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"2c801b42-7a08-45f7-ae1a-e60ba4d6095c","name":"Create Experiment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"ELISA\",\r\n  \"location\": \"Antibody Detection:Folder1:SubFolder1\",\r\n  \"hrid\":\"test/new-EXPERIMENT-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/experiment/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"success\": \"true\",\r\n    \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n    \"name\": \"ELISA\",\r\n    \"hrid\": \"test/new-EXPERIMENT-2024-03-02T18\"\r\n  }\r\n]"}],"_postman_id":"36d063b4-fed1-4047-9460-50b05b4b4f5f"},{"name":"Create Documentation","id":"7201fbe7-1535-487d-9aa2-f8b476fe2c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the documentation to be created</p>\n","type":"text"},{"key":"location","value":"","description":"<p>The location path where you want to create the page. \nFor Example:\nlocation = LABSPACE_NAME:FOLDER_NAME:SUBFOLDER_NAME\nlabspace,folders and subfolders should be separated by colon(:)</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>optional parameter which will be unique for the page.If not provided then it will be created inside the system.</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/documentation/new","description":"<p>Create a documentation page inside a labspace, folder or subfolder</p>\n<p><strong>Note</strong>: Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","new"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"31c14d30-c4c2-455a-bbd3-60661a333604","name":"Create Documentation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"ELISA\",\r\n  \"location\": \"Antibody Detection:Folder1\",\r\n  \"hrid\":\"test/new-DOC-2024-03-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/documentation/new"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"success\": \"true\",\n        \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\n        \"name\":\"ELISA\",\n        \"hrid\":\"test/new-DOC-2024-03-04T18\"\n    }\n]"}],"_postman_id":"7201fbe7-1535-487d-9aa2-f8b476fe2c56"},{"name":"Create Labspace","id":"ce563598-2498-4e7b-9f27-a7232689a85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the labspace to be created</p>\n","type":"text","uuid":"0169cf8c-7365-4e66-bc56-86a0fa00e964"},{"key":"description","value":"","description":"<p>The description of the labspace (Optional)</p>\n","type":"text","uuid":"337e796c-de12-476b-b872-502603b1d058"}]},"url":"https://cloudlab.scispot.io/labspace/create","description":"<p>Create a labspace</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","create"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"2254a993-3061-4614-b4a0-fced7f12eeff","name":"Create Labspace","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"NGS\",\n    \"description\": \"Next-Generation Sequencing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"uuid\": \"f16d523e-068d-4d3f-be6a-259964975b5f\",\n    \"name\": \"NGS\"\n}"}],"_postman_id":"ce563598-2498-4e7b-9f27-a7232689a85f"},{"name":"Create Folder","id":"92c1f966-d184-4d73-9e86-6f87d1c9d590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the folder to be created</p>\n","type":"text"},{"key":"location","value":"","description":"<p>The location path where you want to create the page. \nFor Example:\nlocation = LABSPACE_NAME:FOLDER_NAME:SUBFOLDER_NAME</p>\n<p>labspace,folders and subfolders should be separated by colon(:)</p>\n","type":"text"},{"key":"description","value":"","description":"<p>The description of the folder (Optional)</p>\n","type":"text","uuid":"0058a42c-c3a4-4264-a4e1-bd6fdb1bbdd0"}]},"url":"https://cloudlab.scispot.io/labspace/folder/new","description":"<p>Create a folder/subfolder inside a labspace, folder or a subfolder</p>\n<p><strong>Note</strong>: Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","new"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"bc25b692-5114-4b38-99b6-9a43eb8d9548","name":"Create Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Assay Folder\",\r\n  \"location\": \"Antibody Detection\",\r\n  \"description\": \"Assay Folder\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/new"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"success\": \"true\",\r\n    \"uuid\": \"4b17471d-443e-4a51-9486-9f580716b0cd\",\r\n    \"name\": \"Assay Folder\",\r\n  }\r\n]"}],"_postman_id":"92c1f966-d184-4d73-9e86-6f87d1c9d590"}],"id":"121fcf8b-d62e-4c23-8e06-c67e3a2c4ef8","_postman_id":"121fcf8b-d62e-4c23-8e06-c67e3a2c4ef8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"Update","item":[{"name":"Write To A Protocol","id":"6f0fb593-447e-4705-b149-2d8f18585420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Protocol name (If there are multiple protocols with the same name, please use UUID). If both the name and UUID are included in the payload, the UUID will be prioritized.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>UUID of the protocol page</p>\n","type":"text"},{"key":"contentToAppend","value":"","description":"<p>Content to be added at the end of the protocol</p>\n","type":"text"},{"key":"contentToReplace","value":"","description":"<p>Content with which the current content of the protocol to be replaced</p>\n","type":"text"},{"key":"contentToHead","value":"","description":"<p>Content to be added at the beginning of the protocol</p>\n","type":"text"},{"key":"contentType","value":"","description":"<p>The type of content to be added. Currently support \"text\" or \"image\". Defaults to \"text\". (optional parameter)</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify protocols in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/protocol/write","description":"<p>This endpoint allows users to append the <code>contentType</code>, using <code>contentToAppend</code>, replace using <code>contentToReplace</code>, and add to the head using <code>contentToHead</code>to the protocol.</p>\n<p>If <code>contentType</code> is \"image\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li><p>uuid: (String) The uuid of the image. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the image</p>\n</li>\n</ul>\n<p>If <code>contentType</code> is \"json\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li>elements: (array) This will serve as the base object. This array will contain all other elemennts that will be added into the protocol. Elements can either contain section, text, or file json objects as described below</li>\n</ul>\n<p>Here are the structure of each element object. Currently only sections, texts, or files are supported</p>\n<ul>\n<li>type: (String) The identifier of what this type this JSON object will be. Currently supports \"text\", \"section\", \"text\"</li>\n</ul>\n<p>Section type only :</p>\n<ul>\n<li>items: (array) An array of elements that will be embedded within a section. Note nested sections are not allowed</li>\n</ul>\n<p>Text type only:</p>\n<ul>\n<li><p>content: (string) The text to be added in</p>\n</li>\n<li><p>headers : (string) What header to use for the text. Currently supports \"h1\", \"h2', \"h3\", \"h4\", \"h5\", \"h6\". (Optional)</p>\n</li>\n<li><p>bold : (boolean) Add bold formatting to the text) (Optional)</p>\n</li>\n<li><p>italics : (boolean) Add italics formatting to the text (Optional)</p>\n</li>\n<li><p>underline : (boolean) Add underline formatting to the text (Optional)</p>\n</li>\n<li><p>strikethrough: (boolean) Add strikethroughformatting to the text (Optional)</p>\n</li>\n</ul>\n<p>File Type only</p>\n<ul>\n<li><p>uuid: (String) The uuid of the file. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the file, eg. \"file.csv\"</p>\n</li>\n<li><p>fileType: (String) The type of the file, eg. \"csv\"</p>\n</li>\n</ul>\n<p>Example of a valid JSON for contentType \"json\":</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"elements\": [\n            {\n            \"type\": \"section\",\n            \"items\": [\n                {\n                \"type\": \"text\",\n                \"header\": \"h3\",\n                \"bold\": true,\n                \"italics\": true\n                \"content\": \"This is the title of the section\"\n                },\n                {\n                \"type\": \"text\",\n                \"content\": \"This is the content of my section\"\n                }\n            ]\n            },\n            {\n            \"type\": \"text\",\n            \"content\": \"Some text outside the section\"\n            },\n            {\n            \"type\": \"file\",\n            \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\n            \"name\": \"test.csv\",\n            \"fileType\": \"csv\"\n            }\n        ]\n        }\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","write"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e57b4119-1be3-4006-a176-9042cb7d6c6c","name":"Write To A Protocol","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": \"Objective: To detect antibodies in the given blood specimen\",\r\n  \"hrid\": \"test/new-PROTOCOL-2024-02-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"5b2152cd-dd21-40c4-aed1-b2b968fec834","name":"Write To A Protocol Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\"uuid\" : \"d50072b7-2848-4f24-bce1-bb1d1e21aee9\",\r\n                    \"name\" :\"output\"},\r\n  \"hrid\": \"test/new-PROTOCOL-2024-02-04T18\",\r\n  \"contentType\" : \"image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"80177813-9c52-4302-81cc-3f876024658e","name":"Write To A Protocol JSON","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\r\n        \"elements\": [\r\n            {\r\n            \"type\": \"file\",\r\n            \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\r\n            \"name\": \"test.csv\",\r\n            \"fileType\": \"csv\"\r\n            },\r\n            {\r\n            \"type\": \"section\",\r\n            \"items\": [\r\n                {\r\n                \"type\": \"text\",\r\n                \"header\": \"h3\",\r\n                \"bold\": true,\r\n                \"italics\": true,\r\n                \"content\": \"This is the title of the section\"\r\n                },\r\n                {\r\n                \"type\": \"text\",\r\n                \"content\": \"This is the content of my section\"\r\n                }\r\n            ]\r\n            },\r\n            {\r\n            \"type\": \"text\",\r\n            \"content\": \"Some text outside the section\"\r\n            }\r\n        ]\r\n    },\r\n  \"hrid\": \"test/new-PROTOCOL-2024-02-04T18\",\r\n  \"contentType\" : \"json\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"}],"_postman_id":"6f0fb593-447e-4705-b149-2d8f18585420"},{"name":"Write To An Experiment","id":"41ef8414-2867-48ee-b5fe-330dce73e184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Experiment name (If there are multiple experiment with the same name, please use UUID). If both the name and UUID are included in the payload, the UUID will be prioritized.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>UUID of the experiment page</p>\n","type":"text"},{"key":"contentToAppend","value":"","description":"<p>Content to be added at the end of the experiment</p>\n","type":"text"},{"key":"contentToReplace","value":"","description":"<p>Content with which the current content of the experiment to be replaced</p>\n","type":"text"},{"key":"contentToHead","value":"","description":"<p>Content to be added at the beginning of the experiment</p>\n","type":"text"},{"key":"contentType","value":"","description":"<p>The type of content to be added. Currently support \"text\" or \"image\". Defaults to \"text\". (optional parameter)</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify experiment in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/experiment/write","description":"<p>This endpoint allows users to append the <code>contentType</code>, using <code>contentToAppend</code>, replace using <code>contentToReplace</code>, and add to the head using <code>contentToHead</code>to the protocol.</p>\n<p>If <code>contentType</code> is \"image\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li><p>uuid: (String) The uuid of the image. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the image</p>\n</li>\n</ul>\n<p>If <code>contentType</code> is \"json\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li>elements: (array) This will serve as the base object. This array will contain all other elemennts that will be added into the experiment. Elements can either contain section, text, or file json objects as described below</li>\n</ul>\n<p>Here are the structure of each element object. Currently only sections and texts are supported</p>\n<ul>\n<li>type: (String) The identifier of what this type this JSON object will be. Currently supports \"text\", \"section\", \"text\"</li>\n</ul>\n<p>Section type only :</p>\n<ul>\n<li>items: (array) An array of elements that will be embedded within a section. Note nested sections are not allowed</li>\n</ul>\n<p>Text type only:</p>\n<ul>\n<li><p>content: (string) The text to be added in</p>\n</li>\n<li><p>headers : (string) What header to use for the text. Currently supports \"h1\", \"h2', \"h3\", \"h4\", \"h5\", \"h6\". (Optional)</p>\n</li>\n<li><p>bold : (boolean) Add bold formatting to the text) (Optional)</p>\n</li>\n<li><p>italics : (boolean) Add italics formatting to the text (Optional)</p>\n</li>\n<li><p>underline : (boolean) Add underline formatting to the text (Optional)</p>\n</li>\n<li><p>strikethrough: (boolean) Add strikethroughformatting to the text (Optional)</p>\n</li>\n</ul>\n<p>File Type only</p>\n<ul>\n<li><p>uuid: (String) The uuid of the file. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the file, eg. \"file.csv\"</p>\n</li>\n<li><p>fileType: (String) The type of the file, eg. \"csv</p>\n</li>\n</ul>\n<p>Protocol Template type only:</p>\n<ul>\n<li>protocolUuid: (String) The name of the protocol template to copy and embed.</li>\n</ul>\n<p>Example of a valid JSON for contentType \"json\":</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"elements\": [\n            {\n            \"type\": \"section\",\n            \"items\": [\n                {\n                \"type\": \"text\",\n                \"header\": \"h3\",\n                \"bold\": true,\n                \"italics\": true\n                \"content\": \"This is the title of the section\"\n                },\n                {\n                \"type\": \"text\",\n                \"content\": \"This is the content of my section\"\n                }\n            ]\n            },\n            {\n            \"type\": \"text\",\n            \"content\": \"Some text outside the section\"\n            },\n            {\n            \"type\": \"file\",\n            \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\n            \"name\": \"test.csv\",\n            \"fileType\": \"csv\"\n            },\n            {\n            \"type\": \"protocolTemplate\",\n            \"protocolUuid\": \"3e5c0ef0-a434-43a4-be7b-43c531abf680\"\n            }\n        ]\n        }\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","write"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"6148b27d-4e01-4c05-8bcc-c95f60625e3b","name":"Write To An Experiment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": \"Objective: To detect antibodies in the given blood specimen\",\r\n  \"hrid\": \"test/new-EXPERIMENT-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/experiment/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"507e2a46-2936-4c6c-aa76-6417c76ae627","name":"Write To An Experiment Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\"uuid\" : \"d50072b7-2848-4f24-bce1-bb1d1e21aee9\",\r\n                    \"name\" :\"output\"},\r\n  \"hrid\": \"test/new-EXPERIMENT-2024-03-02T18\",\r\n  \"contentType\" : \"image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/experiment/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"afaa3b70-8d08-4b60-b37f-5d9e9f2f9baa","name":"Write To An Experiment Image Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\r\n        \"elements\": [\r\n            {\r\n            \"type\": \"section\",\r\n            \"items\": [\r\n                {\r\n                \"type\": \"file\",\r\n                \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\r\n                \"name\": \"test.csv\",\r\n                \"fileType\": \"csv\"\r\n                },\r\n                {\r\n                \"type\": \"text\",\r\n                \"header\": \"h3\",\r\n                \"bold\": true,\r\n                \"italics\": true,\r\n                \"content\": \"This is the title of the section\"\r\n                },\r\n                {\r\n                \"type\": \"text\",\r\n                \"content\": \"This is the content of my section\"\r\n                },\r\n                {\r\n                \"type\": \"protocolTemplate\",\r\n                \"protocolUuid\": \"3e5c0ef0-a434-43a4-be7b-43c531abf680\"\r\n                }\r\n            ]\r\n            },\r\n            {\r\n            \"type\": \"text\",\r\n            \"content\": \"Some text outside the section\"\r\n            }\r\n        ]\r\n    },\r\n  \"hrid\": \"test/new-EXPERIMENT-2024-03-02T18\",\r\n  \"contentType\" : \"json\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/experiment/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"}],"_postman_id":"41ef8414-2867-48ee-b5fe-330dce73e184"},{"name":"Write To A Documentation","id":"c1c32f4f-f499-45b5-a696-f1783651b575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Documentation name (If there are multiple documentation with the same name, please use UUID). If both the name and UUID are included in the payload, the UUID will be prioritized.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>UUID of the documentation page</p>\n","type":"text"},{"key":"contentToAppend","value":"","description":"<p>Content to be added at the end of the documentation</p>\n","type":"text"},{"key":"contentToReplace","value":"","description":"<p>Content with which the current content of the documentationis to be replaced</p>\n","type":"text"},{"key":"contentToHead","value":"","description":"<p>Content to be added at the beginning of the documentation</p>\n","type":"text"},{"key":"contentType","value":"","description":"<p>The type of content to be added. Currently support \"text\" or \"image\". Defaults to \"text\". (optional parameter)</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify documentation in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/documentation/write","description":"<p>This endpoint allows users to append the <code>contentType</code>, using <code>contentToAppend</code>, replace using <code>contentToReplace</code>, and add to the head using <code>contentToHead</code>to the protocol.</p>\n<p>If <code>contentType</code> is \"image\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li><p>uuid: (String) The uuid of the image. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the image</p>\n</li>\n</ul>\n<p>If <code>contentType</code> is \"json\", then the <code>contentToAppend</code>, <code>contentToReplace</code>, and/or <code>contentToHead</code> will need to be a JSON Object with the following properties:</p>\n<ul>\n<li>elements: (array) This will serve as the base object. This array will contain all other elemennts that will be added into the documentation. Elements can either contain section, text, or file json objects as described below</li>\n</ul>\n<p>Here are the structure of each element object. Currently only sections and texts are supported</p>\n<ul>\n<li>type: (String) The identifier of what this type this JSON object will be. Currently supports \"text\", \"section\", \"text\"</li>\n</ul>\n<p>Section type only :</p>\n<ul>\n<li>items: (array) An array of elements that will be embedded within a section. Note nested sections are not allowed</li>\n</ul>\n<p>Text type only:</p>\n<ul>\n<li><p>content: (string) The text to be added in</p>\n</li>\n<li><p>headers : (string) What header to use for the text. Currently supports \"h1\", \"h2', \"h3\", \"h4\", \"h5\", \"h6\". (Optional)</p>\n</li>\n<li><p>bold : (boolean) Add bold formatting to the text) (Optional)</p>\n</li>\n<li><p>italics : (boolean) Add italics formatting to the text (Optional)</p>\n</li>\n<li><p>underline : (boolean) Add underline formatting to the text (Optional)</p>\n</li>\n<li><p>strikethrough: (boolean) Add strikethroughformatting to the text (Optional)</p>\n</li>\n</ul>\n<p>File Type only</p>\n<ul>\n<li><p>uuid: (String) The uuid of the file. This can be found using after uploading the file using the <a href=\"https://new.scispot.io/files/store\">https://new.scispot.io/files/store</a><br />  endpoint.</p>\n</li>\n<li><p>name: (String) The name of the file, eg. \"file.csv\"</p>\n</li>\n<li><p>fileType: (String) The type of the file, eg. \"csv\"</p>\n</li>\n</ul>\n<p>Example of a valid JSON for contentType \"json\":</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n        \"elements\": [\n            {\n            \"type\": \"section\",\n            \"items\": [\n                {\n                \"type\": \"text\",\n                \"header\": \"h3\",\n                \"bold\": true,\n                \"italics\": true\n                \"content\": \"This is the title of the section\"\n                },\n                {\n                \"type\": \"text\",\n                \"content\": \"This is the content of my section\"\n                }\n            ]\n            },\n            {\n            \"type\": \"text\",\n            \"content\": \"Some text outside the section\"\n            },\n            {\n            \"type\": \"file\",\n            \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\n            \"name\": \"test.csv\",\n            \"fileType\": \"csv\"\n            }\n\n        ]\n        }\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","write"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"0ab778b4-c23b-4049-8cd5-e709880e5691","name":"Write To A Documentation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": \"Objective: To detect antibodies in the given blood specimen\",\r\n  \"hrid\": \"test/new-DOCUMENTATION-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/documentation/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"972a0e84-ea62-43f3-a9af-08f5db4ee49b","name":"Write To A Documentation Image","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\"uuid\" : \"d50072b7-2848-4f24-bce1-bb1d1e21aee9\",\r\n                    \"name\" :\"output\"},\r\n  \"hrid\": \"test/new-PROTOCOL-2024-02-04T18\",\r\n  \"contentType\" : \"image\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/documentation/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"},{"id":"cdbef22a-c587-4cb7-a4f4-aed3b7532280","name":"Write To A Documentation Image Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Elisa\",\r\n  \"uuid\": \"9cbe87a7-905c-4691-9b91-511c9bc6d6ed\",\r\n  \"contentToHead\": {\r\n        \"elements\": [\r\n            {\r\n            \"type\": \"section\",\r\n            \"items\": [\r\n                {\r\n                \"type\": \"file\",\r\n                \"uuid\": \"e1962cf0-e905-4111-8ed2-3c1b754b1b08\",\r\n                \"name\": \"test.csv\",\r\n                \"fileType\": \"csv\"\r\n                },\r\n                {\r\n                \"type\": \"text\",\r\n                \"header\": \"h3\",\r\n                \"bold\": true,\r\n                \"italics\": true,\r\n                \"content\": \"This is the title of the section\"\r\n                },\r\n                {\r\n                \"type\": \"text\",\r\n                \"content\": \"This is the content of my section\"\r\n                }\r\n            ]\r\n            },\r\n            {\r\n            \"type\": \"text\",\r\n            \"content\": \"Some text outside the section\"\r\n            }\r\n        ]\r\n    },\r\n  \"hrid\": \"test/new-PROTOCOL-2024-02-04T18\",\r\n  \"contentType\" : \"json\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/documentation/write"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"true\"\r\n}"}],"_postman_id":"c1c32f4f-f499-45b5-a696-f1783651b575"},{"name":"Add A Labsheet To A Protocol","id":"03564a31-69a2-4b45-9cd7-8934062cc9b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","description":"<p>The name of the selected page to which labsheet is to be added</p>\n"},{"key":"labspace","value":"","description":"<p>The name of the labspace of the selected page</p>\n","type":"text"},{"key":"folder","value":"","description":"<p>The name of the folder of the selected page</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>The name of the labsheet to be added to the selected page</p>\n","type":"text"},{"key":"items","value":"Type: array[string]","description":"<p>List of IDs of rows to be added from selected labsheet</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify protocols in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"},{"key":"idType","value":"","description":"<p>Accepts \"ID\", \"uuid\". If unset, defaults to \"ID\". Sets the type of id to be used in items array (optional)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/protocol/add-labsheet","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","add-labsheet"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"0f9f3557-9b96-4cc5-bd64-f083366f16b7","name":"Add A Labsheet To A Protocol","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"DNA sequencing\",\r\n  \"labspace\": \"My Labspace\",\r\n  \"labsheet\": \"DNA Data\",\r\n  \"items\": [\r\n    \"B12\",\r\n    \"B23\"\r\n  ],\r\n  \"hrid\":\"test/new-PROTOCOL-2024-02-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/add-labsheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"03564a31-69a2-4b45-9cd7-8934062cc9b2"},{"name":"Add A Labsheet To An Experiment","id":"b509039f-1ca7-4455-91fc-dc02e22558b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","description":"<p>The name of the selected page to which labsheet is to be added</p>\n"},{"key":"labspace","value":"","description":"<p>The name of the labspace of the selected page</p>\n","type":"text"},{"key":"folder","value":"","description":"<p>The name of the folder of the selected page</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>The name of the labsheet to be added to the selected page</p>\n","type":"text"},{"key":"items","value":"Type: array[string]","description":"<p>List of IDs of rows to be added from selected labsheet</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify experiment in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"},{"key":"idType","value":"","description":"<p>Accepts \"ID\", \"uuid\". If unset, defaults to \"ID\". Sets the type of id to be used in items array (optional)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/experiment/add-labsheet","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","add-labsheet"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"b28fd3f3-5737-4d23-ad70-fd4bbff5b59e","name":"Add A Labsheet To An Experiment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"DNA sequencing\",\r\n  \"labspace\": \"My Labspace\",\r\n  \"labsheet\": \"DNA Data\",\r\n  \"items\": [\r\n    \"B12\",\r\n    \"B23\"\r\n  ],\r\n  \"hrid\": \"test/new-EXPERIMENT-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/experiment/add-labsheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"b509039f-1ca7-4455-91fc-dc02e22558b7"},{"name":"Add A Labsheet To A Documentation","id":"f5d23416-1295-4c86-b0bd-5cd5cc98ef87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","description":"<p>The name of the selected page to which labsheet is to be added</p>\n"},{"key":"labspace","value":"","description":"<p>The name of the labspace of the selected page</p>\n","type":"text"},{"key":"folder","value":"","description":"<p>The name of the folder of the selected page</p>\n","type":"text"},{"key":"labsheet","value":"","description":"<p>The name of the labsheet to be added to the selected page</p>\n","type":"text"},{"key":"items","value":"Type: array[string]","description":"<p>List of IDs of rows to be added from selected labsheet</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify documentation in update requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"},{"key":"idType","value":"","description":"<p>Accepts \"ID\", \"uuid\". If unset, defaults to \"ID\". Sets the type of id to be used in items array (optional)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/documentation/add-labsheet","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","add-labsheet"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e8c0150c-4b78-46e9-b424-79ea65b0970d","name":"Add A Labsheet To A Protocol","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"DNA sequencing\",\r\n  \"labspace\": \"My Labspace\",\r\n  \"labsheet\": \"DNA Data\",\r\n  \"items\": [\r\n    \"B12\",\r\n    \"B23\"\r\n  ],\r\n  \"hrid\":\"test/new-DOC-2024-03-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/documentation/add-labsheet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"success\": \"true\"\n    }\n]"}],"_postman_id":"f5d23416-1295-4c86-b0bd-5cd5cc98ef87"},{"name":"Update Protocol Steps","id":"49d712b3-c2a0-44f9-bb9c-6dd8787488f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>The name of the protocol</p>\n","type":"text"},{"key":"stepsToUpdate","value":"Type: array[{position: \"\", data: \"\"}]","description":"<p>List of steps. Each step that needs to be updated should have the position property along with key value pair for properties that need to updated</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>The parameter \"hrid\" is optional and can be used instead of \"name\" and \"uuid\" to identify protocols in requests. \"hrid\" takes precedence over \"name\" and \"uuid\", so if all three are specified in the payload, \"hrid\" will be accepted, while \"uuid\" and \"name\" will be ignored.</p>\n","type":"text"},{"key":"uuid","value":"","description":"<p>uuid of the page (optional parameter)</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/labspace/protocol/update-step","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","update-step"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e1bfe0ce-5492-437b-b4b5-612dc470b20f","name":"Update Protocol Steps","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"DNA test\",\r\n   \"stepsToUpdate\": [\r\n        {\r\n            \"position\": 1,\r\n            \"data\":\"Prepare material\"\r\n        },\r\n        {\r\n            \"position\": 3,\r\n            \"data\": \"step 3. Take readings\",\r\n            \"checked\": \"false\"\r\n        }\r\n    ],\r\n    \"hrid\":\"test/new-PROTOCOL-2024-03-02T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/protocol/update-step"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\"\n}"}],"_postman_id":"49d712b3-c2a0-44f9-bb9c-6dd8787488f6"},{"name":"Attach Image to Protocol","id":"1dabf710-af61-4642-957a-eb2e2cb9c5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image_uuid","value":"","description":"<p>UUID of the image already uploaded to the labspace bucket. The image must exist at S3 key - in the labspace bucket; if it doesn't, the page will render a broken image.</p>\n","type":"text","uuid":"cbeae0f1-5944-4543-a883-ba1e86ed9f7d"},{"key":"hrid","value":"","description":"<p>Identifier of the target page</p>\n","type":"text","uuid":"7ec73660-f665-497f-828a-a2f6f0b9ba18"},{"key":"image_mime_type","value":"","description":"<p>Mime type of the image (default image/png). Used to derive the file extension on the rendered tag.</p>\n","type":"text","uuid":"f79bac58-42ba-44f0-9b65-726a7578418a"},{"key":"image_name","value":"","description":"<p>Display name (default image.png)</p>\n","type":"text","uuid":"152287ce-fc45-49db-a716-bc96017aeba2"},{"key":"position","value":"","description":"<p>append (default), prepend, or replace. Posistion relative to the existing page content.</p>\n","type":"text","uuid":"3caa20d3-7e20-4665-8ced-e77bfe4be4dd"}]},"url":"https://cloudlab.scispot.io/labspace/protocol/attach-image","description":"<p>Embeds an image — already uploaded to the labspace S3 bucket — into a Protocol, Experiment, or Documentation page by generating an XML tag and applying it at the chosen position.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","attach-image"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dabf710-af61-4642-957a-eb2e2cb9c5a1"},{"name":"Attach Image to Experiment","id":"6978ed07-4cb6-4603-a9e7-76853138af47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image_uuid","value":"","description":"<p>UUID of the image already uploaded to the labspace bucket. The image must exist at S3 key - in the labspace bucket; if it doesn't, the page will render a broken image.</p>\n","type":"text","uuid":"e2dd3c16-793c-44df-9a1e-f6590ab1d48e"},{"key":"hrid","value":"","description":"<p>Identifier of the target page.</p>\n","type":"text","uuid":"74b171c7-78cf-4cf0-a4a1-6d3e3519547d"},{"key":"image_mime_type","value":"","description":"<p>Mime type of the image (default image/png). Used to derive the file extension on the rendered tag.</p>\n","type":"text","uuid":"45f301ee-01d3-4441-919e-947e5a2375dd"},{"key":"image_name","value":"","description":"<p>Display name (default image.).</p>\n","type":"text","uuid":"3f677ac7-fcbf-43e4-8234-d1552de798e9"},{"key":"position","value":"","description":"<p>append (default), prepend, or replace. Position relative to the existing page content.</p>\n","type":"text","uuid":"061b6d24-8b82-424f-80b2-d3e57d876210"}]},"url":"https://cloudlab.scispot.io/labspace/experiment/attach-image","description":"<p>Embeds an image — already uploaded to the labspace S3 bucket — into a Protocol, Experiment, or Documentation page by generating an XML tag and applying it at the chosen position.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","attach-image"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"6978ed07-4cb6-4603-a9e7-76853138af47"},{"name":"Attach Image to Documentation","id":"e052e26c-a307-4155-aa60-1663f2bca138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image_uuid","value":"","description":"<p>UUID of the image already uploaded to the labspace bucket. The image must exist at S3 key - in the labspace bucket; if it doesn't, the page will render a broken image.</p>\n","type":"text","uuid":"340d6380-e64f-4a02-a63c-62c76ba9ca6b"},{"key":"hrid ","value":"","description":"<p>Identifier of the target page.</p>\n","type":"text","uuid":"5b9eec15-198e-41c7-a2fc-451197e27a1e"},{"key":"image_mime_type","value":"","description":"<p>Mime type of the image (default image/png). Used to derive the file extension on the rendered tag.</p>\n","type":"text","uuid":"a227f2de-f721-4175-968f-89b159591b53"},{"key":"image_name","value":"","description":"<p>Display name (default image.).</p>\n","type":"text","uuid":"a5febe46-d6b0-4dc6-bd61-6a074e643753"},{"key":"position","value":"","description":"<p>append (default), prepend, or replace. Position relative to the existing page content.</p>\n","type":"text","uuid":"1d70e20c-eb30-4ea7-a265-1fb2cb9ec475"}]},"url":"https://cloudlab.scispot.io/labspace/documentation/attach-image","description":"<p>Embeds an image — already uploaded to the labspace S3 bucket — into a Protocol, Experiment, or Documentation page by generating an XML tag and applying it at the chosen position.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","attach-image"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e052e26c-a307-4155-aa60-1663f2bca138"}],"id":"7e0eab33-2fb9-4293-9499-4539d5306072","_postman_id":"7e0eab33-2fb9-4293-9499-4539d5306072","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"Find","item":[{"name":"Find A Labspace","id":"6cf1cbdc-41c0-4d63-acd3-6f7504e7c895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/fetch?labspace","description":"<p>Get metadata about a labspace</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the labspace.</p>\n","type":"text/plain"},"key":"labspace","value":""}],"variable":[]}},"response":[{"id":"7711c072-4474-4a3f-8782-b16be0d72152","name":"Find A Labspace","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/fetch?labspace=ELISA","host":["https://cloudlab.scispot.io"],"path":["labspace","fetch"],"query":[{"key":"labspace","value":"ELISA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"labspace\",\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": \"ELISA\",\n        \"created_by\": \"author\",\n        \"last_updated\": \"2023-08-09T12:34:36.040Z\",\n        \"created_at\": \"2023-05-19T15:42:14.676Z\"\n    },\n    \"success\": true\n}"}],"_postman_id":"6cf1cbdc-41c0-4d63-acd3-6f7504e7c895"},{"name":"Find A Folder","id":"d7696ed2-191a-4e09-be15-f3d967de1cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/folder/fetch?name&uuid","description":"<p>Retrieve information about a specific folder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The name of the folder</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>The uuid of the folder</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"aea4f2bd-2f31-4df7-88cf-621ddd024da5","name":"Find A Folder By Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/folder/fetch?name=Folder","host":["https://cloudlab.scispot.io"],"path":["labspace","folder","fetch"],"query":[{"key":"name","value":"Folder"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"Folder\",\n    \"parent_uuid\":\"00000000-0000-0000-0000-000000000001\",\n    \"parent\": \"Parent Labspace\",\n    \"description\": \"\",\n    \"created_by\": \"author\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"is_private\":\"true\",\n    \"success\": true\n}"},{"id":"83550b4d-c0f1-4aea-8fde-99ac022a42f4","name":"Find A Folder By Uuid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/folder/fetch?uuid=00000000-0000-0000-0000-000000000000","host":["https://cloudlab.scispot.io"],"path":["labspace","folder","fetch"],"query":[{"key":"uuid","value":"00000000-0000-0000-0000-000000000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"Folder\",\n    \"parent_uuid\":\"00000000-0000-0000-0000-000000000001\",\n    \"parent\": \"Parent Labspace\",\n    \"description\": \"\",\n    \"created_by\": \"author\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"is_private\":\"true\",\n    \"success\": true\n}"}],"_postman_id":"d7696ed2-191a-4e09-be15-f3d967de1cd7"},{"name":"Find A Protocol","id":"0a8a7e65-4322-4320-a7ca-714948030dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/protocol/fetch?hrid&uuid&name","description":"<p>Retrieve information about a specific protocol</p>\n<p>NOTE: It is necessary to provide one of the following identifiers: <strong>hrid</strong>, <strong>name</strong> or <strong>uuid</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the protocol</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"f3aa8e1d-3059-4f79-8718-3bd0aa338b8d","name":"Find A Protocol By hrid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/fetch?hrid=test/new-PROTOCOL-2024-03-02T18","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","fetch"],"query":[{"key":"hrid","value":"test/new-PROTOCOL-2024-03-02T18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA\",\n    \"hrid\":\"test/new-PROTOCOL-2024-03-02T18\",\n    \"parent\": \"newer folder test\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"steps\": [\n        \"Step 1\",\n        \"Step 2\"\n    ],\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"},{"id":"7291089c-ab9a-40ea-a38f-554914f210d6","name":"Find A Protocol By uuid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/fetch?uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","fetch"],"query":[{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA\",\n    \"hrid\":\"test/new-PROTOCOL-2024-03-02T18\",\n    \"parent\": \"newer folder test\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"steps\": [\n        \"Step 1\",\n        \"Step 2\"\n    ],\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"},{"id":"5b1e42f0-ca06-45ea-89e7-654b7551372f","name":"Find A Protocol By Name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/fetch?name=ELISA","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","fetch"],"query":[{"key":"name","value":"ELISA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA\",\n    \"hrid\":\"test/new-PROTOCOL-2024-03-02T18\",\n    \"parent\": \"newer folder test\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"steps\": [\n        \"Step 1\",\n        \"Step 2\"\n    ],\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"0a8a7e65-4322-4320-a7ca-714948030dba"},{"name":"Find An Experiment","id":"6ae9bdfb-c288-4a79-b5b7-3ff782d4c4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/experiment/fetch?hrid=&uuid=&name=","description":"<p>Retrieve information about a specific experiment</p>\n<p>NOTE: It is necessary to provide one of the following identifiers: <strong>hrid</strong>, <strong>name</strong> or <strong>uuid</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the experiment</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"5f17c0dd-e5f9-41f3-a26a-472dff0bd8c9","name":"Find An Experiment By hrid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/experiment/fetch?hrid=test/new-EXPERIMENT-2024-03-02T18","host":["https://cloudlab.scispot.io"],"path":["labspace","experiment","fetch"],"query":[{"key":"hrid","value":"test/new-EXPERIMENT-2024-03-02T18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"EXPERIMENT 1\",\n    \"hrid\":\"test/new-EXPERIMENT-2024-03-02T18\",\n    \"parent\": \"ELISA Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"},{"id":"822e11b7-59a5-4b00-930b-55e1505993c0","name":"Find An Experiment By uuid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/experiment/fetch?uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["labspace","experiment","fetch"],"query":[{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"EXPERIMENT 1\",\n    \"hrid\":\"test/new-EXPERIMENT-2024-03-02T18\",\n    \"parent\": \"ELISA Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"},{"id":"516d7201-cbf8-4240-ac5f-a572c37f8b28","name":"Find An Experiment By Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/experiment/fetch?name=EXPERIMENT 1","host":["https://cloudlab.scispot.io"],"path":["labspace","experiment","fetch"],"query":[{"key":"name","value":"EXPERIMENT 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"EXPERIMENT 1\",\n    \"hrid\":\"test/new-EXPERIMENT-2024-03-02T18\",\n    \"parent\": \"ELISA Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"labsheets\": [\n        {\n            \"Labsheet Name\": \"Sample\",\n            \"rows\": [\n                [\n                    \"item 1\",\n                    \"\",\n                    \"\",\n                    \"mka9\"\n                ],\n                [\n                    \"item 2\",\n                    \"12\",\n                    \"2\",\n                    \"ace92\"\n                ]\n            ],\n            \"headers\": [\n                \"Name\",\n                \"Quantity\",\n                \"Unit Price\",\n                \"Product ID\"\n            ]\n        }\n    ],\n    \"sheets\": [\n        {\n            \"name\": \"Cells\",\n            \"data\": [\n                [\n                    \"11\",\n                    \"21\",\n                    \"31\",\n                    \"41\"\n                ],\n                [\n                    \"22\",\n                    \"22\",\n                    \"32\",\n                    \"42\"\n                ],\n                [\n                    \"3a\",\n                    \"23\",\n                    \"33\",\n                    \"43\"\n                ]\n            ]\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"6ae9bdfb-c288-4a79-b5b7-3ff782d4c4d4"},{"name":"Find A Documentation","id":"6b125bc6-afd5-4909-b5e5-dc7c19f7ad92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/documentation/fetch?hrid=&uuid=&name=","description":"<p>Retrieve information about a specific documentation page</p>\n<p>NOTE: It is necessary to provide one of the following identifiers: <strong>hrid</strong>, <strong>name</strong> or <strong>uuid</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the documentation page</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"3cf63449-2348-4db2-921c-0f9a07f4ef95","name":"Find A Documentation By hrid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n  \"name\": \"ELISA\",\r\n  \"hrid\": \"test/new-DOC-2024-03-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cloudlab.scispot.io/labspace/documentation/fetch?hrid=test/new-DOC-2024-03-02T18","host":["https://cloudlab.scispot.io"],"path":["labspace","documentation","fetch"],"query":[{"key":"hrid","value":"test/new-DOC-2024-03-02T18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA-DOC\",\n    \"hrid\":\"test/new-DOC-2024-03-02T18\",\n    \"parent\": \"Analysis Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"success\": true\n}"},{"id":"a58f57f4-ab30-4130-b94c-e826bafff7fb","name":"Find A Documentation By uuid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"apiKey\": \"12345678-abcd-9012-efgh-345678901234\",\r\n  \"name\": \"ELISA\",\r\n  \"hrid\": \"test/new-DOC-2024-03-04T18\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cloudlab.scispot.io/labspace/documentation/fetch?uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["labspace","documentation","fetch"],"query":[{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA-DOC\",\n    \"hrid\":\"test/new-DOC-2024-03-02T18\",\n    \"parent\": \"Analysis Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"success\": true\n}"},{"id":"1857ace3-b28d-4270-bd7f-b17b504328b1","name":"Find A Documentation By Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/documentation/fetch?name=ELISA-DOc","host":["https://cloudlab.scispot.io"],"path":["labspace","documentation","fetch"],"query":[{"key":"name","value":"ELISA-DOc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"12345678-abcd-9012-efgh-345678901234s\",\n    \"name\": \"ELISA-DOC\",\n    \"hrid\":\"test/new-DOC-2024-03-02T18\",\n    \"parent\": \"Analysis Labspace\",\n    \"status\": \"preparing\",\n    \"created_at\": \"2023-04-26T19:44:50.782Z\",\n    \"last_updated\": \"2023-06-12T13:44:35.441Z\",\n    \"description\": \"\",\n    \"success\": true\n}"}],"_postman_id":"6b125bc6-afd5-4909-b5e5-dc7c19f7ad92"}],"id":"20119757-ad59-4ce3-9fdd-68abf5e0ef4d","_postman_id":"20119757-ad59-4ce3-9fdd-68abf5e0ef4d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"List","item":[{"name":"List Labspaces","event":[{"listen":"test","script":{"id":"4fed470d-3239-4034-9706-c23b2dad0f74","exec":[""],"type":"text/javascript","packages":{}}}],"id":"65601a75-1a25-450e-80ad-7fe8ac8ca73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/fetch-list","description":"<p>This endpoint retrieves a list of labspaces</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"96b85057-a920-4fa5-bb22-efeb119c19d5","name":"List Labspaces","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/labspace/fetch-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"items\": [\n        {\"name\":\"Labspace 1\"},\n        {\"name\":\"Labspace 2\"},\n        {\"name\":\"Labspace 3\"},        \n        {\"name\":\"Labspace 4\"}\n    ],\n    \"total\":4\n}"}],"_postman_id":"65601a75-1a25-450e-80ad-7fe8ac8ca73a"},{"name":"List Folders","id":"c233f895-e964-48b8-a085-54cab48493f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/folder/fetch-list?location&page&pageSize&archived","description":"<p>Get a list of folders inside a labspace.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>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.\n  For Example: Labspace_Name:Folder_Name:Subfolder_Name</p>\n","type":"text/plain"},"key":"location","value":""},{"description":{"content":"<p>The index of desired pages. For example setting page as 2 and pageSize as 10 fetches items 11-20. Defaults to 1</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items to be fetched. Defaults to 5, maximum value 1000</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>\"true\" or \"false. If \"true\" will filter results for only archived folders, if \"false\", will fitler results for non archived folders. Default \"false'. (Optional)</p>\n","type":"text/plain"},"key":"archived","value":""}],"variable":[]}},"response":[{"id":"6b559e71-6479-4aa1-b81c-d8ef475ba397","name":"List Folders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/folder/fetch-list?location=AssayLabspace:Folder1&page=1&pageSize=10&archived=false","host":["https://cloudlab.scispot.io"],"path":["labspace","folder","fetch-list"],"query":[{"key":"location","value":"AssayLabspace:Folder1"},{"key":"page","value":"1"},{"key":"pageSize","value":"10"},{"key":"archived","value":"false","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"uuid\": \"0fa21c6f-8fdd-4b22-b3d1-93af11423808\",\n            \"name\": \"Folder1\"\n        },\n        {\n            \"uuid\": \"05331bd5-dccd-4767-b81e-c6482f16a195\",\n            \"name\": \"Folder2\"\n        },\n        {\n            \"uuid\": \"ec8bf630-b947-4252-9dc1-5b725c7d7f0d\",\n            \"name\": \"Folder3\"\n        },\n        {\n            \"uuid\": \"23b5eaa4-6a5c-4bfd-84ab-84053efce961\",\n            \"name\": \"Folder4\"\n        },\n        {\n            \"uuid\": \"e784a112-1eab-4903-902c-8a0d7c8437d2\",\n            \"name\": \"Folder5\"\n        }\n    ],\n    \"total\": 7,\n    \"success\": true\n}"}],"_postman_id":"c233f895-e964-48b8-a085-54cab48493f0"},{"name":"List Protocols","id":"627eee40-fc08-46d3-9cf1-514926c0efea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/protocol/fetch-list?location=&page=&pageSize=","description":"<p>Get a list of protocols inside a location(path of your labspace,folder or subfolder) based on the provided query parameters.</p>\n<p><strong>NOTE:</strong></p>\n<ul>\n<li><p>It is necessary to provide the location. location always starts from labspace name.</p>\n</li>\n<li><p>Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The location path from where the protocols will be fetched. You can seperate the labspace,folders and subfolders by colon(:). It always starts from labspace name.\n  For Example: Labspace_Name:Folder_Name:Subfolder_Name</p>\n","type":"text/plain"},"key":"location","value":""},{"description":{"content":"<p>The index of desired pages. For example setting page as 2 and pageSize as 10 fetches items 11-20.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items to be fetched.</p>\n","type":"text/plain"},"key":"pageSize","value":""}],"variable":[]}},"response":[{"id":"a8c872fe-55f7-42b4-9549-87b100f9043e","name":"List Protocols","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/fetch-list?location=my-labspace:my-folder&page=1&pageSize=10","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","fetch-list"],"query":[{"key":"location","value":"my-labspace:my-folder"},{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"items\": [\n        {\n            \"name\": \"assay 1\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-PROTOCOL-2024-03-04T18:23:01.433Z\"\n        },\n        {\n            \"name\": \"assay test\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-PROTOCOL-2024-02-04T18:23:01.433Z\"\n        }\n    ]\n}"}],"_postman_id":"627eee40-fc08-46d3-9cf1-514926c0efea"},{"name":"List Experiments","id":"cb526704-2e40-4bbd-bdc9-9a40c30ca203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/experiment/fetch-list?location=&page=&pageSize=","description":"<p>Get a list of experiments pages inside a location path(labspace,folder or subfolder separated by colon(:)) based on the provided query parameters.</p>\n<p><strong>NOTE:</strong></p>\n<ul>\n<li><p>It is necessary to provide the location. location always starts from labspace name.</p>\n</li>\n<li><p>Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The location path from where the protocols will be fetched. You can seperate the labspace,folders and subfolders by colon(:). It always starts from labspace name.\n  For Example: Labspace_Name:Folder_Name:Subfolder_Name.</p>\n","type":"text/plain"},"key":"location","value":""},{"description":{"content":"<p> The index of desired pages. For example setting page as 2 and pageSize as 10 fetches items 11-20.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items to be fetched.</p>\n","type":"text/plain"},"key":"pageSize","value":""}],"variable":[]}},"response":[{"id":"961be54c-6d61-433c-b101-28b2e91c7034","name":"List Experiments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/experiment/fetch-list?location=my-labspace:my-folder:my-subfolder&page=1&pageSize=10","protocol":"https","host":["cloudlab","scispot","io"],"path":["labspace","experiment","fetch-list"],"query":[{"key":"location","value":"my-labspace:my-folder:my-subfolder"},{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"items\": [\n        {\n            \"name\": \"assay 1\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-EXPERIMENT-2024-03-04T18:23:01.433Z\"\n        },\n        {\n            \"name\": \"assay test\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-EXPERIMENT-2024-03-02T18:23:01.433Z\"\n        }\n    ]\n}"}],"_postman_id":"cb526704-2e40-4bbd-bdc9-9a40c30ca203"},{"name":"List Documentations","id":"3229e66f-62df-4e4f-badd-dd901a49077f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/documentation/fetch-list?location=&page=&pageSize=","description":"<p>Get a list of documentation pages inside a location path(labspace,folder or subfolder separated by colon(:)) based on the provided query parameters.</p>\n<p><strong>NOTE:</strong></p>\n<ul>\n<li><p>It is necessary to provide the location. location always starts from labspace name.</p>\n</li>\n<li><p>Labspace, Folder, and Subfolder names should not contain the colon (<code>:</code>) character.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The location path from where the protocols will be fetched. You can seperate the labspace,folders and subfolders by colon(:). It always starts from labspace name.\n  For Example: Labspace_Name:Folder_Name:Subfolder_Name.</p>\n","type":"text/plain"},"key":"location","value":""},{"description":{"content":"<p> The index of desired pages. For example setting page as 2 and pageSize as 10 fetches items 11-20.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items to be fetched.</p>\n","type":"text/plain"},"key":"pageSize","value":""}],"variable":[]}},"response":[{"id":"45ce0397-c8dd-41f1-8069-dd159f0a8e70","name":"List Documentations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/documentation/fetch-list?location=my-labspace:my-folder:my-subfolder&page=1&pageSize=10","protocol":"https","host":["cloudlab","scispot","io"],"path":["labspace","documentation","fetch-list"],"query":[{"key":"location","value":"my-labspace:my-folder:my-subfolder"},{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"items\": [\n        {\n            \"name\": \"assay 1\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-DOCUMENTATION-2024-03-04T18:23:01.433Z\"\n        },\n        {\n            \"name\": \"assay test\",\n            \"content\": \"Objective: To determine....\",\n            \"hrid\":\"test/new-DOCUMENTATION-2024-03-02T18:23:01.433Z\"\n\n        }\n    ]\n}"}],"_postman_id":"3229e66f-62df-4e4f-badd-dd901a49077f"},{"name":"List Experiment Templates","id":"717290c0-4570-4fb9-8d6c-1fdddb1a9c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/protocol/templates/fetch-list?page=1&pageSize=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","templates","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>[required]\n specifies the page number to start the fetch from</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>[required] Max 1000\nspecifies the number of results per page</p>\n","type":"text/plain"},"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"0037831e-5e5e-430b-81bd-d737e0bbc298","name":"List Experiment Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/templates/fetch-list?page=1&pageSize=2","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","templates","fetch-list"],"query":[{"key":"page","value":"1","description":"[required]\n specifies the page number to start the fetch from"},{"key":"pageSize","value":"2","description":"[required] Max 1000\nspecifies the number of results per page"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"uuid\": \"e68afcc4-62ff-4ac8-bba2-ab8709f9abe5\",\r\n            \"name\": \"Experiment Template\",\r\n            \"hrid\": \"kevin/new-EXPERIMENT-2026-02-11T20:08:07.117Z\",\r\n            \"pageType\": \"EXPERIMENT\",\r\n            \"description\": \"\",\r\n            \"created_by\": \"kevin@scispot.io\",\r\n            \"created_at\": \"2026-02-11T20:08:06.846Z\",\r\n            \"last_updated\": \"2026-03-16T18:41:21.058Z\",\r\n            \"last_updated_by\": \"kevin@scispot.io\",\r\n            \"source\": \"customer\"\r\n        },\r\n        {\r\n            \"uuid\": \"51f824db-f8de-4026-87b8-29eff19d713f\",\r\n            \"name\": \"testtt\",\r\n            \"hrid\": \"eltigani/new-EXPERIMENT-2026-03-13T05:12:40.439Z\",\r\n            \"pageType\": \"EXPERIMENT\",\r\n            \"description\": \"\",\r\n            \"created_by\": \"eltigani@scispot.io\",\r\n            \"created_at\": \"2026-03-13T05:12:40.227Z\",\r\n            \"last_updated\": \"2026-03-13T06:09:59.668Z\",\r\n            \"last_updated_by\": \"eltigani@scispot.io\",\r\n            \"source\": \"customer\"\r\n        }\r\n    ],\r\n    \"total\": 132,\r\n    \"customer_total\": 50,\r\n    \"originals_total\": 82,\r\n    \"success\": true\r\n}"}],"_postman_id":"717290c0-4570-4fb9-8d6c-1fdddb1a9c60"},{"name":"List Protocol Templates","id":"9c2d76f8-2ba6-4f3e-8e07-e9009da01d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/protocol/templates/fetch-list?page=1&pageSize=10","description":"<p>This request is to fetch a list of protocol templates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","templates","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>[required]\n specifies the page number to start the fetch from</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>[required] Max 1000\nspecifies the number of results per page</p>\n","type":"text/plain"},"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"c08c7e28-30bf-4b88-8ac7-49f405cc0954","name":"List Protocol Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/templates/fetch-list?page=1&pageSize=2","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","templates","fetch-list"],"query":[{"key":"page","value":"1","description":"[required]\n specifies the page number to start the fetch from"},{"key":"pageSize","value":"2","description":"[required] Max 1000\nspecifies the number of results per page"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"uuid\": \"8112ffac-3a2f-4136-8c82-f875541e1b2c\",\r\n            \"name\": \"IQ-02 LIMS Version Compatibility\",\r\n            \"hrid\": \"aneetta/new-Protocol-05-07-26/17:25:31-1\",\r\n            \"pageType\": \"PROTOCOL\",\r\n            \"description\": \"\",\r\n            \"created_by\": \"aneetta@scispot.io\",\r\n            \"created_at\": \"2026-05-07T11:56:45.420Z\",\r\n            \"last_updated\": \"2026-05-13T20:12:14.739Z\",\r\n            \"last_updated_by\": \"aneetta@scispot.io\",\r\n            \"source\": \"customer\"\r\n        },\r\n        {\r\n            \"uuid\": \"b331a6d7-71e7-433f-a92b-8be44b3ea5b1\",\r\n            \"name\": \"IQ-01 AWS Deployment Verification\",\r\n            \"hrid\": \"aneetta/new-Protocol-05-07-26/17:30:58-1\",\r\n            \"pageType\": \"PROTOCOL\",\r\n            \"description\": \"\",\r\n            \"created_by\": \"aneetta@scispot.io\",\r\n            \"created_at\": \"2026-05-07T12:01:53.845Z\",\r\n            \"last_updated\": \"2026-05-07T12:06:05.842Z\",\r\n            \"last_updated_by\": \"aneetta@scispot.io\",\r\n            \"source\": \"customer\"\r\n        }\r\n    ],\r\n    \"total\": 907,\r\n    \"customer_total\": 128,\r\n    \"originals_total\": 779,\r\n    \"success\": true\r\n}"}],"_postman_id":"9c2d76f8-2ba6-4f3e-8e07-e9009da01d04"}],"id":"3db4266e-c070-423d-8ee7-746b2edacb40","_postman_id":"3db4266e-c070-423d-8ee7-746b2edacb40","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"Delete","item":[{"name":"Delete Protocol","id":"a46e51d4-d945-4be3-9a85-d4695da47ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cloudlab.scispot.io/labspace/protocol/delete?hrid&uuid&name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","protocol","delete"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the protocol</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"1c3cdb57-62e6-4412-ba38-3c7bbfe3c859","name":"Delete Protocol","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cloudlab.scispot.io/labspace/protocol/delete?hrid&uuid=af67a928-5f44-4703-8034-7c541d09ac76&name","host":["https://cloudlab.scispot.io"],"path":["labspace","protocol","delete"],"query":[{"key":"hrid","value":null,"description":"Human Readable Id"},{"key":"uuid","value":"af67a928-5f44-4703-8034-7c541d09ac76","description":"uuid of the page"},{"key":"name","value":null,"description":"The name of the protocol"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sucess\": true\n}"}],"_postman_id":"a46e51d4-d945-4be3-9a85-d4695da47ab2"},{"name":"Delete Experiment","id":"b8ae01e3-56b4-4773-8b42-338526267abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cloudlab.scispot.io/labspace/experiment/delete?hrid&uuid&name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","experiment","delete"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the protocol</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"65cea1b3-acd7-4083-8841-6d5cad717f29","name":"Delete Experiment","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cloudlab.scispot.io/labspace/experiment/delete?hrid&uuid=09bb4c6d-6e5b-4b90-830f-c4db93ee4050&name","host":["https://cloudlab.scispot.io"],"path":["labspace","experiment","delete"],"query":[{"key":"hrid","value":null,"description":"Human Readable Id"},{"key":"uuid","value":"09bb4c6d-6e5b-4b90-830f-c4db93ee4050","description":"uuid of the page"},{"key":"name","value":null,"description":"The name of the protocol"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sucess\": true\n}"}],"_postman_id":"b8ae01e3-56b4-4773-8b42-338526267abd"},{"name":"Delete Documentation","id":"fe7cb80e-fca1-4691-90b0-e3c805a98f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cloudlab.scispot.io/labspace/documentation/delete?hrid&uuid&name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","documentation","delete"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the page</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>The name of the documentation</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"289f947b-ca34-4680-9a50-e1b2adfdd288","name":"Delete Documentation","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cloudlab.scispot.io/labspace/doucmentation/delete?hrid&uuid=5b38af8f-fb99-45bb-b857-06274c15b190&name","host":["https://cloudlab.scispot.io"],"path":["labspace","doucmentation","delete"],"query":[{"key":"hrid","value":null,"description":"Human Readable Id"},{"key":"uuid","value":"5b38af8f-fb99-45bb-b857-06274c15b190","description":"uuid of the page"},{"key":"name","value":null,"description":"The name of the documentation"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sucess\": true\n}"}],"_postman_id":"fe7cb80e-fca1-4691-90b0-e3c805a98f15"}],"id":"8f46faa5-0a9d-4d9d-b0c5-7062fe55e6be","_postman_id":"8f46faa5-0a9d-4d9d-b0c5-7062fe55e6be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"Permissions (Super Admin Only)","item":[{"name":"List Permissions","id":"0103a7e7-a088-419b-8709-8ceb451bbc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/labspace/folder/fetch-permissions?uuid&location","description":"<p>This endpoint allows you to list permissions to a private folder in the labspace.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>The folder must already be privated</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","fetch-permissions"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The uuid of the folder. If both location and uuid are provided uuid is priortized over location</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>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.\n  For Example: Labspace_Name:Folder_Name:Subfolder_Name</p>\n","type":"text/plain"},"key":"location","value":""}],"variable":[]}},"response":[{"id":"58dd3587-e945-4b20-a925-f6da00f6546f","name":"List Permissions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/labspace/folder/fetch-list?location=AssayLabspace:Folder1&uuid=1f15fc53-59f7-455c-9fd6-05432d0a20d1 ","host":["https://cloudlab.scispot.io"],"path":["labspace","folder","fetch-list"],"query":[{"key":"location","value":"AssayLabspace:Folder1"},{"key":"uuid","value":"1f15fc53-59f7-455c-9fd6-05432d0a20d1 "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"email\": \"email1@example.com\",\n            \"name\": \"Jeffrey\",\n            \"type\": \"Editor\"\n        },\n        {\n            \"email\": \"email2@example.com\",\n            \"name\": \"Liam\",\n            \"type\": \"Editor\"\n        }\n    ],\n    \"teams\": [],\n    \"success\": true\n}"}],"_postman_id":"0103a7e7-a088-419b-8709-8ceb451bbc86"},{"name":"Add Permissions","id":"ca79df89-ab71-48a9-b543-a300a8bcf008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uuid","value":"","description":"<p>The uuid of the folder. If both location and uuid are provided uuid is priortized over location</p>\n","type":"text","uuid":"3f3b536a-042b-4485-a1f0-a70b815481d0"},{"key":"location","value":"","description":"<p>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. (Optional parameter)</p>\n","type":"text","uuid":"a2c8750f-0957-43ca-bcb6-95f3a8284ba8"},{"key":"users","value":"Type: array[{email: \"\", permission: \"\"}]","description":"<p>An array of JSON objects. Each JSON object has the following key-value pairs:\nemail: email of the user\npermission: permission to be given to the user. Either \"Viewer\" or \"Editor\"</p>\n","type":"text","uuid":"c1746060-1a42-4e0b-a220-09f7482a42b8"}]},"url":"https://cloudlab.scispot.io/labspace/folder/add-permissions","description":"<p>This endpoint allows you to add permissions to a private folder in the labspace.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>The folder must already be privated</p>\n</li>\n<li><p>You cannot add a user who already has permission to a private folder. (To edit a permission you must delete the user first and then add them back with the correct permission)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","add-permissions"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"15221f04-385a-4724-be66-d02026a15a08","name":"Add Permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"1f15fc53-59f7-455c-9fd6-05432d0a20d1\",\r\n    \"users\": [\r\n        {\r\n            \"email\" : \"email1@example.com\",\r\n            \"permission\" : \"Editor\"\r\n        },\r\n        {\r\n            \"email\" : \"email2@example.com\",\r\n            \"permission\" : \"Viewer\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/add-permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"ca79df89-ab71-48a9-b543-a300a8bcf008"},{"name":"Lock Folder","id":"d92a0cbc-72cb-4947-8482-ce069761e0ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uuid","value":"","description":"<p>The uuid of the folder. If both location and uuid are provided uuid is priortized over location</p>\n","type":"text","uuid":"3f3b536a-042b-4485-a1f0-a70b815481d0"},{"key":"location","value":"","description":"<p>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. (Optional parameter)</p>\n","type":"text","uuid":"a2c8750f-0957-43ca-bcb6-95f3a8284ba8"}]},"url":"https://cloudlab.scispot.io/labspace/folder/lock","description":"<p>This endpoint allows you to add permissions to a private folder in the labspace.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>The folder must already be privated</p>\n</li>\n<li><p>You cannot add a user who already has permission to a private folder. (To edit a permission you must delete the user first and then add them back with the correct permission)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","lock"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"4d79b30e-e8dd-486c-95f2-6c260ff3e1f5","name":"Lock Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"1f15fc53-59f7-455c-9fd6-05432d0a20d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"302fab63-0f5c-4806-bc3e-1b5cc341f699","name":"Lock Folder Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location\" : \"My Labspace:My Folder\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"d92a0cbc-72cb-4947-8482-ce069761e0ae"},{"name":"Unlock Folder","id":"5a584993-7a97-44bf-a367-f5ed5dbdb61a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uuid","value":"","description":"<p>The uuid of the folder. If both location and uuid are provided uuid is priortized over location</p>\n","type":"text","uuid":"3f3b536a-042b-4485-a1f0-a70b815481d0"},{"key":"location","value":"","description":"<p>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. (Optional parameter)</p>\n","type":"text","uuid":"a2c8750f-0957-43ca-bcb6-95f3a8284ba8"}]},"url":"https://cloudlab.scispot.io/labspace/folder/unlock","description":"<p>This endpoint allows you to add permissions to a private folder in the labspace.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>The folder must already be privated</p>\n</li>\n<li><p>You cannot add a user who already has permission to a private folder. (To edit a permission you must delete the user first and then add them back with the correct permission)</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","unlock"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"209d7741-986b-42b2-a42f-f68c8ee48418","name":"Unlock Folder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"1f15fc53-59f7-455c-9fd6-05432d0a20d1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/unlock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"},{"id":"64de7e3a-ba38-4891-8a2e-26f20f66d025","name":"Unlock Folder Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"location\" : \"My Labspace:My Folder\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/unlock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"5a584993-7a97-44bf-a367-f5ed5dbdb61a"},{"name":"Remove Permissions","id":"f82bbbab-4d6a-4fe0-bd87-d757cda55f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uuid","value":"","description":"<p>The uuid of the folder. If both location and uuid are provided uuid is priortized over location</p>\n","type":"text","uuid":"3f3b536a-042b-4485-a1f0-a70b815481d0"},{"key":"location","value":"","description":"<p>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. (Optional parameter)</p>\n","type":"text","uuid":"a2c8750f-0957-43ca-bcb6-95f3a8284ba8"},{"key":"users","value":"Type: array[{email: \"\"}]","description":"<p>An array of JSON objects. Each JSON object has the following key-value pairs:\nemail: email of the user</p>\n","type":"text","uuid":"c1746060-1a42-4e0b-a220-09f7482a42b8"}]},"url":"https://cloudlab.scispot.io/labspace/folder/remove-permissions","description":"<p>This endpoint allows you to add permissions to a private folder in the labspace.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>The folder must already be privated</p>\n</li>\n<li><p>You cannot remove a user who does not have any permission to a private folder</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labspace","folder","remove-permissions"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"3fd92c33-ba8d-494a-bec5-05fcd3d0020c","name":"Remove Permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"1f15fc53-59f7-455c-9fd6-05432d0a20d1\",\r\n    \"users\": [\r\n        {\r\n            \"email\" : \"email1@example.com\"\r\n        },\r\n        {\r\n            \"email\" : \"email2@example.com\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/labspace/folder/remove-permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"f82bbbab-4d6a-4fe0-bd87-d757cda55f94"}],"id":"7f763f2e-3196-4184-a7a3-e31ce820e41d","description":"<h3 id=\"permissions-endpoint\">Permissions Endpoint</h3>\n<p>These endpoint allows you to list, add, remove useres from a private folder.</p>\n<h4 id=\"notes\"><strong>Notes</strong>:</h4>\n<ul>\n<li><p>The owner of the API token must have Super Admin permissions</p>\n</li>\n<li><p>These endpoints only work for folders that are already privated</p>\n</li>\n</ul>\n","_postman_id":"7f763f2e-3196-4184-a7a3-e31ce820e41d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}}],"id":"fc8c24b6-db33-4c69-8ae9-0940e3f847e9","description":"<h4 id=\"overview\">Overview</h4>\n<p>The following API calls are for the manipulation of ELN data.</p>\n<h4 id=\"terminology\">Terminology</h4>\n<ul>\n<li><strong>Labspace</strong> - \"Labspace\" is analogous to a directory or workspace. A labspace can contain folders,experiments, protocols and/or documentation pages. Labspaces can be created and manipulated through via GUI or API.</li>\n<li><strong>Folder</strong> - \"Folder\" is similar to a traditional folder. It allows users to organize their data inside different \"Labspaces\".</li>\n<li><strong>Protocol</strong> - A protocol is a base object used to store and organize protocol data. It is analogous to a page in a traditional laboratory record.</li>\n<li><strong>Experiment</strong> - An experiment is a base object used to store and organize experiment data and related protocols. It is also analogous to a page in a traditional laboratory record.</li>\n<li><strong>Documentation</strong> - A documentation page is a base object analogous to a simple note-taking page.</li>\n</ul>\n","_postman_id":"fc8c24b6-db33-4c69-8ae9-0940e3f847e9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"MANIFESTS (PLATES, BOXES, RACKS) API","item":[{"name":"Create A Manifest","id":"70af664f-6354-4fe8-a7b9-edc8cb83160b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","description":"<p>Name of the manifest</p>\n"},{"key":"template","value":"","description":"<p>Name of the plate template</p>\n","type":"text"},{"key":"plates","value":"Type: array[{template: \"\", wells: \"\", labsheets: \"\"}]","description":"<p>An array of JSON objects. Each JSON Object represents a plate which has the following key-value pairs:</p>\n<p>template: Name of the plate template</p>\n<p>wells: Number of wells in the plate</p>\n<p>labsheets: A list of items that you want to bring from your labsheet. Every new source labsheet is an object here. Each labsheet can be configured to use a different type of id as a selector using the optional \"idType\" parameter. Available types are \"ID\", \"ID_BARCODE\", \"UUID\", \"ROW_UUID\"</p>\n","type":"text"},{"key":"autoHrid","value":"Type: boolean","description":"<p>(Optional) If set to false, allows setting custom hrids.</p>\n","type":"text"},{"key":"hrid","value":"","description":"<p>(Optional) Custom hrid name</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/manifest/create","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["manifest","create"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"62e83e55-a1cd-4700-a34c-4ed9f3b2c185","name":"Create A Manifest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"My Manifest\",\r\n  \"template\": \"My Plate Template\",\r\n  \"autoHrid\": false,\r\n  \"hrid\": \"newhrid\",\r\n  \"plates\": [\r\n    {\r\n      \"template\": \"My Plate Template\",\r\n      \"wells\": 96,\r\n      \"labsheets\": [\r\n        {\r\n          \"idType\": \"ID\",\r\n          \"labsheet\": \"My Labsheet 01\",\r\n          \"items\": [\r\n            {\r\n              \"name\": \"item 1\",\r\n              \"well\": \"A1\"\r\n            },\r\n            {\r\n              \"name\": \"item 1\",\r\n              \"well\": \"A2\"\r\n            },\r\n            {\r\n              \"name\": \"item 1\",\r\n              \"well\": \"A3\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"labsheet\": \"My Labsheet 02\",\r\n          \"items\": [\r\n            \"item A\",\r\n            \"item B\",\r\n            \"item C\",\r\n            \"item D\"\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/manifest/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"true\",\n    \"uuid\": \"19c25954-14cc-4135-9706-8693bc790ec1\"\n}"}],"_postman_id":"70af664f-6354-4fe8-a7b9-edc8cb83160b"},{"name":"Find Manifest By Human Readable ID","id":"e3bd4701-066e-4289-b970-eb5c36a870db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/manifest/fetch?hrid&uuid&barcode","description":"<p>Retrieve information about a specific manifest</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["manifest","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Human Readable Id of the manifest</p>\n","type":"text/plain"},"key":"hrid","value":""},{"description":{"content":"<p>uuid of the manfiest (optional parameter)</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>barcode of the manfiest (optional parameter)</p>\n","type":"text/plain"},"key":"barcode","value":""}],"variable":[]}},"response":[{"id":"888eaaef-11b3-4960-b8c5-2be46123faac","name":"Find Manifest By Human Readable ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://cloudlab.scispot.io/manifest/fetch?hrid=human-readable-id-001","host":["https://cloudlab.scispot.io"],"path":["manifest","fetch"],"query":[{"key":"hrid","value":"human-readable-id-001"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"string\",\n    \"template\": \"string\",\n    \"plates\": [\n        {\n            \"template\": \"string\",\n            \"wells\": [\n                {\n                    \"position\": \"string\",\n                    \"label\": \"string\",\n                    \"labsheetName\": \"string\",\n                    \"uuid\": \"string\",\n                    \"type\": \"standard\",\n                    \"tags\": [\n                        \"New tag\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"data\" : {\n        \"headers\" : [\n            \"Plate Position\",\n            \"Sample Name\"\n        ],\n        \"rows\" : [\n            [\n                \"A1\",\n                \"SAMP_01\"\n            ],\n            [\n                \"A2\",\n                \"SAMP_02\"\n            ]\n        ]\n    },\n    \"success\": true\n}"}],"_postman_id":"e3bd4701-066e-4289-b970-eb5c36a870db"},{"name":"Get Manifest Metadata","id":"e0c69a7d-395e-411c-a9a5-52effa477ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://cloudlab.scispot.io/manifest/fetch-metadata?uuid=Type: String&hrid=Type: String&barcode=Type: String","description":"<p>Fetch metadata about a manifest through either the UUID, HRID, or the Barcode.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["manifest","fetch-metadata"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>UUID of the manifest, or</p>\n","type":"text/plain"},"key":"uuid","value":"Type: String"},{"description":{"content":"<p>HRID of the manifest, or</p>\n","type":"text/plain"},"key":"hrid","value":"Type: String"},{"description":{"content":"<p>Barcode value of the manifest</p>\n","type":"text/plain"},"key":"barcode","value":"Type: String"}],"variable":[]}},"response":[{"id":"c78e48b3-8c86-47e8-bda8-c9e68bce7c83","name":"Create A Manifest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"uuid","value":"c77c1588-5eb0-43a9-9667-1081f14a762f","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/manifest/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Assay Plate Oct 23\",\n    \"template\": \"Assay Plate Oct 23\",\n    \"uuid\": \"c77c1588-5eb0-43a9-9667-1081f14a762f\",\n    \"hrid\": \"jeffrey/Assay-Plate-Oct-23-08-28-25/11:35:26\",\n    \"barcode\": \"08281064792452\",\n    \"emptySpaces\": \"14\",\n    \"lastUpdate\": \"2025-11-18T04:56Z\",\n    \"success\": true\n}"}],"_postman_id":"e0c69a7d-395e-411c-a9a5-52effa477ae1"},{"name":"Update A Manifest","id":"39fb93cc-a8f1-493e-9c90-c723ffae6a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"hrid","value":"string","description":"<p>The human-readable identifier for the manifest being updated. This serves as the primary reference to locate the specific manifest in the system.</p>\n","type":"text","uuid":"c36ad3c5-0586-4ce3-a954-a044a46be3f0"},{"key":"uuid","value":"string","description":"<p>The unique identifier (UUID) of the manifest. This can be used as an alternative to hrid in serving as the primary reference to locate the specific manifest in the system.</p>\n","type":"text","uuid":"502dc031-d6ca-41eb-b9ef-7997c6cae8b1"},{"key":"plates","value":"dictionary","description":"<p>A dictionary object containing either well or removeFromWells. This serves as the object that will contain the update operations to be applied to the manifest.</p>\n","type":"text","uuid":"bfa42bbc-14d8-4c32-ae69-b2303ab3f24c"}]},"url":"https://cloudlab.scispot.io/manifest/update","description":"<p>This endpoint allows users to update an existing manifest, these can include sample assignments, labeling modifications, and tag management across multiple well positions within a single manifest.</p>\n<h3 id=\"update-operations\">Update Operations</h3>\n<p>This endpoint supports several types of operations that users can perform on manifest wells. Each operation requires specific input parameters depending on the intended action.</p>\n<p><strong>Assign Operations</strong> must be included under the <code>wells</code> array within the plate object. These operations add or update sample assignments, labels, and tags to specific well positions.</p>\n<p><strong>Remove Operations</strong> must be included under the <code>removeFromWells</code> array within the plate object. These operations clear existing sample assignments, labels, or tags from specific well positions.</p>\n<h3 id=\"assignment\">Assignment</h3>\n<p>Assign operations allow users to add or update well assignments including samples, labels, and tags. Multiple assignment types can be combined in a single well object.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"position\": \"A1\",\n  \"sample\" : {\n   \"id\": \"SM000001\",\n   \"labsheet\": \"Sample Manager\"\n  },\n  \"tags\": [\"PASSED_QC\"],\n  \"label\": \"SAMPLE\"\n}\n\n</code></pre><p><strong>position</strong> (string, required): The specified well position</p>\n<p><strong>sample</strong> (object, required): A dictionary object containing the id of the sample to be assigned and the corresponding origin labsheet.</p>\n<p><strong>tags</strong> (array, required): An array of string values representing custom metadata tags to associate with the well position.</p>\n<p><strong>label</strong> (string, required): When assigning a label, valid options include one of \"SAMPLE\", \"POS_CONTROL\", \"NEG_CONTROL\", \"BLANK\", \"STANDARD\" or left as an empty \"\" if no label should be assigned.</p>\n<h3 id=\"removal\">Removal</h3>\n<p>Remove operations allow users to clear existing assignments from well positions. Users can selectively remove samples, labels, or tags from specific wells by specifying which fields to clear.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"removeFromWells\" : [\n {\n   \"position\" : \"B1\",\n   \"fields\" : [\"LABEL\"]\n },\n {\n   \"position\" : \"A4\",\n   \"fields\" : [\"SAMPLE\"]\n }\n]\n\n</code></pre><p><strong>position</strong> (string, required): The specified well position.</p>\n<p><strong>fields</strong> (array, required): An array of strings specifying which types of assignments to remove from the well position. Valid options include \"SAMPLE\", \"LABEL\", \"TAGS\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["manifest","update"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"022b3376-95ac-4a66-8d3a-877cf3966a36","name":"Update A Manifest","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{   \n    \"hrid\": \"sandbox-user/new-manifest-plate-05-30-25/15:51:35\",\n    \"plate\": {\n        \"wells\" : [\n            {\n                \"position\" : \"A1\",\n                \"sample\": {\n                    \"id\": \"SM-01\",\n                    \"labsheet\": \"B. Sample Manager\"\n                },\n                \"label\": \"\",\n                \"tags\": []\n            },\n            {\n                \"position\" : \"A2\",\n                \"sample\": {},\n                \"label\": \"STANDARD\",\n                \"tags\": [\"REFERENCE\"]\n            },\n            {\n                \"position\" : \"A3\",\n                \"sample\": {},\n                \"label\": \"\",\n                \"tags\": [\"RERUN\"]\n            }\n        ]\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/manifest/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Manifest updated successfully\",\n    \"data\": {\n        \"headers\": [\n            \"Plate Position\"\n        ],\n        \"rows\": [\n            [\n                \"A1\"\n            ],\n            [\n                \"A2\"\n            ],\n            [\n                \"A3\"\n            ],\n            [\n                \"A4\"\n            ],\n            [\n                \"A5\"\n            ],\n            [\n                \"A6\"\n            ],\n            [\n                \"A7\"\n            ],\n            [\n                \"A8\"\n            ],\n            [\n                \"A9\"\n            ],\n            [\n                \"A10\"\n            ],\n            [\n                \"A11\"\n            ],\n            [\n                \"A12\"\n            ],\n            [\n                \"B1\"\n            ],\n            [\n                \"B2\"\n            ],\n            [\n                \"B3\"\n            ],\n            [\n                \"B4\"\n            ],\n            [\n                \"B5\"\n            ],\n            [\n                \"B6\"\n            ],\n            [\n                \"B7\"\n            ],\n            [\n                \"B8\"\n            ],\n            [\n                \"B9\"\n            ],\n            [\n                \"B10\"\n            ],\n            [\n                \"B11\"\n            ],\n            [\n                \"B12\"\n            ],\n            [\n                \"C1\"\n            ],\n            [\n                \"C2\"\n            ],\n            [\n                \"C3\"\n            ],\n            [\n                \"C4\"\n            ],\n            [\n                \"C5\"\n            ],\n            [\n                \"C6\"\n            ],\n            [\n                \"C7\"\n            ],\n            [\n                \"C8\"\n            ],\n            [\n                \"C9\"\n            ],\n            [\n                \"C10\"\n            ],\n            [\n                \"C11\"\n            ],\n            [\n                \"C12\"\n            ],\n            [\n                \"D1\"\n            ],\n            [\n                \"D2\"\n            ],\n            [\n                \"D3\"\n            ],\n            [\n                \"D4\"\n            ],\n            [\n                \"D5\"\n            ],\n            [\n                \"D6\"\n            ],\n            [\n                \"D7\"\n            ],\n            [\n                \"D8\"\n            ],\n            [\n                \"D9\"\n            ],\n            [\n                \"D10\"\n            ],\n            [\n                \"D11\"\n            ],\n            [\n                \"D12\"\n            ],\n            [\n                \"E1\"\n            ],\n            [\n                \"E2\"\n            ],\n            [\n                \"E3\"\n            ],\n            [\n                \"E4\"\n            ],\n            [\n                \"E5\"\n            ],\n            [\n                \"E6\"\n            ],\n            [\n                \"E7\"\n            ],\n            [\n                \"E8\"\n            ],\n            [\n                \"E9\"\n            ],\n            [\n                \"E10\"\n            ],\n            [\n                \"E11\"\n            ],\n            [\n                \"E12\"\n            ],\n            [\n                \"F1\"\n            ],\n            [\n                \"F2\"\n            ],\n            [\n                \"F3\"\n            ],\n            [\n                \"F4\"\n            ],\n            [\n                \"F5\"\n            ],\n            [\n                \"F6\"\n            ],\n            [\n                \"F7\"\n            ],\n            [\n                \"F8\"\n            ],\n            [\n                \"F9\"\n            ],\n            [\n                \"F10\"\n            ],\n            [\n                \"F11\"\n            ],\n            [\n                \"F12\"\n            ],\n            [\n                \"G1\"\n            ],\n            [\n                \"G2\"\n            ],\n            [\n                \"G3\"\n            ],\n            [\n                \"G4\"\n            ],\n            [\n                \"G5\"\n            ],\n            [\n                \"G6\"\n            ],\n            [\n                \"G7\"\n            ],\n            [\n                \"G8\"\n            ],\n            [\n                \"G9\"\n            ],\n            [\n                \"G10\"\n            ],\n            [\n                \"G11\"\n            ],\n            [\n                \"G12\"\n            ],\n            [\n                \"H1\"\n            ],\n            [\n                \"H2\"\n            ],\n            [\n                \"H3\"\n            ],\n            [\n                \"H4\"\n            ],\n            [\n                \"H5\"\n            ],\n            [\n                \"H6\"\n            ],\n            [\n                \"H7\"\n            ],\n            [\n                \"H8\"\n            ],\n            [\n                \"H9\"\n            ],\n            [\n                \"H10\"\n            ],\n            [\n                \"H11\"\n            ],\n            [\n                \"H12\"\n            ]\n        ]\n    },\n    \"updatedManifest\": {\n        \"name\": \"Manifest API Test\",\n        \"template\": \"96 Well Plate\",\n        \"plates\": [\n            {\n                \"template\": \"96_WELL\",\n                \"wells\": [\n                    {\n                        \"position\": \"A1\",\n                        \"label\": \"\",\n                        \"labsheetName\": \"B. Sample Manager\",\n                        \"instanceId\": \"f5d148b8-4808-4c5a-8f84-138f0ebc7b09\",\n                        \"uuid\": \"f5d148b8-4808-4c5a-8f84-138f0ebc7b09\",\n                        \"type\": \"sample\",\n                        \"tags\": []\n                    },\n                    {\n                        \"position\": \"A2\",\n                        \"label\": \"\",\n                        \"labsheetName\": null,\n                        \"uuid\": null,\n                        \"type\": \"standard\",\n                        \"tags\": [\n                            \"REFERENCE\"\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"39fb93cc-a8f1-493e-9c90-c723ffae6a7a"},{"name":"Assign A Manifest To A Location","id":"8a205d53-3d00-491a-938d-b8b7e9d5edb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"hrid","value":"string","description":"<p>The human-readable identifier for the manifest being updated. This serves as the primary reference to locate the specific manifest in the system.</p>\n","type":"text","uuid":"5d70449f-6dc8-427b-bdcc-c68861221d80"},{"key":"uuid","value":"string (optional)","description":"<p>The unique identifier (UUID) of the manifest. This can be used as an alternative to hrid in serving as the primary reference to locate the specific manifest in the system.</p>\n","type":"text","uuid":"6df2f112-7a48-4102-b5f8-f05ea1e46bdd"},{"key":"locationId","value":"string","description":"<p>The unique identifier (UUID) of the destination storage location.</p>\n","type":"text","uuid":"0f0d7b79-88b2-4762-a764-ad15d9cd31d8"},{"key":"position","value":"string (optional)","description":"<p>The desired position of assignment for the manifest if assigning to a rack. By default this will be set to the first empty position within a rack if not specified.</p>\n","type":"text","uuid":"b17bb49f-6290-4ab2-aa3d-5b916d7f128c"}]},"url":"https://cloudlab.scispot.io/manifest/assign-to-location","description":"<p>Moves an <strong>assay plate (manifest)</strong> into a storage location given a <strong>location id.</strong> If the storage location is a rack, you may also specify the desired position of assignment within that rack.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["manifest","assign-to-location"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"10f65c59-d8e1-4d18-8ad6-ba676c7b7a9b","name":"Assign A Manifest To A Location","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hrid\": \"sandbox-user/new-manifest-plate-05-30-25/15:51:35\",\n    \"locationId\": \"7478728c-2c99-483d-8898-2679987f157a\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/manifest/assign-to-location"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Manifest run assigned to location Rack 1 successfully\"\n}"}],"_postman_id":"8a205d53-3d00-491a-938d-b8b7e9d5edb5"}],"id":"ceac2859-8a11-4de8-a364-2592a018ffb5","description":"<h4 id=\"overview\">Overview</h4>\n<p>The following API calls are for the manipulation of manifest data.</p>\n<h4 id=\"terminology\">Terminology</h4>\n<ul>\n<li><strong>Manifest</strong> - A visual representation of a well plate.</li>\n</ul>\n","_postman_id":"ceac2859-8a11-4de8-a364-2592a018ffb5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"SEQUENCE API","item":[{"name":"Create a DNA Sequence","id":"8c28bf33-199c-479b-b9f9-107b9152848e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>name of the sequence</p>\n","type":"text"},{"key":"sequenceData","description":"<p>DNA Sequence</p>\n","type":"text","value":""},{"key":"cutsites","value":"","description":"<p>the cut sites present in the DNA sequence. </p>\n","type":"text"},{"key":"orfs","value":"","description":"<p>open reading frames (ORFs) in the DNA sequence</p>\n","type":"text"},{"key":"translations","value":"","description":"<p>translated protein sequences associated with the DNA sequence</p>\n","type":"text"},{"key":"primers","value":"","description":"<p>primers used for DNA amplification</p>\n","type":"text"},{"key":"guides","value":"","description":"<p>guide RNAs used in CRISPR-Cas9 gene editing</p>\n","type":"text"},{"key":"annotations","value":"","description":"<p>additional information or features associated with specific regions or elements within a DNA sequence</p>\n","type":"text"},{"key":"circular","value":"","description":"<p>indicates whether the DNA sequence is circular</p>\n","type":"text"},{"key":"size","value":"","description":"<p>represents the size or length of the DNA sequence</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/sequence/new","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["sequence","new"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"8f92b324-b67c-4859-b61a-f84527056f6a","name":"Create a DNA Sequence By File","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Sample DNA\",\r\n    \"sequenceData\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n  \"cutsites\": [\r\n    {\r\n      \"position\": 10,\r\n      \"sequence\": \"GAATTC\",\r\n      \"enzyme\": \"EcoRI\"\r\n    },\r\n    {\r\n      \"position\": 25,\r\n      \"sequence\": \"CTGCAG\",\r\n      \"enzyme\": \"PstI\"\r\n    }\r\n  ],\r\n  \"orfs\": [\r\n    {\r\n      \"start\": 15,\r\n      \"end\": 150,\r\n      \"frame\": 1,\r\n      \"sequence\": \"ATGAGCGTCTGCTAGCATCGTAGCTAGCTACGTGCGTACGATCGTACGATCGTACG\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"start\": 200,\r\n      \"end\": 350,\r\n      \"frame\": -1,\r\n      \"sequence\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"translations\": [\r\n    {\r\n      \"name\": \"ProteinA\",\r\n      \"sequence\": \"MASTGVILCRPYDQW\",\r\n      \"description\": \"Protein A description\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"name\": \"ProteinB\",\r\n      \"sequence\": \"MQWECNMDYRFVTG\",\r\n      \"description\": \"Protein B description\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"primers\": [\r\n    {\r\n      \"name\": \"ForwardPrimer\",\r\n      \"sequence\": \"ATCGTAGCTAGCTACGT\",\r\n      \"description\": \"Forward primer for amplification\"\r\n    },\r\n    {\r\n      \"name\": \"ReversePrimer\",\r\n      \"sequence\": \"GATCGATCGATCGATCG\",\r\n      \"description\": \"Reverse primer for amplification\"\r\n    }\r\n  ],\r\n  \"guides\": [\r\n    {\r\n      \"name\": \"Guide1\",\r\n      \"sequence\": \"CGTAGCTAGCTAGCTACGTAGC\",\r\n      \"description\": \"Guide RNA 1 for CRISPR-Cas9\"\r\n    },\r\n    {\r\n      \"name\": \"Guide2\",\r\n      \"sequence\": \"GCTACGTAGCTAGCTGACGATC\",\r\n      \"description\": \"Guide RNA 2 for CRISPR-Cas9\"\r\n    }\r\n  ],\r\n  \"annotations\": [\r\n    {\r\n      \"start\": 10,\r\n      \"end\": 50,\r\n      \"type\": \"coding_region\",\r\n      \"description\": \"Coding region for GeneA\"\r\n    },\r\n    {\r\n      \"start\": 80,\r\n      \"end\": 100,\r\n      \"type\": \"exon\",\r\n      \"description\": \"Exon 1 of GeneA\"\r\n    }\r\n  ],\r\n  \"circular\": false,\r\n  \"size\": 5000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/sequence/new"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"string\",\r\n  \"message\": \"string\"\r\n}\r\n"}],"_postman_id":"8c28bf33-199c-479b-b9f9-107b9152848e"},{"name":"Update Existing DNA Sequence","id":"63d83161-6b3c-4d6c-92dd-e9389720a227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>name of the sequence</p>\n","type":"text"},{"key":"sequenceData","description":"<p>(optional) DNA Sequence</p>\n","type":"text","value":""},{"key":"cutsites","value":"","description":"<p>(optional) the cut sites present in the DNA sequence. </p>\n","type":"text"},{"key":"orfs","value":"","description":"<p>(optional) open reading frames (ORFs) in the DNA sequence</p>\n","type":"text"},{"key":"translations","value":"","description":"<p>(optional) translated protein sequences associated with the DNA sequence</p>\n","type":"text"},{"key":"primers","value":"","description":"<p>(optional) primers used for DNA amplification</p>\n","type":"text"},{"key":"guides","value":"","description":"<p>(optional) guide RNAs used in CRISPR-Cas9 gene editing</p>\n","type":"text"},{"key":"annotations","value":"","description":"<p>(optional) additional information or features associated with specific regions or elements within a DNA sequence</p>\n","type":"text"},{"key":"circular","value":"","description":"<p>indicates whether the DNA sequence is circular</p>\n","type":"text"},{"key":"size","value":"","description":"<p>(optional) represents the size or length of the DNA sequence</p>\n","type":"text"}]},"url":"https://cloudlab.scispot.io/sequence/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["sequence","update"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"a64725ff-36db-4c08-aa9f-bf26fb2802d5","name":"Update Existing DNA Sequence","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Sample DNA\",\r\n    \"sequenceData\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n  \"cutsites\": [\r\n    {\r\n      \"position\": 10,\r\n      \"sequence\": \"GAATTC\",\r\n      \"enzyme\": \"EcoRI\"\r\n    },\r\n    {\r\n      \"position\": 25,\r\n      \"sequence\": \"CTGCAG\",\r\n      \"enzyme\": \"PstI\"\r\n    }\r\n  ],\r\n  \"orfs\": [\r\n    {\r\n      \"start\": 15,\r\n      \"end\": 150,\r\n      \"frame\": 1,\r\n      \"sequence\": \"ATGAGCGTCTGCTAGCATCGTAGCTAGCTACGTGCGTACGATCGTACGATCGTACG\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"start\": 200,\r\n      \"end\": 350,\r\n      \"frame\": -1,\r\n      \"sequence\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"translations\": [\r\n    {\r\n      \"name\": \"ProteinA\",\r\n      \"sequence\": \"MASTGVILCRPYDQW\",\r\n      \"description\": \"Protein A description\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"name\": \"ProteinB\",\r\n      \"sequence\": \"MQWECNMDYRFVTG\",\r\n      \"description\": \"Protein B description\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"primers\": [\r\n    {\r\n      \"name\": \"ForwardPrimer\",\r\n      \"sequence\": \"ATCGTAGCTAGCTACGT\",\r\n      \"description\": \"Forward primer for amplification\"\r\n    },\r\n    {\r\n      \"name\": \"ReversePrimer\",\r\n      \"sequence\": \"GATCGATCGATCGATCG\",\r\n      \"description\": \"Reverse primer for amplification\"\r\n    }\r\n  ],\r\n  \"guides\": [\r\n    {\r\n      \"name\": \"Guide1\",\r\n      \"sequence\": \"CGTAGCTAGCTAGCTACGTAGC\",\r\n      \"description\": \"Guide RNA 1 for CRISPR-Cas9\"\r\n    },\r\n    {\r\n      \"name\": \"Guide2\",\r\n      \"sequence\": \"GCTACGTAGCTAGCTGACGATC\",\r\n      \"description\": \"Guide RNA 2 for CRISPR-Cas9\"\r\n    }\r\n  ],\r\n  \"annotations\": [\r\n    {\r\n      \"start\": 10,\r\n      \"end\": 50,\r\n      \"type\": \"coding_region\",\r\n      \"description\": \"Coding region for GeneA\"\r\n    },\r\n    {\r\n      \"start\": 80,\r\n      \"end\": 100,\r\n      \"type\": \"exon\",\r\n      \"description\": \"Exon 1 of GeneA\"\r\n    }\r\n  ],\r\n  \"circular\": false,\r\n  \"size\": 5000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudlab.scispot.io/sequence/update"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"success\": \"string\",\r\n  \"message\": \"string\"\r\n}\r\n"}],"_postman_id":"63d83161-6b3c-4d6c-92dd-e9389720a227"},{"name":"Find a DNA Sequence","id":"a130253d-8366-432b-8d72-ac9f0beb63d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/sequence/fetch?uuid&name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["sequence","fetch"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>uuid of the sequence</p>\n","type":"text/plain"},"key":"uuid","value":""},{"description":{"content":"<p>name of the sequence</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"d8e52d3d-15b3-4cf6-8fce-c30fc8bde7e1","name":"Find a DNA Sequence By uuid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://cloudlab.scispot.io/sequence/fetch?uuid=12345678-abcd-9012-efgh-345678901234","host":["https://cloudlab.scispot.io"],"path":["sequence","fetch"],"query":[{"key":"uuid","value":"12345678-abcd-9012-efgh-345678901234"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\":\"12345678-abcd-9012-efgh-345678901234\",\r\n    \"name\":\"Sample DNA\",\r\n    \"file_type\": \"FASTA\",\r\n    \"file_data\": \"./path/to/sample.fasta\",\r\n  \"cutsites\": [\r\n    {\r\n      \"position\": 10,\r\n      \"sequence\": \"GAATTC\",\r\n      \"enzyme\": \"EcoRI\"\r\n    },\r\n    {\r\n      \"position\": 25,\r\n      \"sequence\": \"CTGCAG\",\r\n      \"enzyme\": \"PstI\"\r\n    }\r\n  ],\r\n  \"orfs\": [\r\n    {\r\n      \"start\": 15,\r\n      \"end\": 150,\r\n      \"frame\": 1,\r\n      \"sequence\": \"ATGAGCGTCTGCTAGCATCGTAGCTAGCTACGTGCGTACGATCGTACGATCGTACG\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"start\": 200,\r\n      \"end\": 350,\r\n      \"frame\": -1,\r\n      \"sequence\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"translations\": [\r\n    {\r\n      \"name\": \"ProteinA\",\r\n      \"sequence\": \"MASTGVILCRPYDQW\",\r\n      \"description\": \"Protein A description\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"name\": \"ProteinB\",\r\n      \"sequence\": \"MQWECNMDYRFVTG\",\r\n      \"description\": \"Protein B description\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"primers\": [\r\n    {\r\n      \"name\": \"ForwardPrimer\",\r\n      \"sequence\": \"ATCGTAGCTAGCTACGT\",\r\n      \"description\": \"Forward primer for amplification\"\r\n    },\r\n    {\r\n      \"name\": \"ReversePrimer\",\r\n      \"sequence\": \"GATCGATCGATCGATCG\",\r\n      \"description\": \"Reverse primer for amplification\"\r\n    }\r\n  ],\r\n  \"guides\": [\r\n    {\r\n      \"name\": \"Guide1\",\r\n      \"sequence\": \"CGTAGCTAGCTAGCTACGTAGC\",\r\n      \"description\": \"Guide RNA 1 for CRISPR-Cas9\"\r\n    },\r\n    {\r\n      \"name\": \"Guide2\",\r\n      \"sequence\": \"GCTACGTAGCTAGCTGACGATC\",\r\n      \"description\": \"Guide RNA 2 for CRISPR-Cas9\"\r\n    }\r\n  ],\r\n  \"annotations\": [\r\n    {\r\n      \"start\": 10,\r\n      \"end\": 50,\r\n      \"type\": \"coding_region\",\r\n      \"description\": \"Coding region for GeneA\"\r\n    },\r\n    {\r\n      \"start\": 80,\r\n      \"end\": 100,\r\n      \"type\": \"exon\",\r\n      \"description\": \"Exon 1 of GeneA\"\r\n    }\r\n  ],\r\n  \"circular\": false,\r\n  \"size\": 5000\r\n}"},{"id":"01511f2b-470f-4f2c-87ae-b0c667ca0c9a","name":"Find a DNA Sequence By uuid Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://cloudlab.scispot.io/sequence/fetch?name=Sample DNA","host":["https://cloudlab.scispot.io"],"path":["sequence","fetch"],"query":[{"key":"name","value":"Sample DNA"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\":\"12345678-abcd-9012-efgh-345678901234\",\r\n    \"name\":\"Sample DNA\",\r\n    \"file_type\": \"FASTA\",\r\n    \"file_data\": \"./path/to/sample.fasta\",\r\n  \"cutsites\": [\r\n    {\r\n      \"position\": 10,\r\n      \"sequence\": \"GAATTC\",\r\n      \"enzyme\": \"EcoRI\"\r\n    },\r\n    {\r\n      \"position\": 25,\r\n      \"sequence\": \"CTGCAG\",\r\n      \"enzyme\": \"PstI\"\r\n    }\r\n  ],\r\n  \"orfs\": [\r\n    {\r\n      \"start\": 15,\r\n      \"end\": 150,\r\n      \"frame\": 1,\r\n      \"sequence\": \"ATGAGCGTCTGCTAGCATCGTAGCTAGCTACGTGCGTACGATCGTACGATCGTACG\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"start\": 200,\r\n      \"end\": 350,\r\n      \"frame\": -1,\r\n      \"sequence\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"translations\": [\r\n    {\r\n      \"name\": \"ProteinA\",\r\n      \"sequence\": \"MASTGVILCRPYDQW\",\r\n      \"description\": \"Protein A description\",\r\n      \"gene_name\": \"GeneA\"\r\n    },\r\n    {\r\n      \"name\": \"ProteinB\",\r\n      \"sequence\": \"MQWECNMDYRFVTG\",\r\n      \"description\": \"Protein B description\",\r\n      \"gene_name\": \"GeneB\"\r\n    }\r\n  ],\r\n  \"primers\": [\r\n    {\r\n      \"name\": \"ForwardPrimer\",\r\n      \"sequence\": \"ATCGTAGCTAGCTACGT\",\r\n      \"description\": \"Forward primer for amplification\"\r\n    },\r\n    {\r\n      \"name\": \"ReversePrimer\",\r\n      \"sequence\": \"GATCGATCGATCGATCG\",\r\n      \"description\": \"Reverse primer for amplification\"\r\n    }\r\n  ],\r\n  \"guides\": [\r\n    {\r\n      \"name\": \"Guide1\",\r\n      \"sequence\": \"CGTAGCTAGCTAGCTACGTAGC\",\r\n      \"description\": \"Guide RNA 1 for CRISPR-Cas9\"\r\n    },\r\n    {\r\n      \"name\": \"Guide2\",\r\n      \"sequence\": \"GCTACGTAGCTAGCTGACGATC\",\r\n      \"description\": \"Guide RNA 2 for CRISPR-Cas9\"\r\n    }\r\n  ],\r\n  \"annotations\": [\r\n    {\r\n      \"start\": 10,\r\n      \"end\": 50,\r\n      \"type\": \"coding_region\",\r\n      \"description\": \"Coding region for GeneA\"\r\n    },\r\n    {\r\n      \"start\": 80,\r\n      \"end\": 100,\r\n      \"type\": \"exon\",\r\n      \"description\": \"Exon 1 of GeneA\"\r\n    }\r\n  ],\r\n  \"circular\": false,\r\n  \"size\": 5000\r\n}"}],"_postman_id":"a130253d-8366-432b-8d72-ac9f0beb63d9"},{"name":"List DNA Sequences","id":"2991a0b6-3c89-42fb-b154-468295338659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/sequence/fetch-list?page=&pageSize=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["sequence","fetch-list"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>The index of desired pages.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>The number of items to be fetched.</p>\n","type":"text/plain"},"key":"pageSize","value":""}],"variable":[]}},"response":[{"id":"bd819fc2-af18-49b3-b12d-0ca438e20814","name":"List DNA Sequences","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://cloudlab.scispot.io/sequence/fetch-list?page=1&pageSize=1","host":["https://cloudlab.scispot.io"],"path":["sequence","fetch-list"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"1"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"items\": [\r\n        {\r\n            \"type\": \"sequence\",\r\n            \"sequenceData\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATATGCATGCACGT\",\r\n            \"size\": 4000,\r\n            \"circular\": false,\r\n            \"name\": \"Sample DNA \",\r\n            \"cutsites\": [\r\n                {\r\n                    \"position\": 10,\r\n                    \"sequence\": \"GAATTC\",\r\n                    \"enzyme\": \"EcoRI\"\r\n                },\r\n                {\r\n                    \"position\": 25,\r\n                    \"sequence\": \"CTGCAG\",\r\n                    \"enzyme\": \"PstI\"\r\n                }\r\n            ],\r\n            \"orfs\": [\r\n                {\r\n                    \"start\": 15,\r\n                    \"end\": 150,\r\n                    \"frame\": 1,\r\n                    \"sequence\": \"ATGAGCGTCTGCTAGCATCGTAGCTAGCTACGTGCGTACGATCGTACGATCGTACG\",\r\n                    \"gene_name\": \"GeneA\"\r\n                },\r\n                {\r\n                    \"start\": 200,\r\n                    \"end\": 350,\r\n                    \"frame\": -1,\r\n                    \"sequence\": \"ATGCGTACGTAGCTAGCTACGTAGCTAGCTGACGATCGTACGATCGTACGTCGATC\",\r\n                    \"gene_name\": \"GeneB\"\r\n                }\r\n            ],\r\n            \"primers\": [\r\n                {\r\n                    \"name\": \"ForwardPrimer\",\r\n                    \"sequence\": \"ATCGTAGCTAGCTACGT\",\r\n                    \"description\": \"Forward primer for amplification\"\r\n                },\r\n                {\r\n                    \"name\": \"ReversePrimer\",\r\n                    \"sequence\": \"GATCGATCGATCGATCG\",\r\n                    \"description\": \"Reverse primer for amplification\"\r\n                }\r\n            ],\r\n            \"guides\": [\r\n                {\r\n                    \"name\": \"Guide1\",\r\n                    \"sequence\": \"CGTAGCTAGCTAGCTACGTAGC\",\r\n                    \"description\": \"Guide RNA 1 for CRISPR-Cas9\"\r\n                },\r\n                {\r\n                    \"name\": \"Guide2\",\r\n                    \"sequence\": \"GCTACGTAGCTAGCTGACGATC\",\r\n                    \"description\": \"Guide RNA 2 for CRISPR-Cas9\"\r\n                }\r\n            ],\r\n            \"translations\": [\r\n                {\r\n                    \"name\": \"ProteinA\",\r\n                    \"sequence\": \"MASTGVILCRPYDQW\",\r\n                    \"description\": \"Protein A description\",\r\n                    \"gene_name\": \"GeneA\"\r\n                },\r\n                {\r\n                    \"name\": \"ProteinB\",\r\n                    \"sequence\": \"MQWECNMDYRFVTG\",\r\n                    \"description\": \"Protein B description\",\r\n                    \"gene_name\": \"GeneB\"\r\n                }\r\n            ],\r\n            \"annotations\": [\r\n                {\r\n                    \"start\": 10,\r\n                    \"end\": 50,\r\n                    \"type\": \"coding_region\",\r\n                    \"description\": \"Coding region for GeneA\"\r\n                },\r\n                {\r\n                    \"start\": 80,\r\n                    \"end\": 100,\r\n                    \"type\": \"exon\",\r\n                    \"description\": \"Exon 1 of GeneA\"\r\n                }\r\n            ],\r\n            \"description\": \"\",\r\n            \"creation_date\": \"2023-06-22T19:03:26.070Z\",\r\n            \"last_updated\": \"2023-06-22T19:03:26.071Z\"\r\n        }\r\n    ],\r\n    \"total\":12,\r\n    \"success\": true\r\n}"}],"_postman_id":"2991a0b6-3c89-42fb-b154-468295338659"}],"id":"f152e97f-a3bc-43ea-a86a-ad2687285d9a","description":"<h4 id=\"overview\">Overview</h4>\n<p>The following API calls are for the manipulation of DNA sequence data.</p>\n","_postman_id":"f152e97f-a3bc-43ea-a86a-ad2687285d9a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"FILES API","item":[{"name":"Download File Using UUID","id":"a34d5c07-14f6-431f-b630-f9d0aa164ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://new.scispot.io/download/file?uuid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"protocol":"https","path":["download","file"],"host":["new","scispot","io"],"query":[{"description":{"content":"<p>ID of the file</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"e94101b2-de13-47e1-8164-0a734f14fdc6","name":"Download File From ELN","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://new.scispot.io/download/file?uuid=4f36bbff-7635-435e-899a-da2473311e02","protocol":"https","host":["new","scispot","io"],"path":["download","file"],"query":[{"key":"uuid","value":"4f36bbff-7635-435e-899a-da2473311e02"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a34d5c07-14f6-431f-b630-f9d0aa164ef6"},{"name":"Store File To Scispot","id":"aa4513b4-59fc-4e17-b9eb-240941286578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>File to be uploaded. Size Limit (10GB)</p>\n","type":"file","value":null}]},"url":"https://new.scispot.io/files/store","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"protocol":"https","path":["files","store"],"host":["new","scispot","io"],"query":[],"variable":[]}},"response":[{"id":"c126b97f-2e6d-4496-b412-38c77341e711","name":"Store File To Scispot","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","description":"File to be uploaded","type":"file","src":"nPOPEr44H/image.png"}]},"url":"https://new.scispot.io/files/store"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fileName\": \"image.png\",\n        \"fileId\": \"d50072b7-2848-4f24-bce1-bb1d1e21aee9\",\n        \"status\": \"success\",\n        \"message\": \"File uploaded successfully\"\n    }\n]"}],"_postman_id":"aa4513b4-59fc-4e17-b9eb-240941286578"},{"name":"Store Files to AI Lab Drive","id":"466fb59d-6331-491e-b658-dc24b686623a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>File to be stored</p>\n","type":"file","uuid":"2b3bcbec-962f-454e-94f5-22115800ad78","value":null}]},"url":"https://new.scispot.io/files/store-and-embed","description":"<p>This endpoint allows user to store and embed a file into the AI Lab Drive and give context to Scibot Omega the content of the file.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"protocol":"https","path":["files","store-and-embed"],"host":["new","scispot","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"466fb59d-6331-491e-b658-dc24b686623a"}],"id":"84a8cae2-54b5-48ed-983a-8613f3796851","_postman_id":"84a8cae2-54b5-48ed-983a-8613f3796851","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"LOCATIONS API","item":[{"name":"Fetch Root Locations","id":"b57a1777-780c-483e-bbc5-0631e27dede8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/location/list","description":"<p>Retrieve list of all root locations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["location","list"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"9fcab3ee-82bf-4d98-a321-77444246e0c2","name":"Fetch Root Locations","originalRequest":{"method":"GET","header":[],"url":"https://cloudlab.scispot.io/location/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"locations\": [\n        {\n            \"uuid\": \"a3b32820-b409-4386-911e-295d3ef06a5f\",\n            \"name\": \"Molecular Biology Lab\",\n            \"type\": \"ROOM\"\n        },\n        {\n            \"uuid\": \"ca7de58b-d27c-4334-b629-6ae53df80c59\",\n            \"name\": \"-80 Freezer\",\n            \"type\": \"FREEZER\"\n        },\n        {\n            \"uuid\": \"8136c382-3e24-4256-9981-970808d4ba95\",\n            \"name\": \"Instrument Room\",\n            \"type\": \"ROOM\"\n        }\n    ]\n}"}],"_postman_id":"b57a1777-780c-483e-bbc5-0631e27dede8"},{"name":"Fetch Sub Locations by Location Id","id":"e3f036bf-6f63-4a65-8f99-fdf390e5afb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://cloudlab.scispot.io/location/list-sublocations-by-id?uuid","description":"<p>Given a <strong>parent location UUID</strong>, lists everything directly inside—child locations, storage racks, manifests (plates), and sample inventory rows.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["location","list-sublocations-by-id"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>parent location to drill down into.</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"ec2b0d5a-c20e-443a-b5f9-47a421f66dc4","name":"Fetch Sub Locations by Location Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cloudlab.scispot.io/location/list-sublocations-by-id?uuid=ca7de58b-d27c-4334-b629-6ae53df80c59","host":["https://cloudlab.scispot.io"],"path":["location","list-sublocations-by-id"],"query":[{"key":"uuid","value":"ca7de58b-d27c-4334-b629-6ae53df80c59"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"sublocations\": [\n        {\n            \"uuid\": \"1b4b082c-727f-4871-a685-2bd3dd34df2e\",\n            \"name\": \"Level 1\",\n            \"type\": \"SHELF\"\n        },\n        {\n            \"uuid\": \"33b939c2-734b-441e-b28f-c1f368c124fc\",\n            \"name\": \"Level 2\",\n            \"type\": \"SHELF\"\n        },\n        {\n            \"uuid\": \"74a6d127-f463-4cc7-9cbb-af9e9d43796b\",\n            \"name\": \"Level 3\",\n            \"type\": \"SHELF\"\n        }\n    ],\n    \"racks\": [],\n    \"manifests\": [],\n    \"samples\": []\n}"}],"_postman_id":"e3f036bf-6f63-4a65-8f99-fdf390e5afb9"}],"id":"6028963f-86a8-4198-acae-3da54c20c936","_postman_id":"6028963f-86a8-4198-acae-3da54c20c936","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"LABFLOWS API","item":[{"name":"List all Samples in a Labflow","id":"3ff184a2-ace5-4b37-b78d-ad89e1e859b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://cloudlab.scispot.io/labflows/list-samples?labflowId","urlObject":{"path":["labflows","list-samples"],"host":["https://cloudlab.scispot.io"],"query":[{"description":{"content":"<p>Id of the labflow</p>\n","type":"text/plain"},"key":"labflowId","value":""}],"variable":[]}},"response":[{"id":"35846f3f-cb82-4b57-a4cb-f060941b30a1","name":"List all Samples in a Labflow","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cloudlab.scispot.io/labflows/list-samples?labflowId=314e9bad-6504-4e06-816a-bd5dbc92609d","host":["https://cloudlab.scispot.io"],"path":["labflows","list-samples"],"query":[{"key":"labflowId","value":"314e9bad-6504-4e06-816a-bd5dbc92609d"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"labflowId\": \"314e9bad-6504-4e06-816a-bd5dbc92609d\",\n    \"labflowName\": \"FLOW-43\",\n    \"totalSamples\": 16,\n    \"sampleIds\": [\n        \"a677c049-8afc-4d66-8f76-918a3e67074b\",\n        \"190197cd-fedf-46e3-bfbd-fe4ba88dfbc6\",\n        \"3e05f0a1-ec16-4713-b9f9-6a26347c1adf\",\n        \"b26277df-ff8d-451b-9165-79cd63c035f5\",\n        \"112ee51c-e60d-4cd4-a8b5-2717bd05f6cf\",\n        \"31254183-70f0-454b-bcdb-98a8a4a16c64\",\n        \"ea2fb69e-be01-4a11-8d1c-95d17c97ac73\",\n        \"3bfc0b66-2c20-4e33-95cc-8d2b3ff5eb11\",\n        \"949288b2-402d-4026-9ba6-d4d8d54e3460\",\n        \"8115a47f-fa7a-47f1-80dd-5866e130698d\",\n        \"da1e9c6b-a794-4763-9dcc-848776a37c1f\",\n        \"7762abd0-ce91-49f0-ab3e-b02598205b40\",\n        \"eddc60de-1f99-4314-aa7e-5d1d056ae4eb\",\n        \"563654ed-a5ed-404b-b4af-019332bbebd7\",\n        \"9a98fc23-0b82-41e3-8e95-1770ef745d41\",\n        \"4000c887-05dd-4550-ac2e-df1bb40a5448\"\n    ]\n}"}],"_postman_id":"3ff184a2-ace5-4b37-b78d-ad89e1e859b1"},{"name":"Add New Test in Labflow","id":"363d3c56-1756-4d37-ab70-dae2649a8116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labflowId","value":"","description":"<p>Id of the labflow</p>\n","type":"text","uuid":"bfdb0a3c-85c9-495a-add3-c74cdc9931c8"},{"key":"protocoltemplateId","value":"","description":"<p>Id of the protocol template added as a test</p>\n","type":"text","uuid":"cb7d6eec-f121-453a-a46f-f8e3d5c3c961"}]},"url":"https://cloudlab.scispot.io/labflows/add-test","urlObject":{"path":["labflows","add-test"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"70f05b78-f7a1-47a4-b073-f5b68f0951f1","name":"Add New Test in Labflow","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"labflowId","value":"314e9bad-6504-4e06-816a-bd5dbc92609d","description":"Id of the labflow","type":"text","uuid":"bfdb0a3c-85c9-495a-add3-c74cdc9931c8"},{"key":"protocoltemplateId","value":"1b018b34-f3e9-4537-88c4-99b4cfc6718e","description":"Id of the protocol template added as a test","type":"text","uuid":"cb7d6eec-f121-453a-a46f-f8e3d5c3c961"}]},"url":"https://cloudlab.scispot.io/labflows/add-test"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Test added to labflow successfully\",\n    \"performTestStepId\": \"9aa396e5-2ee2-42db-94b2-6b6f94779b9b\",\n    \"protocoltemplateId\": \"1b018b34-f3e9-4537-88c4-99b4cfc6718e\",\n    \"performTestStep\": {\n        \"uuid\": \"9aa396e5-2ee2-42db-94b2-6b6f94779b9b\",\n        \"stepUniqueId\": \"ab3b0ad3-dcfd-4b49-86ee-9e2276dbe469\",\n        \"position\": \"3\",\n        \"type\": \"PERFORM_TEST\",\n        \"data\": {\n            \"type\": \"TESTS\",\n            \"uuids\": [\n                \"1261952c-ae4d-4a39-8c08-f1fb1aef9a16\",\n                \"9205408b-6fd1-438c-85ac-5eebf08cd9c7\",\n                \"de1bb834-fd79-416e-88ff-f9a21ca8e163\",\n                \"e8a040f9-b630-47d4-90e3-a4b705b52ef2\",\n                \"978adcb1-089b-4101-8724-eb385309601f\",\n                \"1b018b34-f3e9-4537-88c4-99b4cfc6718e\"\n            ],\n            \"extra\": [\n                {\n                    \"testUuid\": \"1261952c-ae4d-4a39-8c08-f1fb1aef9a16\",\n                    \"sampleUuids\": [\n                        \"3da0fdc2-5ff4-4896-b179-49d5d129c6f8\",\n                        \"85e85d38-53eb-4ce9-8b9d-2b42add9c860\",\n                        \"e367502b-bc7f-4bb5-868b-05a3d8627c50\"\n                    ]\n                },\n                {\n                    \"testUuid\": \"9205408b-6fd1-438c-85ac-5eebf08cd9c7\",\n                    \"sampleUuids\": [\n                        \"3da0fdc2-5ff4-4896-b179-49d5d129c6f8\",\n                        \"85e85d38-53eb-4ce9-8b9d-2b42add9c860\",\n                        \"e367502b-bc7f-4bb5-868b-05a3d8627c50\"\n                    ]\n                },\n                {\n                    \"testUuid\": \"978adcb1-089b-4101-8724-eb385309601f\",\n                    \"sampleUuids\": [\n                        \"3da0fdc2-5ff4-4896-b179-49d5d129c6f8\"\n                    ]\n                }\n            ]\n        },\n        \"status\": \"active\"\n    }\n}"}],"_postman_id":"363d3c56-1756-4d37-ab70-dae2649a8116"},{"name":"Link Samples to Test in Labflow","id":"7401a26c-54d4-4bfa-a51b-d9e88050e5e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"labflowId","value":"","description":"<p>Id of the labflow</p>\n","type":"text","uuid":"ccaa8063-a061-4231-9c78-f2f3bab236e5"},{"key":"protocoltemplateId","value":"","description":"<p>Id of the protocol template added as a test</p>\n","type":"text","uuid":"81ea6f34-25f9-4969-bac0-c32f4938199b"},{"key":"sampleUuids","value":"","description":"<p>List of samples to link to the test</p>\n","type":"text","uuid":"c3796214-e71e-481c-ad61-dff424e077b6"}]},"url":"https://cloudlab.scispot.io/labflows/link-samples-to-test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["labflows","link-samples-to-test"],"host":["https://cloudlab.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"07e1abb4-6d8c-4436-bca6-22016f44617e","name":"Link Samples to Test in Labflow","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://cloudlab.scispot.io/labflows/link-samples-to-test"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Samples linked to test successfully\",\n    \"performTestStepId\": \"9aa396e5-2ee2-42db-94b2-6b6f94779b9b\",\n    \"protocoltemplateId\": \"de1bb834-fd79-416e-88ff-f9a21ca8e163\",\n    \"samplesLinked\": 1\n}"}],"_postman_id":"7401a26c-54d4-4bfa-a51b-d9e88050e5e9"}],"id":"4f858131-acc2-48ce-9a4f-0bf29eeb6b88","_postman_id":"4f858131-acc2-48ce-9a4f-0bf29eeb6b88","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}},{"name":"WEBHOOK API","item":[{"name":"Push Webhook to Scispot","id":"ebf3e879-53fb-432f-93a3-8bf263916802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Scispot-Event-Type","value":"","description":"<p>Tag to describe type of even that triggered the webhook.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://events.scispot.io/webhooks/custom","description":"<p>Push a JSON payload to Scispot. Depending on the \"Scispot-Event-Type\", automatic actions can be performed in Scispot.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}},"urlObject":{"path":["webhooks","custom"],"host":["https://events.scispot.io"],"query":[],"variable":[]}},"response":[{"id":"e0d61c7e-58ca-4d53-93a4-5610741d8344","name":"Push Webhook to Scispot","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Scispot-Event-Type","value":"Labware Movement","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"run_id\": \"123e4567-e89b-12d3-a456-426614174000\",\r\n\t\"workflow_id\": \"987e4567-e89b-12d3-a456-426614174999\",\r\n\t\"timestamp\":\"2025-01-01T13:41:00.000000+00:00\",\r\n\t\"state\": \"Success\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://events.scispot.io/webhooks/custom"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    'success': true\r\n}"}],"_postman_id":"ebf3e879-53fb-432f-93a3-8bf263916802"}],"id":"942b5843-9cef-4b46-97c1-4cf0c4182a18","_postman_id":"942b5843-9cef-4b46-97c1-4cf0c4182a18","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":true,"source":{"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","id":"33598aed-e89d-400a-b2d6-66b598cda2ab","name":"Scispot API","type":"folder"}}}],"id":"33598aed-e89d-400a-b2d6-66b598cda2ab","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"10152dd7-84b9-434f-ace1-0ab3fc493d38","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"6d29c77f-7244-4a8f-9c1e-160b7beac88b","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"33598aed-e89d-400a-b2d6-66b598cda2ab","description":""}],"event":[{"listen":"prerequest","script":{"id":"daf2878b-7d93-4ee4-b194-b7c856aeabd8","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"533b8ab8-af05-42d0-af4b-0cbd59b80609","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"id":"425c3a23-f9b6-4298-a550-ff176ab9dd47","key":"apiurl","value":"https://api.scispot.io/v2"},{"id":"031ad62c-1630-4ee5-adf2-fe2de208f8cf","key":"cloudlabUrl","value":"https://cloudlab.scispot.io"},{"id":"b42641a7-47e4-47c8-8e7c-45876de7267f","key":"webhookurl","value":"https://events.scispot.io"}]}