API endpoint that allows units to be viewed or edited.

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

{
    "data": {
        "type": "Unit",
        "id": "176",
        "attributes": {
            "term": "Relative fluorescence unit (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]",
            "provenance": "ODM2",
            "provenance_uri": "http://vocabulary.odm2.org/units/",
            "category": null,
            "note": "",
            "status": "PENDING",
            "requested_by_email": "uwe.kiwel@ufz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/403",
            "provenance_term": "RFU",
            "ucum_case_sensitive_symbol": null
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 1
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "677"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/176/?format=api"
        }
    }
}