Country Instance
Modelviewset for countries.
GET /sms/cv/api/v1/countries/183/?format=api
{ "data": { "type": "Country", "id": "183", "attributes": { "term": "Romania", "definition": "Romania", "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": "ROU" }, "relationships": { "global_provenance": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/183/relationships/global_provenance?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/183/global_provenance/?format=api" }, "data": { "type": "GlobalProvenance", "id": "7" } }, "successor": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/183/relationships/successor?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/183/successor/?format=api" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/countries/183/?format=api" } } }