API endpoint that allows Manufacturer to be viewed or edited.

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

{
    "data": {
        "type": "Manufacturer",
        "id": "186",
        "attributes": {
            "term": "Biospherical Instruments",
            "definition": "A research-orientated company founded in 1977 that specialises in the manufacture of scientific instrumentation and environmental monitoring, in particular, high quality optical instruments for the oceanographic, atmospheric, water quality, and biological sciences communities.",
            "provenance": "NERC",
            "provenance_uri": "https://vocab.nerc.ac.uk/collection/L35/current/MAN0028/",
            "category": null,
            "note": "http://www.biospherical.com/",
            "status": "ACCEPTED",
            "requested_by_email": "louatbodc@gmail.com",
            "discussion_url": null
        },
        "relationships": {
            "global_provenance": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/186/relationships/global_provenance?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/186/global_provenance/?format=api"
                },
                "data": {
                    "type": "GlobalProvenance",
                    "id": "5"
                }
            },
            "successor": {
                "links": {
                    "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/186/relationships/successor?format=api",
                    "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/186/successor/?format=api"
                }
            }
        },
        "links": {
            "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/manufacturers/186/?format=api"
        }
    }
}