action gerermesaffaires_get_spaces_space_id_folders_id_coporate_tax_declarations { label: "get_spaces_spaceId_folders_id_coporate_tax_declarations" description: "Returns corporate tax declarations" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/coporate-tax-declarations" encoding: json input: { type: "object" properties: { Date: { type: "string" } Range: { type: "string" } id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }