Resource type: actionkindtypes
For reading the kind of action and type of action. Each kind of action only includes specific types of action.
Parameters:
lang
Language for translation of the label
Example:
{ "actionid": "urn:onoffice-de-ns:smart:2.5:smartml:action:get", "resourceid": "", "identifier": "", "resourcetype": "actionkindtypes", "parameters": { "lang": "ENG" } }
Response
Example of a record with parameter lang
= ENG
:
... { id: "0", type: "actionkind", elements: { key: "Newsletter", label: "Newsletter", types: { bestellt: "ordered", nicht bestellt: "not ordered" }, default: "" } }, ...