action apache_get_variables { label: "List variables" description: "The collection does not contain data. To get data, you must get a single entity." provider: apache method: GET path: "/variables" encoding: json input: { type: "object" properties: { limit: { type: "integer" } offset: { type: "integer" } order_by: { type: "string" } } additionalProperties: false } output: { type: "object" description: "Collection of variables.\n\n*Changed in version 2.1.0*: 'total_entries' field is added.\n" } }