action gerermesaffaires_get_spaces_space_id_loans_all { label: "get_spaces_spaceId_loans_all" description: "Returns list of all loan folders even archived of the space" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/loans/all" encoding: json input: { type: "object" properties: { spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }