Action Type Community Instance
API endpoint that allows Equipment Types of Communities to be viewed or edited.
GET /sms/cv/api/v1/actiontypes-communities/8/?format=api
{ "data": { "type": "ActionTypeCommunity", "id": "8", "attributes": { "term": "Configuration maintenance", "abbreviation": null, "definition": "A configuration (i.e. station) is maintained (i.e. check of functionality). configurationMaintenance actions can be followed by platformMaintenance or deviveMaintenance actions to be explicit.", "provenance": null, "provenance_uri": null, "note": "" }, "relationships": { "root": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/relationships/root?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/root/?format=api" }, "data": { "type": "ActionType", "id": "8" } }, "action_category": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/relationships/action_category?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/action_category/?format=api" }, "data": { "type": "ActionCategory", "id": "3" } }, "community": { "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/relationships/community?format=api", "related": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/community/?format=api" }, "data": { "type": "Community", "id": "1" } } }, "links": { "self": "https://sms-cv.helmholtz.cloud/sms/cv/api/v1/actiontypes-communities/8/?format=api" } } }