action apache_get_permissions { label: "List permissions" description: "Get a list of permissions.\n\n*New in version 2.1.0*\n" provider: apache method: GET path: "/permissions" encoding: json input: { type: "object" properties: { limit: { type: "integer" } offset: { type: "integer" } } additionalProperties: false } output: { type: "object" description: "A collection of actions.\n\n*New in version 2.1.0*\n" } }