Country Instance
Modelviewset for countries.
GET /sms/cv/api/v1/countries/136/?format=api
{ "data": { "type": "Country", "id": "136", "attributes": { "term": "Malaysia", "definition": "Malaysia", "provenance": null, "provenance_uri": "https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes", "category": null, "note": null, "status": "ACCEPTED", "requested_by_email": null, "discussion_url": null, "iso_code": "MYS" }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/136/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/136/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "7" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/136/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/136/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/136/?format=api" } } }