action gerermesaffaires_get_spaces_id_accounting_year { label: "get_spaces_id_accounting_year" description: "Returns list of accounting years for the space {id}" provider: gerermesaffaires method: GET path: "/spaces/{id}/accounting-year" encoding: json input: { type: "object" properties: { EffectiveDate: { type: "string" } End: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }