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 labelallowAutomaticTypesForActionKind
ARRAY. An array of action kinds. Adds the automatic system types to the results for the specified action kinds. These entries are normally filtered out by default.
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: ""
}
},
...
