API endpoint that allows units to be viewed or edited.

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

{
    "data": {
        "type": "Unit",
        "id": "58",
        "attributes": {
            "term": "sec",
            "definition": "A unit of time, one of the seven base units of the International System of Units (Systeme International d'Unites, SI). The second is the duration of 919 263 177 0 periods of the specified light radiation corresponding to the transition between the two hyperfine levels of the caesium 133 atom in its ground state at 0 K. According to the convention, 60 seconds constitute one minute; 3,600 seconds constitute one hour.",
            "provenance": "Second",
            "provenance_uri": "http://purl.obolibrary.org/obo/NCIT_C42535",
            "category": "",
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": null,
            "discussion_url": null,
            "provenance_term": "Second",
            "ucum_case_sensitive_symbol": "s"
        },
        "relationships": {
            "measured_quantity_units": {
                "meta": {
                    "count": 4
                },
                "data": [
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "167"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "172"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "173"
                    },
                    {
                        "type": "MeasuredQuantityUnit",
                        "id": "220"
                    }
                ],
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/relationships/measured_quantity_units?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/measured_quantity_units/?format=api"
                }
            },
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "16"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/units/58/?format=api"
        }
    }
}