Run Type Resource

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

Resource Fields

field help text default nullable readonly blank unique type
applicationGroups Many related resources. Can be either a list of URIs or list of individually nested resource data. n/a true false false false related
description Unicode string data. Ex: “Hello World”   false false true false string
nucleotideType Unicode string data. Ex: “Hello World” dna false false true false string
barcode Unicode string data. Ex: “Hello World”   false false true false string
meta Unicode string data. Ex: “Hello World”   true false false false string
alternate_name Unicode string data. Ex: “Hello World”   true false false false string
runType Unicode string data. Ex: “Hello World” n/a false false false true string
id Integer data. Ex: 2673   false false true true integer
isActive Boolean data. Ex: True true false false true false boolean
resource_uri Unicode string data. Ex: “Hello World” n/a false true false false string

Example Response

{
    "meta": {
        "previous": null,
        "total_count": 10,
        "offset": 0,
        "limit": 1,
        "next": "/rundb/api/v1/runtype/?offset=1&limit=1&format=json"
    },
    "objects": [
        {
            "applicationGroups": [
                "/rundb/api/v1/applicationgroup/1/",
                "/rundb/api/v1/applicationgroup/3/",
                "/rundb/api/v1/applicationgroup/4/"
            ],
            "description": "Generic Sequencing",
            "nucleotideType": "dna",
            "barcode": "",
            "meta": {},
            "alternate_name": "Other",
            "runType": "GENS",
            "id": 1,
            "isActive": true,
            "resource_uri": "/rundb/api/v1/runtype/1/"
        }
    ]
}

Allowed HTTP methods

  • get
  • post
  • put
  • delete
  • patch