API endpoint that allows units to be viewed or edited.

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

{
    "data": {
        "type": "Unit",
        "id": "131",
        "attributes": {
            "term": "V/ (W/m2)",
            "definition": "calibration factor or sensitivity of Heat flux plate",
            "provenance": null,
            "provenance_uri": null,
            "category": null,
            "note": "the sensitivity (or calibration factor) is the value by which the measured voltage has to be multiplied to get the energy flux in W/m2",
            "status": "PENDING",
            "requested_by_email": "corinna.rebmann@kit.edu",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/291",
            "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/131/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/131/?format=api"
        }
    }
}