API endpoint that allows Manufacturer to be viewed or edited.

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

{
    "data": {
        "type": "Manufacturer",
        "id": "210",
        "attributes": {
            "term": "Quaesta Instruments",
            "definition": "Quaesta specializes in radiation detection, data logging and communications, remote/unattended monitoring and system integration.  Quaesta provides off-the-shelf products for neutron and gamma radiation detection as well as custom (user defined) products. Quaesta offers systems for stationary and mobile detection applications. New products include neutron pulse monitors with List Mode for array applications such as nondestructive assay tools.",
            "provenance": null,
            "provenance_uri": "https://www.quaestainstruments.com/",
            "category": null,
            "note": "",
            "status": "ACCEPTED",
            "requested_by_email": "manuel.kreck@ufz.de",
            "discussion_url": "https://codebase.helmholtz.cloud/hub-terra/sms/sms-cv/-/issues/311"
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/210/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/210/global_provenance/?format=api"
                },
                "data": null
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/210/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/210/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/210/?format=api"
        }
    }
}