Applproduct Resource ========================================================================== Resource URL: ``http://mytorrentserver/rundb/api/v1/applproduct/`` Schema URL: ``http://mytorrentserver/rundb/api/v1/applproduct/schema/`` .. include:: ../manual_api_ref_docs/applproduct.rst Fields table ------------ ==================================== ============================================================================== ======= ======== ======== ===== ====== ======= field help text default nullable readonly blank unique type ==================================== ============================================================================== ======= ======== ======== ===== ====== ======= **defaultHotSpotRegionBedFileName** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultPESeqKit** A single related resource. Can be either a URI or set of nested resource data. n/a true false false false related ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultPELibKit** A single related resource. Can be either a URI or set of nested resource data. n/a true false false false related ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultSeqKit** A single related resource. Can be either a URI or set of nested resource data. n/a true false false false related ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultBarcodeKitName** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **id** Integer data. Ex: 2673 false false true true integer ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **productCode** Unicode string data. Ex: "Hello World" any false false false true string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultChipType** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isPairedEndSupported** Boolean data. Ex: True true false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **appl** A single related resource. Can be either a URI or set of nested resource data. n/a false false false false related ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultVariantFrequency** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **instrumentType** Unicode string data. Ex: "Hello World" false false true false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isDefault** Boolean data. Ex: True false false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **description** Unicode string data. Ex: "Hello World" false false true false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isHotspotRegionBEDFileSuppported** Boolean data. Ex: True true false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **productName** Unicode string data. Ex: "Hello World" n/a false false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isDefaultBarcoded** Boolean data. Ex: True false false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultTargetRegionBedFileName** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isActive** Boolean data. Ex: True true false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultFlowCount** Integer data. Ex: 2673 0 false false false false integer ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultLibKit** A single related resource. Can be either a URI or set of nested resource data. n/a true false false false related ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **defaultGenomeRefName** Unicode string data. Ex: "Hello World" n/a true false false false string ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isVisible** Boolean data. Ex: True false false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **isDefaultPairedEnd** Boolean data. Ex: True false false false true false boolean ------------------------------------ ------------------------------------------------------------------------------ ------- -------- -------- ----- ------ ------- **resource_uri** Unicode string data. Ex: "Hello World" n/a false true false false string ==================================== ============================================================================== ======= ======== ======== ===== ====== ======= Example request --------------- Request URL: ``http://mytorrentserver/rundb/api/v1/applproduct/?format=json&limit=1`` Python example ^^^^^^^^^^^^^^ .. code-block:: python import requests ts_api_request = requests.get("http://mytorrentserver/rundb/api/v1/applproduct/", params={"format": "json", "limit": 1}) ts_api_response = ts_api_request.json() applproducts = ts_api_response["objects"] for applproduct in applproducts: print applproduct Torrent Server response ^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: javascript { "meta": { "previous": null, "total_count": 10, "offset": 0, "limit": 1, "next": "/rundb/api/v1/applproduct/?offset=1&limit=1&format=json" }, "objects": [ { "defaultHotSpotRegionBedFileName": "", "defaultPESeqKit": { "kitType": "SequencingKit", "description": "Ion PGM 2x200 paired end sequencing kit", "nucleotideType": "", "id": 20021, "runMode": "pe", "parts": [ { "barcode": "4476341", "id": 20022, "resource_uri": "/rundb/api/v1/kitpart/20022/", "kit": "/rundb/api/v1/kitinfo/20021/" } ], "flowCount": 520, "uid": "SEQ0007", "resource_uri": "/rundb/api/v1/kitinfo/20021/", "instrumentType": "pgm", "isActive": false, "name": "IonPGM2x200PEKit" }, "defaultPELibKit": { "kitType": "LibraryKit", "description": "Ion AmpliSeq 2.0 Library Kit", "nucleotideType": "dna", "id": 20012, "runMode": "", "parts": [ { "barcode": "4475345", "id": 20034, "resource_uri": "/rundb/api/v1/kitpart/20034/", "kit": "/rundb/api/v1/kitinfo/20012/" } ], "flowCount": 0, "uid": "LIB0008", "resource_uri": "/rundb/api/v1/kitinfo/20012/", "instrumentType": "", "isActive": true, "name": "Ion AmpliSeq 2.0 Library Kit" }, "defaultSeqKit": { "kitType": "SequencingKit", "description": "Ion PGM Sequencing 200 Kit v2", "nucleotideType": "", "id": 20033, "runMode": "", "parts": [ { "barcode": "4482006", "id": 20054, "resource_uri": "/rundb/api/v1/kitpart/20054/", "kit": "/rundb/api/v1/kitinfo/20033/" }, { "barcode": "4482007", "id": 20055, "resource_uri": "/rundb/api/v1/kitpart/20055/", "kit": "/rundb/api/v1/kitinfo/20033/" }, { "barcode": "4482008", "id": 20056, "resource_uri": "/rundb/api/v1/kitpart/20056/", "kit": "/rundb/api/v1/kitinfo/20033/" }, { "barcode": "4482009", "id": 20057, "resource_uri": "/rundb/api/v1/kitpart/20057/", "kit": "/rundb/api/v1/kitinfo/20033/" } ], "flowCount": 500, "uid": "SEQ0009", "resource_uri": "/rundb/api/v1/kitinfo/20033/", "instrumentType": "pgm", "isActive": true, "name": "IonPGM200Kit-v2" }, "defaultBarcodeKitName": null, "id": 20001, "productCode": "AMPS_0", "defaultChipType": null, "isPairedEndSupported": true, "appl": { "applicationGroups": [ "/rundb/api/v1/applicationgroup/1/" ], "description": "AmpliSeq DNA ", "nucleotideType": "dna", "barcode": "", "meta": {}, "runType": "AMPS", "id": 2, "alternate_name": "AmpliSeq DNA ", "resource_uri": "/rundb/api/v1/runtype/2/" }, "defaultVariantFrequency": "Germ Line", "instrumentType": "pgm", "isDefault": true, "description": "", "isHotspotRegionBEDFileSuppported": true, "productName": "AMPS_default", "isDefaultBarcoded": false, "defaultTargetRegionBedFileName": "", "isActive": true, "defaultFlowCount": 500, "defaultLibKit": { "kitType": "LibraryKit", "description": "Ion AmpliSeq 2.0 Library Kit", "nucleotideType": "dna", "id": 20012, "runMode": "", "parts": [ { "barcode": "4475345", "id": 20034, "resource_uri": "/rundb/api/v1/kitpart/20034/", "kit": "/rundb/api/v1/kitinfo/20012/" } ], "flowCount": 0, "uid": "LIB0008", "resource_uri": "/rundb/api/v1/kitinfo/20012/", "instrumentType": "", "isActive": true, "name": "Ion AmpliSeq 2.0 Library Kit" }, "defaultGenomeRefName": "hg19", "isVisible": true, "isDefaultPairedEnd": false, "resource_uri": "/rundb/api/v1/applproduct/20001/" } ] } Allowed HTTP methods -------------------- - get - post - put - delete - patch