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