action gerermesaffaires_get_spaces_space_id_folders_id_other_taxes { label: "get_spaces_spaceId_folders_id_other_taxes" description: "Returns other taxes declarations" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/other-taxes" 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 } }