action ijenko_functionality_values { label: "Get history of multiple attributes" description: "Get the values of multiple *Attributes* and their history.\n\nIf the `names` parameter is not given, all the attributes of the *Functionality*\nare returned. As the list may be huge, this must be avoided.\n\nIf the `to` parameter is set, `from` must also be set.\n\nIf `from` is not set, only the last value is returned.\n\nThe `surround` parameter allows to ask also for one value beyond each interval boundaries.\n\nThe request may fail if too many values are asked.\n" provider: ijenko method: GET path: "/functionalities/{functionalityId}/attributes" encoding: json input: { type: "object" properties: { surround: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }