action gerermesaffaires_get_spaces_id_settings_nf203_logs { label: "get_spaces_id_settings_nf203_logs" description: "Returns state of activation of logs" provider: gerermesaffaires method: GET path: "/spaces/{id}/settings/nf203/logs" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }