Skip to content

Latest commit

 

History

History
129 lines (115 loc) · 10.3 KB

activeioncheflibraryprepkitinfo.rst

File metadata and controls

129 lines (115 loc) · 10.3 KB

Active Ion Chef Library Prep Kit Info Resource

Resource URL http://mytorrentserver/rundb/api/v1/activeioncheflibraryprepkitinfo/
Schema URL http://mytorrentserver/rundb/api/v1/activeioncheflibraryprepkitinfo/schema/

Resource Fields

field help text default nullable readonly blank unique type
isActive Boolean data. Ex: True true false false true false boolean

--------------------------------------------samplePrep_instrumentType

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
kitType Unicode string data. Ex: "Hello World" n/a false false false false string

--------------------------------------------description

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

--------------------------------------------nucleotideType

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
defaultCartridgeUsageCount Integer data. Ex: 2673 n/a true false false false integer

--------------------------------------------instrumentType

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

--------------------------------------------chipTypes

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

--------------------------------------------runMode

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----true

------false

-------string

-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
parts Many related resources. Can be either a list of URIs or list of individually nested resource data. n/a false false false false related
-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
flowCount Integer data. Ex: 2673 n/a false false false false integer

--------------------------------------------applicationType

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------true

--------false

-----false

------false

-------string

-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
cartridgeExpirationDayLimit Integer data. Ex: 2673 n/a true false false false integer
-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
libraryReadLength Integer data. Ex: 2673 0 false false false false integer
-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
cartridgeBetweenUsageAbsoluteMaxDayLimit Integer data. Ex: 2673 n/a true false false false integer
-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
resource_uri Unicode string data. Ex: "Hello World" n/a false true false false string
-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
uid Unicode string data. Ex: "Hello World" n/a false false false true string

--------------------------------------------id

--------------------------------------------------------------------------------------------------Integer data. Ex: 2673


--------false

--------false

-----true

------true

-------integer

--------------------------------------------categories

--------------------------------------------------------------------------------------------------Unicode string data. Ex: "Hello World"


--------true

--------false

-----false

------false

-------string

-------------------------------------------- -------------------------------------------------------------------------------------------------- ------- -------- -------- ----- ------ -------
name Unicode string data. Ex: "Hello World" n/a false false false true string

Example Response

{
    "meta": {
        "previous": null, 
        "total_count": 2, 
        "offset": 0, 
        "limit": 1, 
        "next": "/rundb/api/v1/activeioncheflibraryprepkitinfo/?offset=1&limit=1&format=json"
    }, 
    "objects": [
        {
            "isActive": true, 
            "samplePrep_instrumentType": "IC", 
            "kitType": "LibraryPrepKit", 
            "description": "Precision ID Chef DL8", 
            "nucleotideType": "", 
            "defaultCartridgeUsageCount": null, 
            "instrumentType": "", 
            "chipTypes": "", 
            "runMode": "", 
            "parts": [
                {
                    "barcode": "A32926C", 
                    "id": 20245, 
                    "resource_uri": "/rundb/api/v1/kitpart/20245/", 
                    "kit": "/rundb/api/v1/kitinfo/20105/"
                }, 
                {
                    "barcode": "A33212", 
                    "id": 20261, 
                    "resource_uri": "/rundb/api/v1/kitpart/20261/", 
                    "kit": "/rundb/api/v1/kitinfo/20105/"
                }
            ], 
            "flowCount": 0, 
            "applicationType": "AMPS", 
            "cartridgeExpirationDayLimit": null, 
            "libraryReadLength": 0, 
            "cartridgeBetweenUsageAbsoluteMaxDayLimit": null, 
            "resource_uri": "/rundb/api/v1/activeioncheflibraryprepkitinfo/20105/", 
            "uid": "LPREP0003", 
            "id": 20105, 
            "categories": "filter_s5HidKit", 
            "name": "Ion Chef HID Library V2"
        }
    ]
}

Allowed list HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

Allowed detail HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH