API endpoint that allows units to be viewed or edited.

GET /sms/cv/api/v1/units/213/?format=api
HTTP 200 OK
Allow: GET, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Unit",
        "id": "213",
        "attributes": {
            "term": "RFU",
            "definition": "The terms relative fluorescence units (RFU) and RFU peak refer to measurements in electrophoresis methods, such as for DNA analysis. A relative fluorescence unit is a unit of measurement used in analysis which employs fluorescence detection.[1] Fluorescence is detected using a charge-coupled device (CCD) array, when the labeled fragments, which are separated within a capillary by using electrophoresis, are energized by laser light and travel across the detection window. A computer program measures the results, determining the quantity or size of the fragments, at each data point, from the level of fluorescence intensity.[1] Samples which contain higher quantities of amplified DNA will have higher corresponding RFU values.[2][3]\r\n\r\nAn RFU peak is a relative maximum point along a graph of the analyzed data. The data can be normalized to DNA input or additional normalizing genes. The RFU heights can range from 0 to several thousands.",
            "provenance": "Wikipedia",
            "provenance_uri": "https://en.wikipedia.org/wiki/Relative_fluorescence_unitswiwi",
            "category": null,
            "note": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/?filter%5Bterm.icontains%5D=RFU\r\n\r\nuse https://sms-cv.helmholtz.cloud/sms/cv/app/unit/176/change/\r\ninstead",
            "status": "REJECTED",
            "requested_by_email": "burkhard.kuehn@ufz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/work_items/449",
            "provenance_term": null,
            "ucum_case_sensitive_symbol": null
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 0
                },
                "data": [],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "7"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/213/?format=api"
        }
    }
}