Library Kit Part Resource

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

Resource Fields

field help text default nullable readonly blank unique type
barcode Unicode string data. Ex: “Hello World” n/a false false false true string
id Integer data. Ex: 2673   false false true true integer
resource_uri Unicode string data. Ex: “Hello World” n/a false true false false string
kit A single related resource. Can be either a URI or set of nested resource data. n/a false false false false related

Example Response

{
    "meta": {
        "previous": null,
        "total_count": 35,
        "offset": 0,
        "limit": 1,
        "next": "/rundb/api/v1/librarykitpart/?offset=1&limit=1&format=json"
    },
    "objects": [
        {
            "barcode": "A31204",
            "id": 20243,
            "resource_uri": "/rundb/api/v1/librarykitpart/20243/",
            "kit": "/rundb/api/v1/kitinfo/20103/"
        }
    ]
}

Allowed list HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

Allowed detail HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH