action ijenko_functionality_value { label: "Get an Attribute value" description: "Get the *Attribute* value and the last time when it changed." provider: ijenko method: GET path: "/functionalities/{functionalityId}/attributes/{attributeName}" encoding: json output: { type: "object" additionalProperties: true } }